| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Changes:
http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR: 208085
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=411542
|
|
|
|
|
|
|
| |
PR: 207201
Notes:
svn path=/head/; revision=411180
|
|
|
|
|
|
|
|
| |
PR: 206221
Submitted by: linpct@gmail.com (maintainer)
Notes:
svn path=/head/; revision=406113
|
|
|
|
|
|
|
|
| |
PR: 205124
Submitted by: maintainer
Notes:
svn path=/head/; revision=403252
|
|
|
|
|
|
|
|
|
|
| |
2: regen plist with 'make makeplist'
PR: 204383
Submitted by: maintainer[1], me[2]
Notes:
svn path=/head/; revision=401083
|
|
|
|
|
|
|
|
| |
PR: 204222
Submitted by: maintainer
Notes:
svn path=/head/; revision=400824
|
|
|
|
|
|
|
|
| |
PR: 203971
Submitted by: maintainer
Notes:
svn path=/head/; revision=400018
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, sort PLIST
Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR: 203225
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=397575
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, convert to new options target helper
Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR: 202483
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=396329
|
|
|
|
|
|
|
|
| |
PR: 201988
Submitted by: maintainer
Notes:
svn path=/head/; revision=393406
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR: 201186
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=390907
|
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
PR: 201032
Submitted by: linpct@gmail.com (maintainer)
Notes:
svn path=/head/; revision=390303
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR: 199926
Submitted by: linpct@gmail.com(maintainer)
Notes:
svn path=/head/; revision=385407
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR: 199725
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=384844
|
|
|
|
|
|
|
|
| |
PR: 199289
Submitted by: maintainer
Notes:
svn path=/head/; revision=383902
|
|
|
|
|
|
|
|
| |
PR: 199015
Submitted by: maintainer
Notes:
svn path=/head/; revision=382642
|
|
|
|
|
|
|
|
| |
PR: 198443
Submitted by: maintainer
Notes:
svn path=/head/; revision=380831
|
|
|
|
|
|
|
|
| |
PR: 197549
Submitted by: Jason Bacon <jwbacon@tds.net>
Notes:
svn path=/head/; revision=379999
|
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Image-ExifTool/Changes
PR: 196684
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=377406
|
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Image-ExifTool/Changes
PR: ports/196613
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=376566
|
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Image-ExifTool/Changes
PR: ports/196526
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=376454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=371283
|
|
|
|
|
|
|
|
| |
PR: ports/192369
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=364500
|
|
|
|
|
|
|
|
| |
PR: 191626
Approved by: maintainer
Notes:
svn path=/head/; revision=363064
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add DOCS to Options
- Bump PORTREVISION due to package change
PR: ports/185021
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
Reviewed by: maintainer timeout (linpct@gmail.com, >8 weeks)
Notes:
svn path=/head/; revision=344311
|
|
|
|
|
|
|
|
| |
PR: ports/184790
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=336646
|
|
|
|
|
|
|
|
| |
PR: ports/184066
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=336314
|
|
|
|
|
|
|
|
| |
PR: ports/183833
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=333738
|
|
|
|
|
|
|
|
| |
PR: ports/182116
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=328029
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326963
|
|
|
|
|
|
|
|
| |
PR: ports/176403
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=313316
|
|
|
|
|
|
|
|
| |
PR: ports/176337
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=312890
|
|
|
|
|
|
|
|
| |
PR: ports/175816
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=312437
|
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Image-ExifTool/Changes
PR: ports/161025
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=282483
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add CONFLICTS: graphics/p5-Image-ExifTool
- While I'm here, update to 8.63 and pet portlint
Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR: ports/157814
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Notes:
svn path=/head/; revision=281569
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/148746
Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
Notes:
svn path=/head/; revision=258093
|
|
|
|
|
|
|
|
| |
PR: ports/145018
Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
Notes:
svn path=/head/; revision=252514
|
|
|
|
|
|
|
|
|
| |
PR: ports/142007
Submitted by: Alex Deiter <alex.deiter@gmail.com>
Approved by: maintainer(timeout, >20days)
Notes:
svn path=/head/; revision=248138
|
|
|
|
|
|
|
|
| |
PR: ports/137413
Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
Notes:
svn path=/head/; revision=238879
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 130232
Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
Notes:
svn path=/head/; revision=225589
|
|
|
|
|
|
|
|
| |
PR: ports/128413
Submitted by: Tod McQuillin <devin _AT_ spamcop _DOT_ net> (maintainer)
Notes:
svn path=/head/; revision=222122
|
|
|
|
|
|
|
|
| |
PR: ports/124197
Submitted by: Tod McQuillin <devin at spamcop.net> (maintainer)
Notes:
svn path=/head/; revision=214168
|