diff options
author | keith <keith@FreeBSD.org> | 2000-11-26 18:39:38 +0000 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-11-26 18:39:38 +0000 |
commit | 822153d63fc9f41ccfe1da530ee4e4f8ae565a48 (patch) | |
tree | bf546bc67001f3b51fe61a2357cc02ffe8005544 /chinese/ttfm | |
parent | 56b5846c1b75d89b1ed0e3f61a28245adb252d59 (diff) | |
download | FreeBSD-ports-822153d63fc9f41ccfe1da530ee4e4f8ae565a48.zip FreeBSD-ports-822153d63fc9f41ccfe1da530ee4e4f8ae565a48.tar.gz |
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
Diffstat (limited to 'chinese/ttfm')
-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 8a7cae4..33db847 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 dfa9bc9..7871c8a 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 0e0c438..f076dd3 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 |