1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

25 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
Andrej Zverev
3d574e7caa - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:30:05 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Andrej Zverev
4f0f40cb05 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:36:29 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +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
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Edwin Groothuis
a437d08eca Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:30:01 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Dmitry Sivachenko
ffa0059c40 Update to version 0.35.
PR:		77398
Submitted by:	leeym
2005-02-14 07:19:25 +00:00
Dmitry Sivachenko
4290184e6b Update to version 0.33.
PR:		69413
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-22 10:36:34 +00:00
Dmitry Sivachenko
b23c898db7 Update to version 0.30.
Submitted by:	mat
2004-04-01 06:37:12 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Dmitry Sivachenko
b3aa382a96 Update to version 0.29.
PR:		57904
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-13 05:32:14 +00:00
Dmitry Sivachenko
bc0505cce0 Update to version 0.28.
PR:		54704
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-21 13:01:52 +00:00
Dmitry Sivachenko
96e109d267 Add missing manpage;
Bump PORTREVISION;
Remove directories on deinstall;
de-pkg-comment.
2003-02-22 18:11:42 +00:00
Dmitry Sivachenko
51a8a9d0e0 Upgrade to version 0.27 2002-05-05 16:37:46 +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
Dmitry Sivachenko
a2e30f08e9 Update to version 0.13
Approved by:	sobomax
2000-11-16 19:37:02 +00:00
Dmitry Sivachenko
2514bdf28c Change MAINTAINER field.
I am now at FreeBSD dot org

Approved by:	sobomax
2000-11-13 12:45:40 +00:00
Chris D. Faulhaber
789408fc48 Add directories missing in PLIST
PR:		20378
Submitted by:	Maintainer
2000-08-12 12:00:47 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
Ade Lovett
9bf380041f p5-I18N-LangTags provides functions for common tasks involving
language tags as described in RFC1766

PR:		15699
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-01-29 03:03:52 +00:00