aboutsummaryrefslogtreecommitdiff
path: root/textproc/odt2txt
Commit message (Collapse)AuthorAgeFilesLines
* Support stagingEmanuel Haupt2014-02-261-9/+6
| | | | Notes: svn path=/head/; revision=346156
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+2
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Add odt2txt.1 to portWen Heping2011-06-012-5/+15
| | | | | | | | | | | - Minor cleanups - Pass maintainership to submitter PR: ports/157270 Submitted by: "Alexey V. Degtyarev" <alexey@renatasystems.org> Notes: svn path=/head/; revision=274914
* We no longer need to override ICONV_CHAR via CPPFLAGS, it is automaticallyGerald Pfeifer2011-01-162-2/+1
| | | | | | | | | | detected now. (This also avoids double quotes in CPPFLAGS. [1]) PR: 153625 [1] Feature safe: yes Notes: svn path=/head/; revision=267871
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Update to 0.4Chin-San Huang2008-06-272-4/+4
| | | | Notes: svn path=/head/; revision=215836
* - Update to 0.3Rong-En Fan2007-05-272-4/+4
| | | | | | | | PR: ports/113025 Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=191956
* Add odt2txt 0.2, a simple (and stupid) converter from OpenDocument TextRong-En Fan2007-01-073-0/+42
to plain text. PR: ports/107606 Submitted by: chinsan Notes: svn path=/head/; revision=181661