aboutsummaryrefslogtreecommitdiff
path: root/textproc/docbook2X
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Add LICENSESunpoet Po-Chuan Hsieh2015-11-292-19/+20
| | | | | | | | | | | | - Sort *_DEPENDS - Use CONFLICTS_INSTALL instead of CONFLICTS - Use USE_GNOME=libxslt - Sort USES - Reformat pkg-descr - Take maintainership Notes: svn path=/head/; revision=402571
* Cleanup plistAntoine Brodin2014-11-151-10/+0
| | | | Notes: svn path=/head/; revision=372605
* Convert to staging.Mathieu Arnold2014-02-214-31/+15
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=345446
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-161-1/+1
| | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656
* 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