diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-26 18:39:38 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-26 18:39:38 +0000 |
commit | db5f10a4f284dee1fae63c012c32df86dc8c6b1d (patch) | |
tree | 8397bfa0a5c325c0c4dbd88084ab461a4a14a782 | |
parent | a13c4d53b800ea2dda7a9442218574335f8f0e2e (diff) | |
download | ports-db5f10a4f284dee1fae63c012c32df86dc8c6b1d.tar.gz ports-db5f10a4f284dee1fae63c012c32df86dc8c6b1d.zip |
Update to 0.9.1.
This version fixes some minor typos and bugs in ttfm.sh and X modules,
and the ghostscript6.ttfm module was also added. The new module is to
be used along with the forthcoming zh-ghostscript6 and zh-enscript. It
can also be used as a CID font manager. Relative info can be found at:
http://www.aihara.co.jp/~taiji/tops/
The new GS6 module is written with Japan/Korean in mind, meaning there
are some barebones for identifying/using Japan/Korean TTF/CIDs.
TODO modules:
* Abiword
* ChiTeX
* CID for XFree86-4
* CJK
* cwTeX
* GS5.5/vflib
Notes
Notes:
svn path=/head/; revision=35454
-rw-r--r-- | chinese/ttfm/Makefile | 6 | ||||
-rw-r--r-- | chinese/ttfm/distinfo | 2 | ||||
-rw-r--r-- | chinese/ttfm/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/chinese/ttfm/Makefile b/chinese/ttfm/Makefile index 8a7cae43d03f..33db847d6702 100644 --- a/chinese/ttfm/Makefile +++ b/chinese/ttfm/Makefile @@ -6,9 +6,9 @@ # PORTNAME= ttfm -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= chinese print -MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ +MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ttfm/ MAINTAINER= keith@FreeBSD.org @@ -25,7 +25,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/ttfm .endfor @${MKDIR} ${MODULESDIR} -.for module in xfreetype.ttfm xttfm.ttfm +.for module in ghostscript6.ttfm xfreetype.ttfm xttfm.ttfm @${INSTALL_SCRIPT} ${WRKSRC}/modules/${module} ${MODULESDIR} .endfor .for module in chitex.ttfm ttf2pk.ttfm xttfm-tcl.ttfm diff --git a/chinese/ttfm/distinfo b/chinese/ttfm/distinfo index dfa9bc9ef15c..7871c8aa9cd6 100644 --- a/chinese/ttfm/distinfo +++ b/chinese/ttfm/distinfo @@ -1 +1 @@ -MD5 (ttfm-0.9.0.tar.gz) = 730d398bb36e4ee8d5ea7305a435fa25 +MD5 (ttfm-0.9.1.tar.gz) = 0207fbfbf196beefdedd39bd8096fc16 diff --git a/chinese/ttfm/pkg-plist b/chinese/ttfm/pkg-plist index 0e0c4388d8f6..f076dd3ab8f1 100644 --- a/chinese/ttfm/pkg-plist +++ b/chinese/ttfm/pkg-plist @@ -3,6 +3,7 @@ bin/ttfm.sh share/doc/ttfm/README share/doc/ttfm/USAGE share/ttfm/chitex.ttfm.nop +share/ttfm/ghostscript6.ttfm share/ttfm/ttf2pk.ttfm.nop share/ttfm/xttfm-tcl.ttfm.nop share/ttfm/xfreetype.ttfm |