aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-wikitopdf
Commit message (Collapse)AuthorAgeFilesLines
* I no longer maintain any Trac installations so drop all my Trac modulebrooks2013-03-011-2/+1
| | | | ports and clean up the port headers.
* - do not directly depend on setuptools, use USE_DISTUTILS insteadrm2012-10-311-17/+6
| | | | | | | | | | | - bump PORTREVISION because of dependency change - trim Makefile header - limit python version to 2.x only PR: 173065 Submitted by: rm (myself) Approved by: brooks (maintainer, by mail) Feature safe: yes
* - Use canonical format for FreeBSD.org MAINTAINER addressessunpoet2010-12-262-2/+1
| | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat)
* - Chase devel/apr -> devel/apr1 shufflingpgollucci2010-05-181-1/+1
| | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
* 4/5: Chase devel/apr shlib bumppgollucci2010-05-061-1/+1
| | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Get rip python 2.3+miwi2009-12-141-1/+1
| | | | | | | | Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr
* WikiToPdf combines the functionality of CombineWikiPlugin andbrooks2009-01-103-0/+53
PageToPdfPlugin on only one plugin and allows one to setup a template file used to generate the PDF file with a cover and a licence page, for example. At the end of each wiki page there is a link named WikiToPdf and works like athomas PageToPdfPlugin plugin but takes into account the parameters on trac.ini (see below) and passes them to htmldoc. Alternatively, it's possible to select one or more wiki pages and generate one single PDF file just like coderanger work with a cover and a licence from a template file. This feature also takes into account the parameters on trac.ini. WWW: http://trac-hacks.org/wiki/TracWikiToPdfPlugin