mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
add zh-ttf2pt1
True Type Font to Postscript Type 1 Converter with chinese maps PR: 32439 Submitted by: Statue <statue@softwareliberty.org>
This commit is contained in:
parent
2f98c5546a
commit
3a76f1013b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50869
@ -75,6 +75,7 @@
|
||||
SUBDIR += tintin++
|
||||
SUBDIR += tk83
|
||||
SUBDIR += tocps
|
||||
SUBDIR += ttf2pt1
|
||||
SUBDIR += ttfm
|
||||
SUBDIR += ve
|
||||
SUBDIR += vflib
|
||||
|
22
chinese/ttf2pt1/Makefile
Normal file
22
chinese/ttf2pt1/Makefile
Normal file
@ -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>
|
1
chinese/ttf2pt1/distinfo
Normal file
1
chinese/ttf2pt1/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ttf2pt1-chinese-3.4.0.tgz) = 981d8f92b5fda5898d1cd6daf4e86144
|
1
chinese/ttf2pt1/pkg-comment
Normal file
1
chinese/ttf2pt1/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
True Type Font to Postscript Type 1 Converter with chinese maps
|
7
chinese/ttf2pt1/pkg-descr
Normal file
7
chinese/ttf2pt1/pkg-descr
Normal file
@ -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/
|
7
chinese/ttf2pt1/pkg-plist
Normal file
7
chinese/ttf2pt1/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user