Commit graph

27 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
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +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
Martin Wilke
f6d2330d23 - Stage support 2014-01-28 16:46:12 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Anton Berezin
40e7cc174c Update to 0.21.
Changes:	http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
2013-09-08 14:44:57 +00:00
Andrej Zverev
43f0c9f153 - Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
2013-08-05 15:05:29 +00:00
Baptiste Daroussin
cfcc8c6c9a Mark jobs unsafe
Trim headers
Convert to USES=gmake
2013-07-12 13:20:04 +00:00
Anton Berezin
9b5a06e37c Drop support for perl 5.8.
Nudged by:	az
2012-12-18 11:34:01 +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
00ca886ed4 - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by:	az
With hat:	perl
2011-09-17 07:06:45 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Martin Matuska
ddcc0de921 Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
2010-09-21 07:56:43 +00:00
Anton Berezin
01289b9458 Update to 0.19.
Changes:	http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
Feature safe:	yes
2010-06-11 12:01:25 +00:00
Philip M. Gollucci
db7a0c3550 - Update to 0.17
PR:             ports/141581
Approved by:    maintainer timeout (tobez@FreeBSD.org; 25 days)
Submitted by:   myself (pgollucci@)
2010-01-09 23:27:27 +00:00
Anton Berezin
99f0d93766 Update to 0.16.
Changes:	http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
Submitted by:	pgollucci
PR:		135723
2009-07-02 10:06:13 +00:00
Anton Berezin
bf8f6f123e Update to 0.14.
Changes: http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
2009-02-10 11:45:11 +00:00
Anton Berezin
445885723d Fix plist broken by the last commit.
Reported by:	QAT-bot
2008-10-17 12:48:10 +00:00
Anton Berezin
52f0f9f930 Update to 0.13.
Changes: http://search.cpan.org/src/KROKI/Cache-Memcached-Fast-0.13/Changes
Poked by: Anton Yuzhaninov <citrin@citrin.ru>
2008-10-17 12:01:57 +00:00
Anton Berezin
9fbd84e6bf Update to 0.12.
Changes: http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
2008-09-03 08:53:02 +00:00
Anton Berezin
1a66d80c49 Update to 0.10.
Changes:
http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
2008-05-01 14:45:00 +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
Anton Berezin
7849c0a531 Update to 0.08. Require Perl 5.8. 2008-02-07 12:30:49 +00:00
Anton Berezin
fe11b33ba4 Update to 0.06.
Changes:
http://search.cpan.org/src/KROKI/Cache-Memcached-Fast-0.06/Changes

Submitted by: Maxim Maximov <mcsi@mcsi.ru>
2008-01-07 09:20:17 +00:00
Anton Berezin
21b11e7943 Update to 0.05.
Changes: http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
2007-12-20 09:39:32 +00:00
Anton Berezin
5bffa76631 Add databases/p5-Cache-Memcached-Fast, a fast Perl client for
memcached, a distributed memory cache daemon.
2007-12-17 11:44:37 +00:00