diff options
author | keith <keith@FreeBSD.org> | 2000-11-27 17:59:47 +0000 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-11-27 17:59:47 +0000 |
commit | 0692f81b3bbe6ce33778ed1eff680c8e61fd1298 (patch) | |
tree | 403e1a4dc33bcfdfa84eb4a7b6ae63b692028898 | |
parent | 6be97be1a49bc1a3131895c2cc9c018ac7306203 (diff) | |
download | FreeBSD-ports-0692f81b3bbe6ce33778ed1eff680c8e61fd1298.zip FreeBSD-ports-0692f81b3bbe6ce33778ed1eff680c8e61fd1298.tar.gz |
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.
-rw-r--r-- | chinese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 6461ffe..d55093f 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 |