aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Info
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* 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
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Update to 1.41Sunpoet Po-Chuan Hsieh2017-07-132-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Image-Info/CHANGES Notes: svn path=/head/; revision=445685
* Update to 1.40Sunpoet Po-Chuan Hsieh2017-03-222-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Image-Info/CHANGES Notes: svn path=/head/; revision=436738
* Update to 1.39.Adam Weinberger2016-10-092-3/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/Image-Info Notes: svn path=/head/; revision=423605
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update to 1.38Emanuel Haupt2015-04-223-3/+4
| | | | Notes: svn path=/head/; revision=384491
* - Update to 1.37Sunpoet Po-Chuan Hsieh2015-01-123-18/+17
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Image-Info/CHANGES Notes: svn path=/head/; revision=376863
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+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-8/+0
| | | | Notes: svn path=/head/; revision=371283
* Support STAGEDIR.Vanilla I. Shu2013-11-052-24/+22
| | | | 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-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 1.36Frederic Culot2013-07-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Image-Info/CHANGES Notes: svn path=/head/; revision=323286
* - Update to 1.35Frederic Culot2013-04-302-3/+6
| | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Image-Info/CHANGES Notes: svn path=/head/; revision=316894
* - Update to 1.34Philippe Audeoud2013-01-313-3/+5
| | | | | | | - Changelog: http://cpansearch.perl.org/src/SREZIC/Image-Info-1.34/CHANGES Notes: svn path=/head/; revision=311297
* - Update to 1.33Philippe Audeoud2012-12-192-8/+4
| | | | | | | - Changelog: http://cpansearch.perl.org/src/SREZIC/Image-Info-1.33/CHANGES Notes: svn path=/head/; revision=309230
* 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
* - Update to 1.32Sunpoet Po-Chuan Hsieh2012-02-222-16/+23
| | | | | | | | | - Sort *_DEPENDS and MAN3 Changes: http://search.cpan.org/dist/Image-Info/CHANGES Notes: svn path=/head/; revision=292037
* - Update to 1.3.1Baptiste Daroussin2010-10-293-6/+16
| | | | | | | - Changes http://cpansearch.perl.org/src/SREZIC/Image-Info-1.31/CHANGES Notes: svn path=/head/; revision=263736
* - 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
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-3/+10
| | | | | | | | | 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
* - Update to 1.30Philippe Audeoud2009-11-022-4/+4
| | | | | | | - Changelog : <http://cpansearch.perl.org/src/SREZIC/Image-Info-1.30/CHANGES> Notes: svn path=/head/; revision=243637
* Update to 1.29.Anton Berezin2009-08-033-8/+12
| | | | | | | Changes: http://search.cpan.org/dist/Image-Info/CHANGES Notes: svn path=/head/; revision=238809
* - 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 1.28Mathieu Arnold2008-03-312-4/+4
| | | | Notes: svn path=/head/; revision=210240
* - update to 1.27Yen-Ming Lee2007-12-242-4/+4
| | | | Notes: svn path=/head/; revision=204431
* Update to 1.26Erwin Lansing2007-09-112-4/+4
| | | | Notes: svn path=/head/; revision=199334
* 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 to 1.25Cheng-Lung Sung2007-05-252-4/+4
| | | | Notes: svn path=/head/; revision=191743
* - Update to 1.24Cheng-Lung Sung2007-02-252-4/+4
| | | | Notes: svn path=/head/; revision=185891
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.Dmitry Sivachenko2006-12-031-1/+1
| | | | Notes: svn path=/head/; revision=178677
* - Update to 1.23Cheng-Lung Sung2006-10-022-4/+4
| | | | Notes: svn path=/head/; revision=174278
* - Fix for older perl.Erwin Lansing2006-07-162-7/+8
| | | | | | | | | | - Use dirrmtry PR: 100391 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=167994
* - update to 1.22Cheng-Lung Sung2006-07-162-4/+4
| | | | Notes: svn path=/head/; revision=167983
* - mark IGNORE under old perlYen-Ming Lee2006-06-203-26/+1
| | | | Notes: svn path=/head/; revision=165823
* - Repair patch files to remove port from unbuildable ports list.Aaron Dalton2006-05-141-2/+2
| | | | | | | | | - Make test still has some issues however. Approved by: tobez (implicit) Notes: svn path=/head/; revision=162334
* - update to 1.21Yen-Ming Lee2006-05-042-5/+5
| | | | | | | - assign to perl@ Notes: svn path=/head/; revision=161329
* - update to 1.20Cheng-Lung Sung2006-03-312-4/+5
| | | | | | | - (also) fix unfetchable Notes: svn path=/head/; revision=158436
* - update to 1.17Cheng-Lung Sung2006-01-302-4/+4
| | | | Notes: svn path=/head/; revision=154813
* 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
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* With portmgr hat on, reset bouncing maintainer address (already notedMark Linimon2005-01-291-1/+1
| | | | | | | by leeym in devel/p5-Test-Simple) without prejudice. Notes: svn path=/head/; revision=127625
* Update to 1.16 (1.12 was not available any more)Mathieu Arnold2004-03-304-5/+38
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=105707
* PR:Foxfair Hu2003-06-213-21/+21
| | | | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Update graphics/p5-Image-Info to 1.12. PR: 52239 Submitted by: Mathieu Arnold <m@absolight.net> Reviewed by: maintainer Notes: svn path=/head/; revision=83390
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036