diff options
author | agc <agc> | 2002-06-19 09:25:25 +0000 |
---|---|---|
committer | agc <agc> | 2002-06-19 09:25:25 +0000 |
commit | a22a4129e09c405009a94ab2706bd1978e4901bb (patch) | |
tree | e746d7b90878417ec49acbbddad6d2e2f7665517 /converters/autoconvert/PLIST | |
parent | 0daf101a434119d4b00315d6f030311586fec842 (diff) | |
download | pkgsrc-a22a4129e09c405009a94ab2706bd1978e4901bb.tar.gz |
Initial import of autoconvert-0.3.13, an intelligent Chinese encoding
converter, into the NetBSD packages system.
Provided in PR 16087 by Rui-Xiang Guo (rxg@ms25.url.com.tw).
AutoConvert is an intelligent Chinese Encoding converter.
It uses built-in functions to judge the type of the input file's Chinese
Encoding (such as GB/Big5/HZ), then converts the input file to any
type of Chinese Encoding you want. You can use autoconvert to
automatically convert incoming e-mail messages. It can also optionally
handle the UNI/UTF7/UTF8 encoding.
Diffstat (limited to 'converters/autoconvert/PLIST')
-rw-r--r-- | converters/autoconvert/PLIST | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/converters/autoconvert/PLIST b/converters/autoconvert/PLIST new file mode 100644 index 00000000000..3b78539b3c9 --- /dev/null +++ b/converters/autoconvert/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/19 09:25:25 agc Exp $ +bin/autob5 +bin/autogb +include/hz.h +include/zhstatis.h +lib/libhz.a +lib/libhz.la +lib/libhz.so +lib/libhz.so.0 +lib/libhz.so.0.0 +share/examples/autoconvert/procmailrc.example +share/examples/autoconvert/shed.big5 +share/examples/autoconvert/shed.gb +share/examples/autoconvert/shed.uni +share/examples/autoconvert/shed.utf7 +share/examples/autoconvert/shed.utf8 +@dirrm share/examples/autoconvert |