diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-03 18:46:52 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-03 18:46:52 +0800 |
commit | 4906166d360b8875090b6fbde45bd7291b20a877 (patch) | |
tree | 064a27923733db1c8514df05feccb7a651c20151 /chinese/cnprint | |
parent | 064d3a4160c7016042bb077b55f5ffba902e4828 (diff) | |
download | freebsd-ports-graphics-4906166d360b8875090b6fbde45bd7291b20a877.tar.gz freebsd-ports-graphics-4906166d360b8875090b6fbde45bd7291b20a877.tar.zst freebsd-ports-graphics-4906166d360b8875090b6fbde45bd7291b20a877.zip |
- portlint(1)
PR: ports/106202 (partly)
Submitted by: chinsan
Diffstat (limited to 'chinese/cnprint')
-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 7bc86388456..89e3c76d376 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 6ce4a284f00..8937f67a59b 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%% |