1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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>
This commit is contained in:
Ying-Chieh Liao 2001-12-14 07:17:52 +00:00
parent 8f795a192b
commit 63245f131d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51520
3 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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