diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-28 01:59:47 +0800 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-28 01:59:47 +0800 |
commit | b3386707a4c0bf35053491d96287c21777c4e23b (patch) | |
tree | 5b4e13101df56faa38f13eecddfea29cdcb82c51 /chinese | |
parent | dc969b046dbcbf3db7da23eb4adf1ea429c2c29f (diff) | |
download | freebsd-ports-gnome-b3386707a4c0bf35053491d96287c21777c4e23b.tar.gz freebsd-ports-gnome-b3386707a4c0bf35053491d96287c21777c4e23b.tar.zst freebsd-ports-gnome-b3386707a4c0bf35053491d96287c21777c4e23b.zip |
New port: enscript
This port adds Chinese support to enscript, which means it can convert
a BIG5/CNS plain text to a PS document, with all the fancy features
provided by enscript. Unlike bg5ps, it can't manage GB yet, but it's
easy to add. Another useful feature is with the ps2pdf and zh-ghostscript6,
it is now possible to generate font-embedded Chinese pdf document from
plain text on the fly, which also means platform-independent.
Due to some problems in the CMap files provided by Adobe, Eten-B5-H and
B5-H CMaps are unable to map correct ascii glyphs in TTFs. BIG5 users
are suggested to use B5pc-H for the time being.
Maybe it's time to re-organize ports/chinese/* font relationships.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 6461ffef3f03..d55093ff8e4e 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -19,6 +19,7 @@ SUBDIR += cle_base SUBDIR += cless SUBDIR += cxterm + SUBDIR += enscript SUBDIR += gb2ps SUBDIR += gbscript SUBDIR += ghostscript6 |