aboutsummaryrefslogtreecommitdiff
path: root/textproc/docbook2X
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-3/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327088
* - 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
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Add conflict with docbook-utilsGreg Larkin2009-12-151-1/+3
| | | | | | | | | - Bump PORTREVISION Requested by: gabor Notes: svn path=/head/; revision=245898
* - Add missing dependency and add RUN_DEPENDS so security/logcheckGreg Larkin2009-04-261-2/+4
| | | | | | | | | | | builds successfully, as noted in: http://qat.tecnik93.com/logs/7-STABLE-FPT-NPD/logcheck-1.2.54_3.log - Bump PORTREVISION Reported by: QAT Notes: svn path=/head/; revision=232752
* - Add post-patch to fix configure script so it embeds the actualGreg Larkin2009-04-251-0/+5
| | | | | | | | value of PREFIX in the Perl scripts, instead of a variable reference - Bump PORTREVISION Notes: svn path=/head/; revision=232702
* docbook2X converts DocBook documents into man pages and TexinfoGreg Larkin2009-04-245-0/+236
documents. It aims to support DocBook version 4.2, excepting the features that cannot be supported or are not useful in a man page or Texinfo document. WWW: http://docbook2x.sourceforge.net/ Notes: svn path=/head/; revision=232637