aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-FromHTML
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.Vanilla I. Shu2013-11-072-31/+30
| | | | Notes: svn path=/head/; revision=333056
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Remove SITE_PERL from *_DEPENDSFrederic Culot2012-06-051-6/+6
| | | | | | | Submitted by: az@ Notes: svn path=/head/; revision=298463
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 0.31Philip M. Gollucci2010-01-112-5/+5
| | | | Notes: svn path=/head/; revision=247565
* - Update to 0.26Philippe Audeoud2008-12-192-4/+4
| | | | Notes: svn path=/head/; revision=224408
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update 0.24Cheng-Lung Sung2007-02-142-4/+4
| | | | Notes: svn path=/head/; revision=185172
* - Update to 0.23Cheng-Lung Sung2007-02-052-4/+4
| | | | Notes: svn path=/head/; revision=184209
* Update to 0.22Mathieu Arnold2007-01-272-4/+4
| | | | Notes: svn path=/head/; revision=183425
* - Update to 0.21Cheng-Lung Sung2006-12-092-4/+4
| | | | Notes: svn path=/head/; revision=179247
* - Update to 0.20Cheng-Lung Sung2006-09-274-24/+68
| | | | | | | | | | - maintainership pass to perl@ PR: ports/103621 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=173935
* This module transforms HTML into PDF, using an assortment of XMLRoman Bogorodskiy2006-07-115-0/+69
transformations implemented in PDF::FromHTML::Twig. There is also a command-line utility, html2pdf.pl, that comes with this distribution. WWW: http://search.cpan.org/dist/PDF-FromHTML/ PR: ports/100060 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=167464