diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-09 15:24:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-09 15:24:49 +0800 |
commit | a9ade57f9866a3decda227d09c545f4a83f58f88 (patch) | |
tree | d58f6dd62282c522d435f2d417bfe869fcfa3e7e /chinese/Makefile | |
parent | ded7a50a17bd7147047044aa9137495351ca8ae7 (diff) | |
download | freebsd-ports-gnome-a9ade57f9866a3decda227d09c545f4a83f58f88.tar.gz freebsd-ports-gnome-a9ade57f9866a3decda227d09c545f4a83f58f88.tar.zst freebsd-ports-gnome-a9ade57f9866a3decda227d09c545f4a83f58f88.zip |
- Add p5-cconv 0.6.1
This port is the Perl wrapper of cconv (chinese/cconv).
cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese
conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool
between Simplified Chinese and Traditional Chinese.
We stand on the shoulders of giants. cconv source code is based on iconv, an
excellent program which converts text from one encoding to another.
Features:
- iconv-like usage.
- language-level Simplified-Traditional Chinese conversion.
- idioms can be translated.
WWW: http://code.google.com/p/cconv/
Diffstat (limited to 'chinese/Makefile')
-rw-r--r-- | chinese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index b5226953f03a..1eadc9de4f54 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -102,6 +102,7 @@ SUBDIR += p5-Lingua-ZH-WordSegmenter SUBDIR += p5-Lingua-ZH-Wrap SUBDIR += p5-Text-Greeking-zh_TW + SUBDIR += p5-cconv SUBDIR += pcmanx SUBDIR += phpbb-tw SUBDIR += phpbb3-tw |