Commit graph

23 commits

Author SHA1 Message Date
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
d0fb2ffe5d Add LICENSE_FILE
- Do not hardcode DISTNAME
2017-05-17 18:04:34 +00:00
Lars Thegler
3bb42bcfe7 Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
Adam Weinberger
6692493837 Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower.
2016-12-31 19:51:34 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Lars Thegler
1ecfc1c1c9 - Update to 0.8.14
- Add LICENSE
- Add NO_ARCH
- Add TEST_DEPENDS
- Depends on Module::Pluggable for perl >= 5.20 [1]

PR:		197929 [1]
Submitted by:	Frédéric Perrin <fred@fperrin.net>
2015-06-07 15:46:35 +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
Andrej Zverev
7a81d5d1fe - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:20:40 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
ca70e439c2 - Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)

Approved by:	lth@ (maintainer)
2013-08-07 13:20:32 +00:00
Lars Thegler
e3fea9a11f - Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Bump PORTREVISION for dependency change

PR:		ports/167149
Submitted by:	sunpoet
2012-05-02 19:06:29 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Lars Thegler
5c51433779 Update to 0.8.13 (distversion 0.813). Remove 4.x cruft. 2007-03-26 10:26:59 +00:00
Lars Thegler
0ce5d5f287 Update to 0.8.12
PR:		ports/102634
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-09-06 12:51:08 +00:00
Lars Thegler
ac1c5e8dc6 - Update to 0.8.10 (version number mangled to prevent PORTEPOCH bump) [1]
- Use magic MASTER_SITES
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies
- Use versioned package dependency
- Build.PL is gone, so use PERL_CONFIGURE=yes [1]

PR:		ports/101289 [1]
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-08-05 11:21:09 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +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
Lars Thegler
ca291ad019 Update to 0.8 2005-01-08 17:51:34 +00:00
Lars Thegler
52e36d358e Change of email address.
Approved by:	erwin (mentor)
2004-06-01 12:32:33 +00:00
Erwin Lansing
7aeaacc72a Update to 0.7
PR:		66806
Submitted by:	maintainer
2004-05-18 13:27:43 +00:00
Trevor Johnson
488e7fe939 Add size data, approved by maintainers. 2004-03-19 01:51:15 +00:00
Kirill Ponomarev
26fc57a5c4 - New port mail/p5-Email-FolderType: Determine the type of a
mail folder.

Provides a utility subroutine for detecting the type of a given
mail folder.

PR:		56232
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-08-31 13:03:03 +00:00