aboutsummaryrefslogtreecommitdiff
path: root/converters/cocot
Commit message (Collapse)AuthorAgeFilesLines
* Use ICONV_PREFIX instead of LOCALBASE to avoid picking GNU libiconv.Akinori MUSHA2014-05-071-2/+2
| | | | Notes: svn path=/head/; revision=353150
* Add LICENSE.Akinori MUSHA2014-04-091-0/+2
| | | | Notes: svn path=/head/; revision=350660
* Convert c* to USES=zipBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347403
* Support stageBaptiste Daroussin2014-01-091-11/+6
| | | | | | | Use bsdtar to extract the zip file Notes: svn path=/head/; revision=339228
* Convert converters to MDOCS and MEXAMPLESAdam Weinberger2014-01-031-1/+4
| | | | Notes: svn path=/head/; revision=338556
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Update to 20120313.Akinori MUSHA2012-04-183-6/+10
| | | | Notes: svn path=/head/; revision=294989
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 20080315.Akinori MUSHA2008-09-022-4/+4
| | | | Notes: svn path=/head/; revision=219651
* Update addresses.Akinori MUSHA2008-02-282-3/+3
| | | | Notes: svn path=/head/; revision=208071
* Add cocot, a code converter on TTY. It transparently filtersAkinori MUSHA2007-07-244-0/+55
characters on a TTY converting from one encoding to another. Notes: svn path=/head/; revision=196162