aboutsummaryrefslogtreecommitdiffstats
path: root/print/p5-PDFLib
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Fix buildvanilla2013-11-064-23/+0
|
* Fix index. (wired, duplicate Makefile contents :(vanilla2013-11-061-23/+0
|
* Support STAGEDIR.vanilla2013-11-065-0/+44
|
* print/p5-PDFLIB: Unbreak by disabling version test.marino2013-11-021-0/+17
| | | | | | | | The p5-PDFLib port can no longer determine the version of pdflib accurately, so it's failing at the configure stage. By disabling the test, the port builds again. Approved by: perl@ (AZ)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-2/+1
| | | | print)
* - Convert to new perl frameworkmat2013-08-031-5/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Remove SITE_PERL from *_DEPENDSaz2012-06-061-1/+1
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-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
* - Cleaning MD5 in perl@'s portsjadawin2011-05-171-1/+0
| | | | Approved by: erwin@ (portmgr)
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-8/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-261-1/+0
| | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
* - Add SHA256pav2005-11-261-0/+1
| | | | Approved by: mat (perl; maintainer)
* Update to 0.14. Assign mainatiner to perl@. Require perl from ports.tobez2005-10-272-6/+11
|
* SIZEify.trevor2004-01-301-0/+1
|
* utilize SITE_PERLijliao2003-10-242-4/+4
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Make this port depend on the slave port pdflib-perl.marcus2003-04-061-1/+2
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* add build-depnd to pdflibijliao2002-05-141-1/+2
| | | | | PR: 38067 Submitted by: Alex Kapranoff <kappa@agava.com>
* add p5-PDFLib 0.12ijliao2002-05-145-0/+33
More OO interface to pdflib_pl.pm