aboutsummaryrefslogtreecommitdiff
path: root/chinese/cconv
Commit message (Collapse)AuthorAgeFilesLines
* - Update WWWSunpoet Po-Chuan Hsieh2016-03-061-1/+1
| | | | Notes: svn path=/head/; revision=410472
* - Update to 0.6.3Sunpoet Po-Chuan Hsieh2016-03-064-12/+17
| | | | | | | | | | - Update LICENSE - Update WWW Changes: https://github.com/xiaoyjy/cconv/releases Notes: svn path=/head/; revision=410253
* converters/libiconv:Tijl Coosemans2015-04-152-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-01-191-0/+1
| | | | Notes: svn path=/head/; revision=377454
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-012-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360003
* - Add LICENSESunpoet Po-Chuan Hsieh2013-10-031-1/+3
| | | | Notes: svn path=/head/; revision=329145
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* 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
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-211-5/+1
| | | | Notes: svn path=/head/; revision=325163
* - Fix USE_ICONV leftovers missed in the previous updateMarcus von Appen2013-04-271-1/+1
| | | | Notes: svn path=/head/; revision=316684
* - Fix iconv linking in libcconv.soSunpoet Po-Chuan Hsieh2012-04-251-2/+2
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=295446
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* Fix build with FreeBSD 10Koop Mast2011-10-291-0/+1
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=284673
* - Do not install PREFIX/include/unicode.h to avoid conflicts with ↵Sunpoet Po-Chuan Hsieh2011-10-262-1/+2
| | | | | | | | | | | devel/libunicode - Bump PORTREVISION for PLIST change Notified by: kevlo Notes: svn path=/head/; revision=284377
* - Fix spelling and grammerSunpoet Po-Chuan Hsieh2011-05-091-7/+7
| | | | Notes: svn path=/head/; revision=273848
* - Add cconv 0.6.2Sunpoet Po-Chuan Hsieh2011-05-034-0/+45
cconv (pronunciation: see-conv.) is iconv based simplified-traditional chinese conversion tool. It is NOT only transcoding programm, but also TRANSLATE tools between the Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants, cconv source code is based on iconv a excellent program converts text from one encoding to another encoding. Features: - iconv liked usage. - language level simplified-traditional chinese. - idioms can be translated. WWW: http://code.google.com/p/cconv/ Notes: svn path=/head/; revision=273565