diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-24 21:59:51 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-24 21:59:51 +0000 |
commit | 8f98463cfa6f3c2e66aa6b027ee5b62090f151d8 (patch) | |
tree | 679bc763a4475a8cea30239097b508c985d451fe /x11-fonts/webfonts | |
parent | Set MAINTAINER to ports@FreeBSD.org, since e-mail to the existing (diff) |
Remove the Arial Unicode font. Its license is much more restrictive
than the license on the other fonts, and it can no longer be
downloaded from its publisher. Remove the RESTRICTED line because
the remaining fonts have fewer restrictions on redistribution via
the Internet.
Reviewed by: no objection from ports list
Notes
Notes:
svn path=/head/; revision=64963
Diffstat (limited to 'x11-fonts/webfonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 20 | ||||
-rw-r--r-- | x11-fonts/webfonts/distinfo | 1 | ||||
-rw-r--r-- | x11-fonts/webfonts/pkg-descr | 6 | ||||
-rw-r--r-- | x11-fonts/webfonts/pkg-plist | 1 |
4 files changed, 1 insertions, 27 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index 45afaf088db3..e1b51315e95e 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -11,15 +11,9 @@ CATEGORIES= x11-fonts MASTER_SITES= http://www.microsoft.com/typography/downloads/ \ http://www.eu.microsoft.com/typography/downloads/ \ http://www.asia.microsoft.com/typography/downloads/ -.if defined(WITH_ARIAL_UNICODE) -MASTER_SITES+= http://download.microsoft.com/download/publisher2000/Aruniup/2000/WIN98/EN-US/ -.endif DISTFILES= andale32.exe trebuc32.exe georgi32.exe verdan32.exe \ comic32.exe arialb32.exe impact32.exe arial32.exe \ times32.exe courie32.exe webdin32.exe -.if defined(WITH_ARIAL_UNICODE) -DISTFILES+= Aruniupd.exe -.endif DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -35,7 +29,6 @@ USE_X_PREFIX= yes RUN_DEPENDS= xfstt:${PORTSDIR}/x11-servers/Xfstt .endif -RESTRICTED= "Restrictive license - cannot place on server for distribution" NO_CDROM= "Restrictive license - cannot sell for profit" NO_PACKAGE= "Restrictive license - cannot distribute in modified form" @@ -45,7 +38,6 @@ EXTRACT_AFTER_ARGS= PLIST_SUB= PKG_OLDXF86=${PKG_OLDXF86} \ PKG_NSALIAS=${PKG_NSALIAS} \ - PKG_UNICODE=${PKG_UNICODE} \ FONTNAME="${FONTNAME}" \ FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" \ TTFONTSDIR="${TTFONTSDIR:S|${X11BASE}/||}" @@ -65,12 +57,6 @@ PKG_NSALIAS= PKG_NSALIAS= "@comment " .endif -.if defined(WITH_ARIAL_UNICODE) -PKG_UNICODE= -.else -PKG_UNICODE= "@comment " -.endif - # # Local variables # @@ -99,12 +85,6 @@ pre-everything:: ${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_NETSCAPE_ALIASES=yes\"" ${ECHO_MSG} .endif -.if !defined(WITH_ARIAL_UNICODE) - ${ECHO_MSG} - ${ECHO_MSG} "If you want \"Arial Unicode MS\", a complete Unicode 2.1 font (13.7MB download)," - ${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_ARIAL_UNICODE=yes\"" - ${ECHO_MSG} -.endif # # Post-extract diff --git a/x11-fonts/webfonts/distinfo b/x11-fonts/webfonts/distinfo index 1f853afc1fe9..0f621abb1434 100644 --- a/x11-fonts/webfonts/distinfo +++ b/x11-fonts/webfonts/distinfo @@ -9,4 +9,3 @@ MD5 (webfonts/arial32.exe) = 9637df0e91703179f0723ec095a36cb5 MD5 (webfonts/times32.exe) = ed39c8ef91b9fb80f76f702568291bd5 MD5 (webfonts/courie32.exe) = 4e412c772294403ab62fb2d247d85c60 MD5 (webfonts/webdin32.exe) = 230a1d13a365b22815f502eb24d9149b -MD5 (webfonts/Aruniupd.exe) = 1bef548eb449a0b24ad1c0b8e9d5f2ba diff --git a/x11-fonts/webfonts/pkg-descr b/x11-fonts/webfonts/pkg-descr index 296f53041540..b5c4a7676799 100644 --- a/x11-fonts/webfonts/pkg-descr +++ b/x11-fonts/webfonts/pkg-descr @@ -2,16 +2,12 @@ This is a collection of high quality and free to use TrueType fonts created by Monotype and Microsoft Typography. It consists of the following families: Times New Roman, Courier New, Georgia, Trebuchet MS, Comic Sans MS - Arial, Arial Black, Arial Unicode MS, Verdana, Andale Mono, Impact + Arial, Arial Black, Verdana, Andale Mono, Impact They contain all 652 glyphs defined in WGL4 and are available in the following encodings: ISO 8859-1, 2, 3, 4, 5, 6, 7, 8, 9, 10 and 15 - JIS X 0201-1976 (Arial Unicode MS only) KOI8-R and -RU -The Arial Unicode MS family contains all the glyphs defined in the Unicode 2.1 -standard and is optional because of its considerable size - 13.7MB compressed! - WWW: http://www.microsoft.com/typography/fontpack/ diff --git a/x11-fonts/webfonts/pkg-plist b/x11-fonts/webfonts/pkg-plist index 3823698b0f4e..48bf6d2cd591 100644 --- a/x11-fonts/webfonts/pkg-plist +++ b/x11-fonts/webfonts/pkg-plist @@ -5,7 +5,6 @@ %%FONTSDIR%%/arialbd.ttf %%FONTSDIR%%/arialbi.ttf %%FONTSDIR%%/ariali.ttf -%%PKG_UNICODE%%%%FONTSDIR%%/arialuni.ttf %%FONTSDIR%%/ariblk.ttf %%FONTSDIR%%/comic.ttf %%FONTSDIR%%/comicbd.ttf |