diff options
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/ttf2pt1/Makefile | 22 | ||||
-rw-r--r-- | chinese/ttf2pt1/distinfo | 1 | ||||
-rw-r--r-- | chinese/ttf2pt1/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/ttf2pt1/pkg-descr | 7 | ||||
-rw-r--r-- | chinese/ttf2pt1/pkg-plist | 7 |
6 files changed, 39 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index fc0dcf5f8946..bd6ab2c5bc46 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -75,6 +75,7 @@ SUBDIR += tintin++ SUBDIR += tk83 SUBDIR += tocps + SUBDIR += ttf2pt1 SUBDIR += ttfm SUBDIR += ve SUBDIR += vflib diff --git a/chinese/ttf2pt1/Makefile b/chinese/ttf2pt1/Makefile new file mode 100644 index 000000000000..819d09fa73a7 --- /dev/null +++ b/chinese/ttf2pt1/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: zh-ttf2pt1 +# Date created: 8 March 2001 +# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= ttf2pt1 +PORTVERSION= 3.4.0 +CATEGORIES= chinese print +MASTER_SITES= http://download.sourceforge.net/ttf2pt1/ \ + http://freebsd.sinica.edu.tw/~statue/ +DISTNAME= ${PORTNAME}-chinese-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= statue@freebsd.sinica.edu.tw + +RUN_DEPENDS= ttf2pt1:${PORTSDIR}/print/ttf2pt1 + +NO_BUILD= yes + +.include <bsd.port.mk> diff --git a/chinese/ttf2pt1/distinfo b/chinese/ttf2pt1/distinfo new file mode 100644 index 000000000000..f5dad76eb260 --- /dev/null +++ b/chinese/ttf2pt1/distinfo @@ -0,0 +1 @@ +MD5 (ttf2pt1-chinese-3.4.0.tgz) = 981d8f92b5fda5898d1cd6daf4e86144 diff --git a/chinese/ttf2pt1/pkg-comment b/chinese/ttf2pt1/pkg-comment new file mode 100644 index 000000000000..a144f1ee05df --- /dev/null +++ b/chinese/ttf2pt1/pkg-comment @@ -0,0 +1 @@ +True Type Font to Postscript Type 1 Converter with chinese maps diff --git a/chinese/ttf2pt1/pkg-descr b/chinese/ttf2pt1/pkg-descr new file mode 100644 index 000000000000..3a49455adafe --- /dev/null +++ b/chinese/ttf2pt1/pkg-descr @@ -0,0 +1,7 @@ +TTF2PT1 is a modification of Andrew Weeks TTF2PFA True Type to Postscript +Type 3 converter. Which will convert Most True Type Fonts to and Adobe +Type 1 .pfa file. The files produced are in human readable form, which +further needs to be encrypted with the t1utilities, to work with most +software requiring type 1 fonts. + +WWW: http://ttf2pt1.sourceforge.net/ diff --git a/chinese/ttf2pt1/pkg-plist b/chinese/ttf2pt1/pkg-plist new file mode 100644 index 000000000000..cfd9fc24e03c --- /dev/null +++ b/chinese/ttf2pt1/pkg-plist @@ -0,0 +1,7 @@ +share/ttf2pt1/maps/cubg5plus.map +share/ttf2pt1/maps/cubig5.map +share/ttf2pt1/maps/cugb.map +share/ttf2pt1/maps/cugbk.map +share/ttf2pt1/maps/ubig5.map +share/ttf2pt1/maps/ugb.map +share/ttf2pt1/maps/ugbk.map |