Commit graph

16 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d5c1f7dd3e - Update WWW 2016-03-06 18:10:39 +00:00
Sunpoet Po-Chuan Hsieh
82dac9d840 - Update to 0.6.3
- Update LICENSE
- Update WWW

Changes:	https://github.com/xiaoyjy/cconv/releases
2016-03-06 06:19:19 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- 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)
2015-04-15 08:20:27 +00:00
Sunpoet Po-Chuan Hsieh
3b52b0ef3b - Strip shared library 2015-01-19 19:50:56 +00:00
Dmitry Marakasov
f23c877d57 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 13:10:35 +00:00
Sunpoet Po-Chuan Hsieh
1a75354b48 - Add LICENSE 2013-10-03 06:42:41 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Baptiste Daroussin
f5750c6a0e Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) 2013-09-20 16:01:22 +00:00
Sunpoet Po-Chuan Hsieh
ee0456d513 - Cleanup Makefile header 2013-08-21 17:42:57 +00:00
Marcus von Appen
1ccce53539 - Fix USE_ICONV leftovers missed in the previous update 2013-04-27 18:31:47 +00:00
Sunpoet Po-Chuan Hsieh
a0ea4bbbf1 - Fix iconv linking in libcconv.so
- Bump PORTREVISION for package change
2012-04-25 03:30:37 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Koop Mast
32ea452695 Fix build with FreeBSD 10
Approved by:	portmgr (miwi)
2011-10-29 19:01:59 +00:00
Sunpoet Po-Chuan Hsieh
2d2f778807 - Do not install PREFIX/include/unicode.h to avoid conflicts with devel/libunicode
- Bump PORTREVISION for PLIST change

Notified by:	kevlo
2011-10-26 17:11:54 +00:00
Sunpoet Po-Chuan Hsieh
d6125b5a25 - Fix spelling and grammer 2011-05-09 07:19:12 +00:00
Sunpoet Po-Chuan Hsieh
2181ec741f - Add cconv 0.6.2
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/
2011-05-03 13:09:40 +00:00