Commit graph

30 commits

Author SHA1 Message Date
Baptiste Daroussin
d132b6ec02 Cleanup plist 2014-12-09 17:29:49 +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
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
Emanuel Haupt
e971a6b636 Support staging 2014-02-09 10:46:23 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Andrej Zverev
3779b5222a - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 10:32:23 +00:00
Thomas Abthorpe
b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +00:00
Andrej Zverev
bd4d8236ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:39:14 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +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
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Sylvio Cesar Teixeira
af2a038aca - Update to 1.12
PR:		ports/146470
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2010-05-16 22:09:06 +00:00
Martin Wilke
a33aa364ed - Update to 1.11
PR:		140286
Submitted by:	Sahil Tandon <sahil@tandon.net>
Approved by:	maintainer
2009-11-20 18:52:32 +00:00
Martin Wilke
6b57933b69 - Update to 1.07
PR:		139104
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Feature safe:	yes
2009-09-25 18:58:44 +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
512c12bdb3 - Update to 1.05
PR:		ports/102050
Submitted by:	Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by:	maintainer (Janos Mohacsi)
2006-08-22 09:37:59 +00:00
Aaron Dalton
2de7af7e11 - Update from v0.25 to v1.04
PR:		ports/98330
Submitted by:	aaron
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
2006-06-09 19:23:51 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Bill Fenner
81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00
Vanilla I. Shu
9f15de8e17 Fix pkg-plist.
PR:		ports/69566
Submitted by:	Cheng-Lung Sung
Approved by:	maintainer
2004-07-26 15:38:34 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Mark Linimon
d75a2038c9 The resetting of this maintainer address to ports@ (done as part
of ports/58694) was a little premature in this case.  Janos
reports that he is alive and well at this new email address.
2003-11-03 10:05:55 +00:00
Edwin Groothuis
df3c9e78bd ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 02:48:08 +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
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Akinori MUSHA
ff3b9b846d Correct a *_DEPENDS entry:
${PERL_VER}/IO/Interface.pm -> ${PERL_VER}/${PERL_ARCH}/IO/Interface.pm

Submitted by:	bento
2002-09-23 11:47:57 +00:00
Kelly Yancey
18535436dd Attribute to Janos Mohacsi <janos.mohacsi@dante.org.uk> and use the
description text from his original PR.  I'm an idiot for not checking
the PR database before duplicating his effort.  Since the results were
nearly identical, give him credit where credit is due.
2002-09-10 20:39:40 +00:00
Kelly Yancey
88ff4a60c8 Add IO::Socket::Multicast module for sending and receiving multicast
datagrams in perl.

PR:		36162
Submitted by:	Janos Mohacsi <janos.mohacsi@dante.org.uk>
2002-09-10 19:23:25 +00:00