Commit graph

15 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
Vanilla I. Shu
e2d20a588b Upgrade to 0.14, remove BROKEN, fix pkg-plist.
PR:		ports/193068
Submitted by:	maintainer
2014-08-28 02:18:26 +00:00
Baptiste Daroussin
0542e45bb8 Mark as broken unstaged perl ports
With hat:	portmgr
2014-04-09 09:49:02 +00:00
Baptiste Daroussin
bb4b86e043 Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) 2013-09-20 22:28:25 +00:00
Andrej Zverev
e91a050e2e - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 08:15:53 +00:00
Andrej Zverev
8354592c63 - Use WWW: with a single space
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178917
Submitted by:	az
Approved by:	oleg alexeenkov <proler@gmail.com> (maintainer)
2013-05-27 15:44:15 +00:00
Frederic Culot
708b3398e1 - Update to 0.13 [1]
- Add LICENSE (Artistic 1 & GPL 1)

PR:		ports/168395 [1]
Submitted by:	Oleg Alexeenkov <proler@gmail.com> (maintainer)
2012-05-28 09:14:34 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Sunpoet Po-Chuan Hsieh
b2864d1acc - Update to 0.11
- Pet portlint

Changes:	http://search.cpan.org/dist/Net-DirectConnect/Changes
PR:		ports/161919
Submitted by:	sunpoet (myself)
Approved by:	maintainer (implicit)
2011-12-24 00:03:19 +00:00
Wen Heping
8e088375da - Update to 0.10
ChangeLog: http://cpansearch.perl.org/src/PRO/Net-DirectConnect-0.10/Changes

PR:		ports/158644
Submitted by:	Oleg Alexeenkov <proler@gmail.com>
2011-07-05 06:38:07 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Frederic Culot
993a514b47 - Update to 0.09
Changes:	http://search.cpan.org/dist/Net-DirectConnect/Changes
PR:		ports/155488
Submitted by:	Oleg Alexeenkov <proler AT gmail.com> (maintainer)
2011-03-12 12:54:17 +00:00
Philippe Audeoud
0dcab095d2 - Update to 0.08
PR:		ports/153560
Submitted by:	Oleg Alexeenkov <proler _AT_ gmail.com> (maintainer)
2011-01-10 10:18:16 +00:00
Philip M. Gollucci
f19cc33d4c Direct Connect perl module with sharing client
WWW:	http://search.cpan.org/dist/Net-DirectConnect/

PR:		ports/153218
Submitted by:	Oleg Alexeenkov <proler at gmail.com>
2010-12-21 04:02:34 +00:00