aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Pngslimmer
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371283
* Support STAGEDIR.Vanilla I. Shu2013-11-052-3/+1
| | | | Notes: svn path=/head/; revision=332801
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - 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
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-8/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309063
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+8
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-8/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Cleaning MD5 in perl@'s ports.Philippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274220
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-5/+9
| | | | | | | | | p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION Notes: svn path=/head/; revision=261530
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Update to 0.30Chin-San Huang2008-09-242-4/+4
| | | | Notes: svn path=/head/; revision=220713
* - Update to 0.29Chin-San Huang2008-09-012-4/+4
| | | | Notes: svn path=/head/; revision=219596
* - Update to 0.28Chin-San Huang2008-08-302-4/+4
| | | | Notes: svn path=/head/; revision=219470
* - Update to 0.26Chin-San Huang2008-08-242-4/+4
| | | | Notes: svn path=/head/; revision=219061
* - Update to 0.25Chin-San Huang2008-08-102-4/+4
| | | | Notes: svn path=/head/; revision=218298
* - Update to 0.24Chin-San Huang2008-07-232-4/+4
| | | | Notes: svn path=/head/; revision=217344
* - 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
* - Update to 0.22Rong-En Fan2007-04-082-4/+4
| | | | | | | | PR: ports/111370 Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=189474
* - Update to 0.21Rong-En Fan2007-03-302-4/+4
| | | | | | | | PR: ports/111025 Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=188833
* - Update to 0.20Rong-En Fan2007-03-252-6/+5
| | | | | | | | PR: ports/110745 Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=188305
* - Update to 0.16Rong-En Fan2007-03-152-4/+4
| | | | | | | | PR: ports/110289 Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=187438
* - Add missing dependencyRong-En Fan2007-03-061-1/+2
| | | | | | | Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=186676
* - Update to 0.14Rong-En Fan2007-03-062-4/+4
| | | | | | | | PR: ports/109967 Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=186671
* - Update 0.13Rong-En Fan2007-03-012-5/+6
| | | | | | | | PR: ports/109644 Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=186242
* - Update to 0.12Rong-En Fan2007-02-212-4/+4
| | | | | | | | PR: ports/109365 Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=185619
* - Update to 0.11Rong-En Fan2007-02-132-4/+4
| | | | | | | | PR: ports/109117 Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=185091
* Add p5-Image-Pngslimmer 0.08, slims (dynamically created) PNGs.Rong-En Fan2007-02-124-0/+42
PR: ports/109079 Submitted by: chinsan Notes: svn path=/head/; revision=184990