diff options
author | keith <keith@FreeBSD.org> | 2000-11-27 02:39:38 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-11-27 02:39:38 +0800 |
commit | 822153d63fc9f41ccfe1da530ee4e4f8ae565a48 (patch) | |
tree | bf546bc67001f3b51fe61a2357cc02ffe8005544 /chinese/ttfm/Makefile | |
parent | 56b5846c1b75d89b1ed0e3f61a28245adb252d59 (diff) | |
download | freebsd-ports-gnome-822153d63fc9f41ccfe1da530ee4e4f8ae565a48.tar.gz freebsd-ports-gnome-822153d63fc9f41ccfe1da530ee4e4f8ae565a48.tar.zst freebsd-ports-gnome-822153d63fc9f41ccfe1da530ee4e4f8ae565a48.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
Diffstat (limited to 'chinese/ttfm/Makefile')
-rw-r--r-- | chinese/ttfm/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |