aboutsummaryrefslogtreecommitdiff
path: root/chinese/py-cconv
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_PYTHON=concurrentSunpoet Po-Chuan Hsieh2014-10-041-1/+1
| | | | Notes: svn path=/head/; revision=369986
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2014-08-301-1/+1
| | | | Notes: svn path=/head/; revision=366613
* - Strip shared librarySunpoet Po-Chuan Hsieh2014-08-151-0/+3
| | | | Notes: svn path=/head/; revision=364958
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)Sunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | | | | Notified by: koobs, wg Notes: svn path=/head/; revision=364929
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-3/+2
| | | | Notes: svn path=/head/; revision=364884
* - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILESSunpoet Po-Chuan Hsieh2014-02-241-3/+2
| | | | Notes: svn path=/head/; revision=345806
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-201-2/+3
| | | | | | | | - Convert to new LIB_DEPENDS format - Support STAGEDIR Notes: svn path=/head/; revision=334377
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | chinese) Notes: svn path=/head/; revision=327713
* - Cosmetic changeSunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326670
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-211-5/+1
| | | | Notes: svn path=/head/; revision=325163
* - Pet portlint: remove ABI version number from LIB_DEPENDSSunpoet Po-Chuan Hsieh2012-08-071-1/+1
| | | | Notes: svn path=/head/; revision=302234
* - Add py-cconv 0.5.0Sunpoet Po-Chuan Hsieh2011-05-093-0/+43
This port is the Python 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/ Notes: svn path=/head/; revision=273851