Commit graph

41 commits

Author SHA1 Message Date
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
2015-03-12 23:00:02 +00:00
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
99a4f62f93 Cleanup plist 2014-10-20 09:37:00 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Sunpoet Po-Chuan Hsieh
16a624cb31 - Add LICENSE
- Convert to new options framework
2013-11-09 19:13:17 +00:00
Mathieu Arnold
83507e51c4 Convert to staging, adapted version of the PR.
PR:		ports/183710
Submitted by:	Takefu
2013-11-06 09:26:56 +00:00
Vanilla I. Shu
4b9ccd4385 Support STAGEDIR. 2013-11-01 14:20:56 +00:00
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Baptiste Daroussin
1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Anton Berezin
8611fd79f5 Update to 1.4(0), unbreak.
Changes:	http://search.cpan.org/dist/Convert-UUlib/Changes
2011-08-04 14:38:39 +00:00
Baptiste Daroussin
dab8dfaadc mark BROKEN: does not fetch 2011-08-03 06:14:45 +00:00
Baptiste Daroussin
ee824a6ca4 - update to 1.34
- changes: http://cpansearch.perl.org/src/MLEHMANN/Convert-UUlib-1.34/Changes
2010-12-15 19:16:47 +00:00
Yen-Ming Lee
9d70ad43a4 - update to 1.33 2009-11-01 07:47:36 +00:00
Anton Berezin
89ebbcf6a4 Update to 1.32.
Changes:	http://search.cpan.org/dist/Convert-UUlib/Changes
Feature safe:	yes
2009-09-16 20:29:00 +00:00
Anton Berezin
a887269d31 Implement a temporary patch that fixes coredumps under certain
conditions until this is fixed upstream.  Bump portrevision.

Reported by:	Helmut Schneider <jumper99@gmx.de> and others on amavisd
		mailing list
2009-09-14 11:55:36 +00:00
Anton Berezin
005766de5a Update to 1.3(0).
Changes:	http://search.cpan.org/dist/Convert-UUlib/Changes
2009-09-01 14:16:57 +00:00
Martin Wilke
51c056166f - Update to 1.12 2008-10-24 18:42:39 +00:00
Yen-Ming Lee
15458f69ee - update to 1.11 2008-06-16 07:04:31 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${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)
2008-04-17 14:30:31 +00:00
Cheng-Lung Sung
e26089a2cf - Update to 1.09 2007-05-29 07:04:30 +00:00
Cheng-Lung Sung
e8f408988a - Update to 1.08 2006-12-20 00:15:02 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Yen-Ming Lee
11d8fea60a - update to 1.06 2005-12-11 12:40:15 +00:00
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Mathieu Arnold
d70cdacaab Update to 1.05.1 2005-03-04 13:59:16 +00:00
Mathieu Arnold
e4e249340f Update to 1.04
Add some doc
2004-12-29 13:08:16 +00:00
Anton Berezin
2ad9df1acf Update to 1.03. Assign maintainership to perl@. 2004-07-14 10:43:08 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Anton Berezin
1688125db6 Update to 1.0. 2003-12-05 10:29:15 +00:00
Mathieu Arnold
f065b33f1f Update to 0.31
use %%SITE_PERL%%
fixup WWW
maintainer timeout (5 months)

PR:		51563
Submitted by:	myself
2003-10-02 12:14:04 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Anton Berezin
f6b28d9ffb Update to 0.213. 2002-07-28 06:13:59 +00:00
Anton Berezin
169ae30c7e Update to 0.212. 2002-05-28 15:38:09 +00:00
Anton Berezin
e0a0944017 Update to 0.201. 2001-09-16 20:19:18 +00:00
Anton Berezin
b13d71886f Upgrade converters/p5-Convert-UUlib to 0.2.
Sort pkg-plist.
Use gentler way of deleting possibly shared directories.
Take over maintainership.
2001-08-14 15:13:09 +00:00
Vanilla I. Shu
bb0ddae530 Upgrade to latest version:
p5-Apache-MP3		=>	2.16
	p5-Convert-UUlib	=>	0.111
	p5-Email-Find		=>	0.03
	p5-GD			=>	1.33
	p5-HTML-Parser		=>	3.24
	p5-I18N-Charset		=>	1.08
	p5-I18N-LangTags	=>	0.20
	p5-MIME-Lite		=>	2.111
	p5-Set-Scalar		=>	1.09
	p5-Sort-ArbBiLex	=>	3.4
	p5-URI			=>	1.12
	p5-Unix-Syslog		=>	0.95

and change MAINTAINER to ports@FreeBSD.org:
	p5-Convert-UUlib
	p5-Unix-Syslog

Approved by:	maintainer
2001-05-10 09:34:24 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Jimmy Olgeni
3ee00c82e2 Style/space police (space -> tab) over the converters category. 2001-02-05 14:30:41 +00:00
Will Andrews
8486d1a6d9 Add p5-Convert-UUlib 0.11, a versatile and powerful encoder/decoder library
for a variety of encodings (bundled in a Perl module).  Apparently it's
not the same thing as p5-Convert-UU.

PR:		23025
Submitted by:	Blaz Zupan <blaz@amis.net>
2000-12-19 10:39:57 +00:00