aboutsummaryrefslogtreecommitdiff
path: root/textproc/docbook2mdoc
Commit message (Collapse)AuthorAgeFilesLines
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428144
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* The docbook2mdoc utility is a converter from DocBook V4.x and v5.x XML intoBaptiste Daroussin2014-11-224-0/+56
mdoc. Unlike most DocBook utilities, it's a standalone ISC-licensed ISO C utility that should compile on any modern UNIX system. The only requirement is libexpat (for parsing XML), which is installed by default on most systems. WWW: http://mdocml.bsd.lv/docbook2mdoc/ Notes: svn path=/head/; revision=373031