diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-03 10:46:52 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-03 10:46:52 +0000 |
commit | c6ec52d2731be93e2cf22d6a253b036da03f0b78 (patch) | |
tree | 72a5376c6cc3677578a4e0853976db6337b499c6 /chinese | |
parent | 94986e3b0dae60cbaed7dba0c098bf9c5ec44394 (diff) | |
download | ports-c6ec52d2731be93e2cf22d6a253b036da03f0b78.tar.gz ports-c6ec52d2731be93e2cf22d6a253b036da03f0b78.zip |
- portlint(1)
PR: ports/106202 (partly)
Submitted by: chinsan
Notes
Notes:
svn path=/head/; revision=178668
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cnprint/Makefile | 35 | ||||
-rw-r--r-- | chinese/cnprint/pkg-plist | 42 |
2 files changed, 34 insertions, 43 deletions
diff --git a/chinese/cnprint/Makefile b/chinese/cnprint/Makefile index 7bc863884569..89e3c76d376a 100644 --- a/chinese/cnprint/Makefile +++ b/chinese/cnprint/Makefile @@ -5,30 +5,21 @@ # $FreeBSD$ # -PORTNAME= cnprint -PORTVERSION= 3.30b -CATEGORIES= chinese print -MASTER_SITES= http://ftp.wustl.edu/pub/FreeBSD/distfiles/${PORTNAME}-${PORTVERSION}/ \ - http://ftp.yz.yamagata-u.ac.jp/pub/FreeBSD/distfiles/${PORTNAME}-${PORTVERSION}/ \ - http://ftp.osuosl.org/pub/FreeBSD/distfiles/${PORTNAME}-${PORTVERSION}/ -DISTFILES= cnprint330b.c \ - cnprint330b.readme \ - ttfb330b.c \ - cnprint330b.hlp \ - cnprint33.cmd \ - helvet.dat \ - mssong.ttf.gz mssong.htf \ - mshei.ttf.gz mshei.htf \ - cc48s.hbf cc48.sym.gz \ - cc48s.1.gz \ - cc48s.2.gz \ - hbf.tar.gz \ - ntu_kai48.hbf ntu_kai48.bin.gz +PORTNAME= cnprint +PORTVERSION= 3.30b +CATEGORIES= chinese print +MASTER_SITES= http://ftp.wustl.edu/pub/FreeBSD/distfiles/${PORTNAME}-${PORTVERSION}/ \ + http://ftp.yz.yamagata-u.ac.jp/pub/FreeBSD/distfiles/${PORTNAME}-${PORTVERSION}/ \ + http://ftp.osuosl.org/pub/FreeBSD/distfiles/${PORTNAME}-${PORTVERSION}/ +DISTFILES= cnprint330b.c cnprint330b.readme ttfb330b.c cnprint330b.hlp \ + cnprint33.cmd helvet.dat mssong.ttf.gz mssong.htf \ + mshei.ttf.gz mshei.htf cc48s.hbf cc48.sym.gz cc48s.1.gz \ + cc48s.2.gz hbf.tar.gz ntu_kai48.hbf ntu_kai48.bin.gz -MAINTAINER= ports@FreeBSD.org -COMMENT= Convert Chinese-Big5/GB encoded files to Postscript, using TTF fonts +MAINTAINER= ports@FreeBSD.org +COMMENT= Convert Chinese-Big5/GB encoded files to Postscript, using TTF fonts -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} do-extract: ${MKDIR} ${WRKSRC} diff --git a/chinese/cnprint/pkg-plist b/chinese/cnprint/pkg-plist index 6ce4a284f00d..8937f67a59b4 100644 --- a/chinese/cnprint/pkg-plist +++ b/chinese/cnprint/pkg-plist @@ -1,22 +1,22 @@ bin/cnprint -share/cnprint/cc48.sym -share/cnprint/cc48s.hbf -share/cnprint/cnprint.cmd -share/cnprint/hanglm24.bin -share/cnprint/hanglm24.hbf -share/cnprint/hanja65.hbf -share/cnprint/jis16.hbf -share/cnprint/jiskan24.bin -share/cnprint/jiskan24.hbf -share/cnprint/kanji48.bin -share/cnprint/kanji48.hbf -share/cnprint/ksc16.hbf -share/cnprint/ntu_kai48.bin -share/cnprint/ntu_kai48.hbf -share/cnprint/uwjis-16.hbf -share/cnprint/uwksc-16.hbf -share/cnprint/mshei.htf -share/cnprint/mshei.ttf -share/cnprint/mssong.htf -share/cnprint/mssong.ttf -@dirrm share/cnprint +%%DATADIR%%/cc48.sym +%%DATADIR%%/cc48s.hbf +%%DATADIR%%/cnprint.cmd +%%DATADIR%%/hanglm24.bin +%%DATADIR%%/hanglm24.hbf +%%DATADIR%%/hanja65.hbf +%%DATADIR%%/jis16.hbf +%%DATADIR%%/jiskan24.bin +%%DATADIR%%/jiskan24.hbf +%%DATADIR%%/kanji48.bin +%%DATADIR%%/kanji48.hbf +%%DATADIR%%/ksc16.hbf +%%DATADIR%%/ntu_kai48.bin +%%DATADIR%%/ntu_kai48.hbf +%%DATADIR%%/uwjis-16.hbf +%%DATADIR%%/uwksc-16.hbf +%%DATADIR%%/mshei.htf +%%DATADIR%%/mshei.ttf +%%DATADIR%%/mssong.htf +%%DATADIR%%/mssong.ttf +@dirrmtry %%DATADIR%% |