aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-ExifTool
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 12.00Hiroki Tagato2020-06-233-4/+9
| | | | | | | | | | PR: 247491 Submitted by: Tod McQuillin <devin@sevenlayer.studio> (maintainer) Approved by: mentors (implicit) Changelog: https://exiftool.org/history.html Notes: svn path=/head/; revision=539973
* graphics/p5-Image-ExifTool: update to 11.70Steve Wills2020-01-062-6/+7
| | | | | | | | | PR: 241211 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Approved by: maintainer timeout (devin@sevenlayer.studio, >2 months) Notes: svn path=/head/; revision=522238
* graphics/p5-Image-ExifTool: update to 11.50Steve Wills2019-09-033-5/+9
| | | | | | | | | | While here, update maintainer email. PR: 240292 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=510942
* Update to 11.01Sunpoet Po-Chuan Hsieh2018-09-064-7/+9
| | | | | | | | | | | | | | | - While I'm here: - Update MASTER_SITES - Use CONFLICTS_INSTALL instead of CONFLICTS - Update WWW Changes: https://metacpan.org/changes/distribution/Image-ExifTool PR: 230820 Submitted by: Anton Yuzhaninov <citrin@citrin.ru> Approved by: maintainer (timeout, 15 days) Notes: svn path=/head/; revision=479131
* Update to 10.80Sunpoet Po-Chuan Hsieh2018-03-103-21/+17
| | | | | | | | | | | | | - While I'm here: - Simplify DOCS installation - Convert to options target helper Changes: http://search.cpan.org/dist/Image-ExifTool/Changes PR: 226464 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=464115
* 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 10.55Sunpoet Po-Chuan Hsieh2017-06-123-4/+10
| | | | | | | | | Changes: http://search.cpan.org/dist/Image-ExifTool/Changes PR: 219065 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=443436
* - Update to 10.40Martin Wilke2017-03-032-4/+4
| | | | | | | | PR: 217441 Submitted by: maintainer Notes: svn path=/head/; revision=435307
* Update to 10.36Jason E. Hale2016-12-013-4/+12
| | | | | | | | PR: 214814 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=427530
* graphics/p5-Image-ExifTool: update 10.15 -> 10.20Jason Unovitch2016-06-303-3/+7
| | | | | | | | | | | | - While here, also add NO_ARCH Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: 210549 Sumbmitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=417801
* - Update to 10.15Sunpoet Po-Chuan Hsieh2016-04-303-3/+5
| | | | | | | | | Changes: http://search.cpan.org/dist/Image-ExifTool/Changes PR: 209164 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=414348
* graphics/p5-Image-ExifTool: 9.90 -> 10.10Kurt Jaeger2016-03-183-3/+9
| | | | | | | | | | | Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: 208106 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=411370
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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
* graphics/p5-Image-ExifTool: update 9.76 -> 9.90Bartek Rutkowski2015-03-163-3/+5
| | | | | | | | PR: 198592 Submitted by: Tod McQuillin <devin@spamcop.net> Notes: svn path=/head/; revision=381377
* - Update to 9.76Sunpoet Po-Chuan Hsieh2015-02-193-162/+165
| | | | | | | | | | | - While I'm here, sort PLIST Changes: http://owl.phy.queensu.ca/~phil/exiftool/history.html PR: 197817 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=379383
* 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-7/+0
| | | | Notes: svn path=/head/; revision=371283
* Update p5-Image-ExifTool to 9.60Ulrich Spörlein2014-07-273-3/+15
| | | | | | | PR: 191626 Notes: svn path=/head/; revision=363065
* - Update to Version 9.27Steve Wills2014-02-143-180/+176
| | | | | | | | | | | | | - Remove comments from header - Add DOCS to options - Support STAGEDIR PR: ports/185020 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Approved by: maintainer timeout (devin@spamcop.net, >8 weeks) Notes: svn path=/head/; revision=344307
* 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 the new perl5 frameworkAndrej Zverev2013-09-111-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326963
* - Update to 9.04Philippe Audeoud2012-12-182-3/+3
| | | | Notes: svn path=/head/; revision=309188
* - Update to 9.01Frederic Culot2012-10-233-14/+12
| | | | | | | | | | Changes: http://search.cpan.org/dist/Image-ExifTool/Changes PR: ports/172845 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306306
* - Update to 8.90Sunpoet Po-Chuan Hsieh2012-05-182-3/+3
| | | | | | | | | | | Changes: http://search.cpan.org/dist/Image-ExifTool/Changes http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: ports/167416 Submitted by: sunpoet (myself) Approved by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=296891
* - Update to 8.85Frederic Culot2012-04-063-10/+13
| | | | | | | | | | Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: ports/166407 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=294283
* - Update to 8.77Sunpoet Po-Chuan Hsieh2012-02-122-3/+3
| | | | | | | | | | | Changes: http://search.cpan.org/dist/Image-ExifTool/Changes http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: ports/164550 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days) Notes: svn path=/head/; revision=291045
* - Update to 8.75Sunpoet Po-Chuan Hsieh2012-01-133-7/+12
| | | | | | | | | | | Changes: http://search.cpan.org/dist/Image-ExifTool/Changes http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: ports/163931 Submitted by: sunpoet (myself) Approved by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=289066
* - Update to 8.65Sunpoet Po-Chuan Hsieh2011-10-103-6/+9
| | | | | | | | | | | | | | - Add comment of development version in ports tree - Fix mantags: Changes: http://search.cpan.org/dist/Image-ExifTool/Changes http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: ports/161026 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Notes: svn path=/head/; revision=283330
* - Add comments about graphics/p5-Image-ExifTool-develSunpoet Po-Chuan Hsieh2011-09-241-7/+8
| | | | | | | | | | | | | - Pet portlint - Explicitly declare that mantags: should run after install: - Move Image::ExifTool::MIEUnits.3 from MAN3 to MANTAGS which matches mantags: result PR: ports/160620 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Notes: svn path=/head/; revision=282321
* - Add CONFLICTS: graphics/p5-Image-ExifTool-develSunpoet Po-Chuan Hsieh2011-09-101-0/+3
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=281570
* - Use MAN3PREFIXSunpoet Po-Chuan Hsieh2011-07-011-4/+4
| | | | | | | | | | | - Use commands defined in bsd.commands.mk PR: ports/157891 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days) Notes: svn path=/head/; revision=276813
* - Update to 8.60 [1]Frederic Culot2011-06-283-15/+20
| | | | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Image-ExifTool/Changes PR: ports/158334 [1] Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=276605
* - Update to 8.50Sunpoet Po-Chuan Hsieh2011-03-113-305/+318
| | | | | | | | | | | - Sort PLIST Changes: http://owl.phy.queensu.ca/~phil/exiftool/history.html PR: ports/155396 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=270689
* - Update to 8.40Wen Heping2010-11-223-19/+24
| | | | | | | | | | Changelog: http://cpansearch.perl.org/src/EXIFTOOL/Image-ExifTool-8.40/Changes PR: ports/152471 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=264918
* - Update to 8.25Sylvio Cesar Teixeira2010-07-233-20/+24
| | | | | | | | PR: ports/148746 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=258093
* - Update to 8.15Wen Heping2010-04-103-41/+88
| | | | | | | | PR: ports/145018 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=252514
* - Update to 8.00Wen Heping2010-01-193-8/+22
| | | | | | | | | PR: ports/142007 Submitted by: Alex Deiter <alex.deiter@gmail.com> Approved by: maintainer(timeout, >20days) Notes: svn path=/head/; revision=248138
* - Update to 7.82.Felippe de Meirelles Motta2009-08-043-215/+232
| | | | | | | | PR: ports/137413 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=238879
* - Update to 7.67Beech Rintoul2009-02-153-13/+28
| | | | | | | | | | | | | | This update includes a fix for a bug involving image corruption of certain TIFF files. Changelog here: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: ports/131687 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=228380
* - Update to 7.60Martin Wilke2009-01-093-4/+5
| | | | | | | | PR: 130232 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=225589
* - Update to 7.50Philippe Audeoud2008-10-273-18/+35
| | | | | | | | PR: ports/128413 Submitted by: Tod McQuillin <devin _AT_ spamcop _DOT_ net> (maintainer) Notes: svn path=/head/; revision=222122
* - Update to 7.30Rong-En Fan2008-06-022-4/+4
| | | | | | | | PR: ports/124197 Submitted by: Tod McQuillin <devin at spamcop.net> (maintainer) Notes: svn path=/head/; revision=214168
* - Update to 7.25Cheng-Lung Sung2008-04-203-8/+11
| | | | | | | | | Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: ports/122902 Submitted by: maintainer (Tod McQuillin) Notes: svn path=/head/; revision=211644
* - 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 7.00Cheng-Lung Sung2007-10-243-7/+8
| | | | | | | | | | ChangeLog is here: http://owl.phy.queensu.ca/~phil/exiftool/history.html PR: ports/117437 Submitted by: maintainer (Tod McQuillin) Notes: svn path=/head/; revision=201885
* - Update to 6.90Martin Wilke2007-05-273-5/+9
| | | | | | | | PR: 112585 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=191968
* Update to 6.76Erwin Lansing2007-02-162-4/+4
| | | | | | | | PR: 109239 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer) Notes: svn path=/head/; revision=185326
* - Update to 6.75Cheng-Lung Sung2007-02-153-16/+22
| | | | | | | | PR: ports/109191 Submitted by: maintainer (Tod McQuillin) Notes: svn path=/head/; revision=185232
* - Update to 6.66Rong-En Fan2007-01-063-5/+6
| | | | | | | | | PR: ports/107032 Submitted by: chinsan Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=181598