diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-12 03:28:45 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-12 03:28:45 +0000 |
commit | e9d1b7960e27f9749139c79e5ba4dd54843ebd8e (patch) | |
tree | 21421c273ab483374d8647283ad50704e4f0f255 /print/gsfonts | |
parent | bd3ab8c828cc703986e44cd9f1f9794419f77f0c (diff) | |
download | ports-e9d1b7960e27f9749139c79e5ba4dd54843ebd8e.tar.gz ports-e9d1b7960e27f9749139c79e5ba4dd54843ebd8e.zip |
Notes
Diffstat (limited to 'print/gsfonts')
-rw-r--r-- | print/gsfonts/Makefile | 19 | ||||
-rw-r--r-- | print/gsfonts/distinfo | 4 | ||||
-rw-r--r-- | print/gsfonts/pkg-plist | 2 |
3 files changed, 12 insertions, 13 deletions
diff --git a/print/gsfonts/Makefile b/print/gsfonts/Makefile index 9bd65e89d09b..19921af85f05 100644 --- a/print/gsfonts/Makefile +++ b/print/gsfonts/Makefile @@ -6,15 +6,16 @@ # PORTNAME= gsfonts -PORTVERSION= 5.10 +PORTVERSION= 6.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ + ftp://ftp.cs.wisc.edu/ghost/gnu/ MASTER_SITE_SUBDIR= ghostscript DISTFILES= ${GS_FONTS_STD} ${GS_FONTS_OTHER} +DIST_SUBDIR= ghostscript MAINTAINER= ports@FreeBSD.org -COMMENT= Fonts used by GNU Ghostscript +COMMENT= Fonts used by GNU Ghostscript (or X) BUILD_DEPENDS= ${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst @@ -27,14 +28,14 @@ BUILD_DEPENDS+= ${X11BASE}/bin/mkfontdir:${PORTSDIR}/x11/XFree86 NO_BUILD= yes -GS_FONTS_STD= ghostscript-fonts-std-5.10.tar.gz -GS_FONTS_OTHER= ghostscript-fonts-other-5.10.tar.gz +GS_FONTS_STD= gnu-gs-fonts-std-${PORTVERSION}.tar.gz +GS_FONTS_OTHER= gnu-gs-fonts-other-${PORTVERSION}.tar.gz GSDIR= ${PREFIX}/share/ghostscript do-install: - @${MKDIR} ${GSDIR}/fonts - ${TAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR}/fonts - ${TAR} -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR}/fonts - (cd ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nogs -nolog -q) + @${MKDIR} ${GSDIR} + ${TAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR} + ${TAR} -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR} + (cd ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nox -nolog -q) .include <bsd.port.post.mk> diff --git a/print/gsfonts/distinfo b/print/gsfonts/distinfo index a85bdae004b1..cd4a2d404970 100644 --- a/print/gsfonts/distinfo +++ b/print/gsfonts/distinfo @@ -1,2 +1,2 @@ -MD5 (ghostscript-fonts-std-5.10.tar.gz) = f3528610ab7c535246adb8c8462f31af -MD5 (ghostscript-fonts-other-5.10.tar.gz) = fcf3abf81a1b46da9a92942d288020f9 +MD5 (ghostscript/gnu-gs-fonts-std-6.0.tar.gz) = 1521fab85ca3e8ce3ce781d4970e6c79 +MD5 (ghostscript/gnu-gs-fonts-other-6.0.tar.gz) = 33457d3f37de7ef03d2eea05a9e6aa4f diff --git a/print/gsfonts/pkg-plist b/print/gsfonts/pkg-plist index 361b6f51548c..4c27bd07efcd 100644 --- a/print/gsfonts/pkg-plist +++ b/print/gsfonts/pkg-plist @@ -1,4 +1,3 @@ -share/ghostscript/fonts/COPYING share/ghostscript/fonts/Fontmap share/ghostscript/fonts/a010013l.afm share/ghostscript/fonts/a010013l.pfb @@ -169,4 +168,3 @@ share/ghostscript/fonts/z003034l.afm share/ghostscript/fonts/z003034l.pfb share/ghostscript/fonts/z003034l.pfm @dirrm share/ghostscript/fonts -@dirrm share/ghostscript |