Commit graph

20 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
Pawel Pekala
111e486a5a - Staging support
- Use options helpers
- Merge docs installation
- Unmute install commands
2014-02-28 17:58:09 +00:00
Martin Wilke
1c06325a32 - Update to 0.99.6
PR:		123299
Submitted by:	David <david@trucs.org> (maintainer)
2008-05-02 19:27:35 +00:00
Martin Wilke
d5ab93d648 Update to 0.99
PR:		ports/97664
Submitted by:	miwi
Approved by:	krion (mentor), maintainer
2006-06-07 12:07:06 +00:00
Edwin Groothuis
ddd0ffbd40 [Maintainer Update] audio/gnupod : Fix pkg-plist (noticed by Kris via pointyhat)
PR:		ports/91280
Submitted by:	David Le Brun <david@dyn-ns.net>
2006-01-04 05:42:37 +00:00
Pav Lucistnik
43ba00676d - Update to ports/79507
PR:		ports/79507
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)
2005-04-03 21:02:32 +00:00
Pav Lucistnik
76def71b76 - Update to 0.96
PR:		ports/74343
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)
2004-11-28 16:10:02 +00:00
Pav Lucistnik
3fa26961ee - Update to 0.95
PR:		ports/68744
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)
2004-07-08 18:41:52 +00:00
Pete Fritchman
15f5955643 - update to 0.94
- fix pkg-plist

PR:		65938
Submitted by:	maintainer
2004-05-02 00:23:49 +00:00
Pav Lucistnik
a73d57bddd - Fix install on perl 5.0
- Fix pkg-plist on perl 5.0

PR:		ports/60190
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)
2003-12-12 21:32:10 +00:00
James E. Housley
d7e5c51a40 This is a massive update :
- *COMPLETE* rewrite of GNUpod (cleaner code, faster, less memory needed)
	- Real support of Unicode
	- Remove XML::Simple depency in favor of XML::Parser
	- Support of SmartPlaylists (beta)
	- Many bugs fixed and many new features

PR:		59053
Submitted By:	MAINTAINER
2003-11-09 16:03:35 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Sergey A. Osokin
253384a218 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-21 11:24:02 +00:00
Kris Kennaway
9e39fd1ffe Utilize INFO 2003-08-16 10:35:20 +00:00
Munechika SUMIKAWA
5afe7b31a5 Fix breakage on packaging.
PR:		ports/51180
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-04-20 21:25:14 +00:00
Edwin Groothuis
a898b07a84 [MAINTENER UPDATE] audio/gnupod to 0.28
Change the MASTER_SITES to gnu.org (and mirrors)
	Update gnupod to 0.28
	- tunes2pod.pl has better support of various iTunesDB (especially with Ehpod)
	- mktunes.pl is now *much* faster

PR:		ports/50054
Submitted by:	David LE BRUN <david@dyn-ns.net>
2003-04-18 06:48:07 +00:00
Kris Kennaway
6e2bcbf312 Update to gnupod 0.27
PR:		ports/48854
Submitted by:	David LE BRUN <david@dyn-ns.net> (maintainer)
2003-03-05 10:28:21 +00:00
Munechika SUMIKAWA
a9d20dd86e Upgrade to 0.26.
Reviewd and approved by:	maintainer
2003-01-28 22:15:44 +00:00
Munechika SUMIKAWA
1009089b69 Add gnupod 0.25, a set of Perl scripts for using an Apple iPod.
PR:		45875
Submitted by:	David Le Brun <david@dyn-ns.net>
2003-01-15 16:38:04 +00:00