aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-MP3-Info
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* Cleanup plistbapt2014-10-201-3/+0
|
* - Stage supportmiwi2014-01-282-3/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* - convert to the new perl5 frameworkaz2013-09-111-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - remove maintainer tags from pkg-descreadler2011-10-231-3/+0
| | | | | Approved by: portmgr Approved by: bapt (mentor)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Update to 1.24.demon2008-12-302-4/+4
| | | | | PR: 129997 Submitted by: miwi
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* Update to 1.23.demon2007-08-302-11/+5
| | | | | PR: 115672 Submitted by: leeym
* Update to 1.22.demon2007-03-222-5/+4
| | | | | PR: 110463 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Update to 1.21.demon2007-01-092-4/+3
| | | | | PR: 107559 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Update to 1.20.demon2006-06-013-9/+12
| | | | | PR: 98174 Submitted by: aaron
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711
* Update to version 1.13.demon2005-10-102-3/+3
| | | | | PR: 86782 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* search.cpan.org redirect reduction canonicalization project, pass 2:fenner2005-09-221-1/+1
| | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing.
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Grab maintainership, I use this port a lot.demon2004-02-121-1/+1
|
* mat@FreeBSD.org reports no response from this maintainer for severallinimon2004-02-121-1/+1
| | | | | | | months about his other ports, so reset this one too. His last approved update was 16 months ago. Maintainer, if this is in error, please contact me directly.
* utilize SITE_PERLijliao2003-10-242-8/+7
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to version 1.02.demon2003-06-142-2/+5
| | | | Maintainer timeout.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 1.01skv2002-09-152-2/+2
| | | | | Submitted by: Leo Kim <leo@florida.sarang.net> PR: 42759
* Remove empty directories on uninstall.steve2001-04-151-0/+3
|
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-1/+0
|
* Upgrade to version 0.91kevlo2001-02-152-6/+5
| | | | Approved by: MAINTAINER
* p5-MP3-Info is a perl module that manipulates/fetches informationade2000-10-215-0/+36
from MP3 audio files PR: 20602 Submitted by: Leo Kim <leo@florida.sarang.net>