1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

o remove distfiles: ac14.tar.Z, use print/adobe-cmaps replace.

o remove file: pkg-req
o bump PORTREVISION

PR:		ports/51211
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
This commit is contained in:
Vanilla I. Shu 2003-05-03 21:12:19 +00:00
parent 5ee982259a
commit 46e9cd238c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80071
4 changed files with 5 additions and 66 deletions

View File

@ -7,25 +7,22 @@
PORTNAME= moefonts-cid
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= chinese print
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/moefonts-cid/ \
ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/ \
ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/samples/
DISTFILES= MOEKai-Regular MOESung-Regular ac14.tar.Z
DISTFILES= MOEKai-Regular MOESung-Regular
EXTRACT_ONLY= # empty
MAINTAINER= keith@FreeBSD.org
COMMENT= MOE CIDFonts converted by Adobe
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \
${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
NO_BUILD= YES
do-extract:
@${MKDIR} ${WRKDIR}
@(cd ${WRKDIR} && \
${TAR} xzf ${DISTDIR}/ac14.tar.Z )
do-install:
@${INSTALL_DATA} ${DISTDIR}/MOEKai-Regular \
${DISTDIR}/MOESung-Regular \
@ -34,9 +31,6 @@ do-install:
${FILESDIR}/MOESung-Regular-ETen-B5-H.gsf \
${FILESDIR}/MOESung-Regular-ETen-B5-V.gsf \
${PREFIX}/share/ghostscript/fonts
@${MKDIR} ${PREFIX}/share/ghostscript/fonts/CMap
@${INSTALL_DATA} ${WRKDIR}/ac14/CMap/* \
${PREFIX}/share/ghostscript/fonts/CMap
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>

View File

@ -1,3 +1,2 @@
MD5 (MOEKai-Regular) = f8a94515e3058321c78149e862005459
MD5 (MOESung-Regular) = 42a8801fb18a4b851a7ce1224b3b5bc3
MD5 (ac14.tar.Z) = b85e49bdc25ff2f82f4ee9ef833a5ce0

View File

@ -1,46 +1,6 @@
share/ghostscript/fonts/CMap/Adobe-CNS1-0
share/ghostscript/fonts/CMap/Adobe-CNS1-1
share/ghostscript/fonts/CMap/Adobe-CNS1-2
share/ghostscript/fonts/CMap/Adobe-CNS1-3
share/ghostscript/fonts/CMap/Adobe-CNS1-4
share/ghostscript/fonts/CMap/B5-H
share/ghostscript/fonts/CMap/B5-V
share/ghostscript/fonts/CMap/B5pc-H
share/ghostscript/fonts/CMap/B5pc-V
share/ghostscript/fonts/CMap/CNS-EUC-H
share/ghostscript/fonts/CMap/CNS-EUC-V
share/ghostscript/fonts/CMap/CNS1-H
share/ghostscript/fonts/CMap/CNS1-V
share/ghostscript/fonts/CMap/CNS2-H
share/ghostscript/fonts/CMap/CNS2-V
share/ghostscript/fonts/CMap/ETHK-B5-H
share/ghostscript/fonts/CMap/ETHK-B5-V
share/ghostscript/fonts/CMap/ETen-B5-H
share/ghostscript/fonts/CMap/ETen-B5-V
share/ghostscript/fonts/CMap/HKdla-B5-H
share/ghostscript/fonts/CMap/HKdla-B5-V
share/ghostscript/fonts/CMap/HKdlb-B5-H
share/ghostscript/fonts/CMap/HKdlb-B5-V
share/ghostscript/fonts/CMap/HKgccs-B5-H
share/ghostscript/fonts/CMap/HKgccs-B5-V
share/ghostscript/fonts/CMap/HKm314-B5-H
share/ghostscript/fonts/CMap/HKm314-B5-V
share/ghostscript/fonts/CMap/HKm471-B5-H
share/ghostscript/fonts/CMap/HKm471-B5-V
share/ghostscript/fonts/CMap/HKscs-B5-H
share/ghostscript/fonts/CMap/HKscs-B5-V
share/ghostscript/fonts/CMap/UniCNS-UCS2-H
share/ghostscript/fonts/CMap/UniCNS-UCS2-V
share/ghostscript/fonts/CMap/UniCNS-UTF16-H
share/ghostscript/fonts/CMap/UniCNS-UTF16-V
share/ghostscript/fonts/CMap/UniCNS-UTF32-H
share/ghostscript/fonts/CMap/UniCNS-UTF32-V
share/ghostscript/fonts/CMap/UniCNS-UTF8-H
share/ghostscript/fonts/CMap/UniCNS-UTF8-V
share/ghostscript/fonts/MOEKai-Regular
share/ghostscript/fonts/MOEKai-Regular-ETen-B5-H.gsf
share/ghostscript/fonts/MOEKai-Regular-ETen-B5-V.gsf
share/ghostscript/fonts/MOESung-Regular
share/ghostscript/fonts/MOESung-Regular-ETen-B5-H.gsf
share/ghostscript/fonts/MOESung-Regular-ETen-B5-V.gsf
@dirrm share/ghostscript/fonts/CMap

View File

@ -1,14 +0,0 @@
#!/bin/sh
if [ "$2" != "INSTALL" ]; then
exit 0
fi
if [ ! -f /usr/local/share/ghostscript/7.05/lib/Fontmap.GS ]; then
echo ===
echo You do not have Ghostscript 7.05 installed!
echo
echo This port is specifically for version 7.05 or later, for
echo it fixes many bugs wrt. CIDFonts.
echo ===
fi