Commit graph

14 commits

Author SHA1 Message Date
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Sunpoet Po-Chuan Hsieh
eb9d3fe4a6 - Add LICENSE 2014-07-21 11:51:20 +00:00
Emanuel Haupt
f890e6f2a3 Support staging. 2014-02-05 13:11:05 +00:00
Ryan Steinmetz
caeaebda9f - Reset maintainer due to fatal email bounces
Reported by:	portscout
2014-01-16 13:05:20 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Andrej Zverev
1539e0886b - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 09:54:08 +00:00
Steve Wills
c0bff8f947 - Add build depends to avoid warning
PR:		ports/159826
Submitted by:	swills (me)
Approved by:	maintainer timeout (>5 weeks)
2011-09-20 00:41:53 +00:00
Sunpoet Po-Chuan Hsieh
4d20125cda - Update to 0.07
- Sort MAN3

Changes:	http://search.cpan.org/dist/MP3-Find/Changes
PR:		ports/157783
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	maintainer (timeout, 16 days)
2011-06-28 15:56:01 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Philip M. Gollucci
c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Jimmy Olgeni
bbdb4d4623 A few typo fixes for ports/audio descriptions. 2008-06-15 12:52:11 +00:00
Yen-Ming Lee
2fb6940c0e - use CPAN macro
- simplify dependency
- bump PORTREVISION

PR:		121214
Submitted by:	leeym
Approved by:	maintainer
2008-02-29 15:00:12 +00:00
Roman Bogorodskiy
cdbfe1f9a7 This module allows you to search for MP3 files by their ID3 tags.
You can ask for the results to be sorted by one or more of those tags,
and return either the list of filenames (the deault), a printf-style
formatted string for each file using its ID3 tags, or the actual Perl
data structure representing the results.

WWW: http://search.cpan.org/dist/MP3-Find/

PR:		ports/100149
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-07-12 20:24:34 +00:00