aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.66Sunpoet Po-Chuan Hsieh2017-04-285-55/+73
| | | | | | | | | | | - Fix LICENSE - Strip shared library - Clean up and sort PLIST Changes: http://search.cpan.org/dist/GD/ChangeLog Notes: svn path=/head/; revision=439637
* Bump PORTREVISION for ports affected by the fix the last commit.Mathieu Arnold2017-01-311-1/+1
| | | | | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight Notes: svn path=/head/; revision=432932
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-2/+2
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Remove one more file from the package.Mathieu Arnold2015-01-052-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=376294
* Fix runtime. The Makefile.PL version of the build is ignoring all the XS glue.Mathieu Arnold2015-01-053-17/+57
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=376292
* - Allow build as regular userSunpoet Po-Chuan Hsieh2015-01-041-0/+3
| | | | | | | Reported by: naddy Notes: svn path=/head/; revision=376260
* - Update to 2.56Sunpoet Po-Chuan Hsieh2015-01-043-13/+10
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/GD/ChangeLog Notes: svn path=/head/; revision=376222
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+0
| | | | Notes: svn path=/head/; revision=371283
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Update to 2.53Sunpoet Po-Chuan Hsieh2014-04-022-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/GD/ChangeLog Notes: svn path=/head/; revision=349944
* - Update to 2.52Sunpoet Po-Chuan Hsieh2014-02-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/GD/ChangeLog Notes: svn path=/head/; revision=345130
* - Update to 2.51Sunpoet Po-Chuan Hsieh2014-02-162-7/+13
| | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Fix CONFIGURE_ENV Changes: http://search.cpan.org/dist/GD/ChangeLog Notes: svn path=/head/; revision=344519
* Support STAGEDIR.Vanilla I. Shu2013-11-052-5/+6
| | | | Notes: svn path=/head/; revision=332801
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Update to 2.50Mathieu Arnold2013-08-212-5/+3
| | | | Notes: svn path=/head/; revision=325131
* - fix bad bump from r324437Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324445
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+2
| | | | Notes: svn path=/head/; revision=324437
* - Convert to new perl frameworkMathieu Arnold2013-08-021-3/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-1/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Update to 2.49.Anton Berezin2013-02-262-9/+4
| | | | | | | Changes: http://search.cpan.org/dist/GD/ChangeLog Notes: svn path=/head/; revision=312979
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - update to 2.46Baptiste Daroussin2011-05-052-4/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/LDS/GD-2.46/ChangeLog Notes: svn path=/head/; revision=273662
* - Update to 2.45Baptiste Daroussin2010-08-272-5/+4
| | | | | | | Approved by: jadawin/tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=260076
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - donate some more of my p5- ports to perl@Philip M. Gollucci2010-02-041-1/+1
| | | | | | | [included is my 1st port ever databases/p5-DBIx-Tree Date created: January 29th 2003] Notes: svn path=/head/; revision=249235
* - Update to 2.44Philip M. Gollucci2009-07-133-4/+5
| | | | Notes: svn path=/head/; revision=237740
* - Update to 2.43Philip M. Gollucci2009-06-122-4/+4
| | | | Notes: svn path=/head/; revision=235617
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - Update to 2.41Philip M. Gollucci2008-08-222-4/+4
| | | | | | | Approved by: gabor (mentor) Notes: svn path=/head/; revision=219003
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-2/+2
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* - Update to 2.39.Marcelo Araujo2008-05-032-5/+4
| | | | | | | | PR: ports/123249 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=212531
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.35Martin Wilke2006-11-232-4/+4
| | | | | | | | | PR: ports/105194 Submitted by: chinsan@ Approved by: maintainer timeout Notes: svn path=/head/; revision=177884
* - update to 2.34Yen-Ming Lee2006-06-232-6/+6
| | | | | | | | | | | - IGNORE when perl < 5.6 PR: 99349 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=166107
* Require perl >= 5.8.xRenato Botelho2006-05-201-2/+2
| | | | | | | Reported by: leeym Notes: svn path=/head/; revision=162912
* - Update to 2.32Renato Botelho2006-05-192-4/+4
| | | | | | | | | PR: ports/97419 Submitted by: Christopher Boumenot <boumenot@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=162806
* - Update to 2.30Cheng-Lung Sung2006-01-273-6/+9
| | | | | | | | | PR: ports/92295 Submitted by: clsung Approved by: maintainer Notes: svn path=/head/; revision=154567
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Update to 2.25.Jeremy Messenger2005-07-253-5/+8
| | | | | | | | PR: ports/83983 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=140059
* - Add PNG support.Florent Thoumie2005-04-121-1/+2
| | | | | | | | | PR: ports/79791 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> Approved by: maintainer Notes: svn path=/head/; revision=133133
* - update to 2.23Cheng-Lung Sung2005-04-043-9/+8
| | | | | | | | | | - change maintainer's email address PR: 79217 Submitted by: Phil Oleson <oz AT nixil dot net>, maintainer Notes: svn path=/head/; revision=132417
* Update to 2.16Sergey Skvortsov2004-10-253-5/+7
| | | | | | | | | | | * add GIF support PR: ports/71291 Submitted by: skv Approved by: maintainer (timeout exceeds legal 14 days) Notes: svn path=/head/; revision=120147