svn commit: r424233 - in head/x11-fonts/webfonts: . files
Jimmy Olgeni
olgeni at FreeBSD.org
Wed Oct 19 09:04:42 UTC 2016
Author: olgeni
Date: Wed Oct 19 09:04:41 2016
New Revision: 424233
URL: https://svnweb.freebsd.org/changeset/ports/424233
Log:
Provide a NEWVERDANA option (off by default) to install the y2006
version of Verdana.
Some glyphs of Verdana Bold y2006 are not rendered correctly by
freetype in anti-aliased mode.
PR: 213512
Submitted by: Vladimir Kondratyev
Modified:
head/x11-fonts/webfonts/Makefile
head/x11-fonts/webfonts/distinfo
head/x11-fonts/webfonts/files/pkg-message.in
Modified: head/x11-fonts/webfonts/Makefile
==============================================================================
--- head/x11-fonts/webfonts/Makefile Wed Oct 19 09:03:50 2016 (r424232)
+++ head/x11-fonts/webfonts/Makefile Wed Oct 19 09:04:41 2016 (r424233)
@@ -3,7 +3,7 @@
PORTNAME= webfonts
PORTVERSION= 0.30
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= x11-fonts
MASTER_SITES= SF/corefonts/the%20fonts/final:group1 \
ftp://ftp.botik.ru/rented/znamensk/distributions/ftp.vsu.ru/pub/tex/font-packs/mscore/:group1 \
@@ -11,7 +11,7 @@ MASTER_SITES= SF/corefonts/the%20fonts/f
SF/mscorefonts2/cabs:group3
DISTFILES= andale32.exe:group1 arialb32.exe:group1 comic32.exe:group1 \
courie32.exe:group1 georgi32.exe:group1 impact32.exe:group1 \
- webdin32.exe:group1 EUupdate.EXE:group3
+ verdan32.exe:group1 webdin32.exe:group1 EUupdate.EXE:group3
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= olgeni at FreeBSD.org
@@ -29,10 +29,10 @@ NO_BUILD= yes
RESTRICTED= Restrictive license - cannot sell for profit or distribute in modified form
EXTRACT_CMD= ${LOCALBASE}/bin/cabextract
-EXTRACT_BEFORE_ARGS= -qLF '*.ttf' -d ${WRKSRC}
+EXTRACT_BEFORE_ARGS= -qLF '[a-uw-z]*.ttf' -d ${WRKSRC}
EXTRACT_AFTER_ARGS=
-OPTIONS_DEFINE= EXTRAFONTS CLEARTYPE
+OPTIONS_DEFINE= EXTRAFONTS CLEARTYPE NEWVERDANA
OPTIONS_SUB= yes
EXTRAFONTS_DESC= Fonts licensed under MS Windows license
@@ -41,6 +41,8 @@ EXTRAFONTS_DISTFILES= IELPKTH.CAB:group2
CLEARTYPE_DESC= Install ClearType fonts
CLEARTYPE_DISTFILES= PowerPointViewer.exe:group3
+NEWVERDANA_DESC= Install y2006 version of Verdana (broken bold N, W)
+
SUB_FILES= pkg-message
.include <bsd.port.options.mk>
@@ -55,6 +57,12 @@ post-extract-CLEARTYPE-on:
${_DISTDIR}/PowerPointViewer.exe
${EXTRACT_CMD} -qLF '*.ttf' -d ${WRKSRC} ${WRKSRC}/ppviewer.cab
+post-extract-NEWVERDANA-off:
+ ${EXTRACT_CMD} -qLF '*.ttf' -d ${WRKSRC} ${_DISTDIR}/verdan32.exe
+
+post-extract-NEWVERDANA-on:
+ ${EXTRACT_CMD} -qLF 'v*.ttf' -d ${WRKSRC} ${_DISTDIR}/EUupdate.EXE
+
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
Modified: head/x11-fonts/webfonts/distinfo
==============================================================================
--- head/x11-fonts/webfonts/distinfo Wed Oct 19 09:03:50 2016 (r424232)
+++ head/x11-fonts/webfonts/distinfo Wed Oct 19 09:04:41 2016 (r424233)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1475927079
+TIMESTAMP = 1476861189
SHA256 (webfonts/andale32.exe) = 0524fe42951adc3a7eb870e32f0920313c71f170c859b5f770d82b4ee111e970
SIZE (webfonts/andale32.exe) = 198384
SHA256 (webfonts/arialb32.exe) = a425f0ffb6a1a5ede5b979ed6177f4f4f4fdef6ae7c302a7b7720ef332fec0a8
@@ -11,6 +11,8 @@ SHA256 (webfonts/georgi32.exe) = 2c2c7dc
SIZE (webfonts/georgi32.exe) = 392440
SHA256 (webfonts/impact32.exe) = 6061ef3b7401d9642f5dfdb5f2b376aa14663f6275e60a51207ad4facf2fccfb
SIZE (webfonts/impact32.exe) = 173288
+SHA256 (webfonts/verdan32.exe) = c1cb61255e363166794e47664e2f21af8e3a26cb6346eb8d2ae2fa85dd5aad96
+SIZE (webfonts/verdan32.exe) = 351992
SHA256 (webfonts/webdin32.exe) = 64595b5abc1080fba8610c5c34fab5863408e806aafe84653ca8575bed17d75a
SIZE (webfonts/webdin32.exe) = 185072
SHA256 (webfonts/EUupdate.EXE) = 464dd2cd5f09f489f9ac86ea7790b7b8548fc4e46d9f889b68d2cdce47e09ea8
Modified: head/x11-fonts/webfonts/files/pkg-message.in
==============================================================================
--- head/x11-fonts/webfonts/files/pkg-message.in Wed Oct 19 09:03:50 2016 (r424232)
+++ head/x11-fonts/webfonts/files/pkg-message.in Wed Oct 19 09:04:41 2016 (r424233)
@@ -11,3 +11,7 @@ line to the "Modules" section of xorg.co
Add the following line to the "Files" section of xorg.conf or XF86Config:
FontPath "%%FONTSDIR%%/"
+
+NOTE: Due to known freetype bug some glyphs (N, W) of y2006 Verdana Bold
+ font are not rendered correctly in anti-aliased mode within the range
+ 9-16 ppem
More information about the svn-ports-all
mailing list