diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-14 15:17:52 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-14 15:17:52 +0800 |
commit | ba38d1b2f9d323f6cc39f06e235476221d4913bd (patch) | |
tree | 3e72957562a1626be6921aa34544453114b122a7 /chinese | |
parent | 8aa6f6676bc7bee2d339ca9de3c205803b928f26 (diff) | |
download | freebsd-ports-gnome-ba38d1b2f9d323f6cc39f06e235476221d4913bd.tar.gz freebsd-ports-gnome-ba38d1b2f9d323f6cc39f06e235476221d4913bd.tar.zst freebsd-ports-gnome-ba38d1b2f9d323f6cc39f06e235476221d4913bd.zip |
o update cjkvttcidmap from 0.8 to 0.94
add Bridge Version by using mapping tables of ftp.unicode.org
add Bridge Version by using CMaps for PDF core fonts(ToUnicode CMap) of
partners.adobe.com
add Bridge Version by using CMaps for PDF core fonts(ToUnicode CMap) and
mapping tables of ftp.unicode.org
o update pkg-install
from 6.50 to 6.52
PR: 32813
Submitted by: Statue <statue@softwareliberty.org>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ghostscript6/Makefile | 4 | ||||
-rw-r--r-- | chinese/ghostscript6/distinfo | 2 | ||||
-rw-r--r-- | chinese/ghostscript6/pkg-install | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chinese/ghostscript6/Makefile b/chinese/ghostscript6/Makefile index 55c72a11eb66..7c6b76010cc1 100644 --- a/chinese/ghostscript6/Makefile +++ b/chinese/ghostscript6/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/CID/CMap/ \ http://www.aihara.co.jp/~taiji/tops/ DISTFILES= ac13.tar.Z ag14.tar.Z ai0.tar.Z aj14.tar.Z \ aj20.tar.Z ak12.tar.Z rksj-cmaps.tar.Z \ - cjkvttcidmap-0.8.tar.gz gs6.50_ttf.ps-cjkv-20001215.patch.gz + cjkvttcidmap-0.94.tar.gz gs6.50_ttf.ps-cjkv-20001215.patch.gz EXTRACT_ONLY= MAINTAINER= keith@FreeBSD.org @@ -39,7 +39,7 @@ do-install: ${TAR} -xzf ${DISTDIR}/rksj-cmaps.tar.Z; \ ${LN} -sf rksj-cmaps/* . ) @(cd ${PREFIX}/share/ghostscript/CJK/TrueType; \ - ${TAR} -xzf ${DISTDIR}/cjkvttcidmap-0.8.tar.gz ) + ${TAR} -xzf ${DISTDIR}/cjkvttcidmap-0.94.tar.gz ) @(cd ${PREFIX}/share/ghostscript/${PORTVERSION}/lib; \ ${GZCAT} ${DISTDIR}/gs6.50_ttf.ps-cjkv-20001215.patch.gz |${PATCH} ) @${CP} ${PREFIX}/share/ghostscript/${PORTVERSION}/lib/gs_res.ps \ diff --git a/chinese/ghostscript6/distinfo b/chinese/ghostscript6/distinfo index 43af66f0336e..5288546c9bcd 100644 --- a/chinese/ghostscript6/distinfo +++ b/chinese/ghostscript6/distinfo @@ -5,5 +5,5 @@ MD5 (aj14.tar.Z) = 8661c737b422e74c74ce42be96db809f MD5 (aj20.tar.Z) = 06b03101b0fd4c1f74d4bd3e4c2096b6 MD5 (ak12.tar.Z) = fbc36b6e008196b77859717e1eb32925 MD5 (rksj-cmaps.tar.Z) = 98b26cb513014491ed401dd2bb03535a -MD5 (cjkvttcidmap-0.8.tar.gz) = 1c124fda850798004be241af177f10f2 +MD5 (cjkvttcidmap-0.94.tar.gz) = 1426e4e15357487ce2a797a9b7d2e0e1 MD5 (gs6.50_ttf.ps-cjkv-20001215.patch.gz) = dc1eb717b392ab069fdd9a34890cc19a diff --git a/chinese/ghostscript6/pkg-install b/chinese/ghostscript6/pkg-install index 387bbac800f1..61b5bde856a7 100644 --- a/chinese/ghostscript6/pkg-install +++ b/chinese/ghostscript6/pkg-install @@ -1,5 +1,5 @@ #!/bin/sh -GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.50/lib +GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.52/lib if [ "$2" = "POST-INSTALL" ]; then exit 0 |