Adam Weinberger
9e00ce3f62
Some OCD cleanups on some of the perl@ ports.
...
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
2015-03-12 23:00:02 +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
Baptiste Daroussin
3edc030b9f
Cleanup plist
2014-10-20 10:41:12 +00:00
Vanilla I. Shu
2bf8c2e6f0
Support STAGEDIR.
2013-11-03 06:53:54 +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
Mathieu Arnold
4819ca343b
- Convert to new perl framework
...
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Baptiste Daroussin
b98bc171a3
Do not try to remove a directory not owned by the port
...
Reported by: pkg DEVELOPER_MODE
2013-03-13 09:26:22 +00:00
Sunpoet Po-Chuan Hsieh
06d2ac1b3e
- Add CPAN as primary WWW
2012-05-22 15:49:17 +00:00
Frederic Culot
19d86f668c
- Update to 1.30
...
- Add LICENSE (Artistic 1 & GPL 1)
- Remove SITE_PERL from *_DEPENDS
Changes: http://search.cpan.org/dist/Cache-Memcached/ChangeLog
2012-05-22 08:01:05 +00:00
Steve Wills
cee995ab63
- Make dependency on p5-String-CRC32 a build dependency as well as a run
...
dependency to silence build warnings
2011-05-19 03:08:48 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Sahil Tandon
7e0b01480a
- Update to 1.29
...
PR: ports/148356
Submitted by: sahil@ (myself)
Approved by: wxs@/itetcu@ (mentors, implicit)
Feature safe: yes
2010-07-04 16:13:45 +00:00
Wen Heping
fa1a872375
- Update to 1.28
...
Approved by: mentors(implicit)
2009-10-22 03:02:35 +00:00
Anton Berezin
03f0ec0106
Update to 1.27.
...
Changes: http://search.cpan.org/dist/Cache-Memcached/ChangeLog
Feature safe: yes
2009-09-22 08:44:29 +00:00
Philip M. Gollucci
c10f314307
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
...
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
2009-07-22 16:27:08 +00:00
Martin Wilke
b23b440307
- Update to 1.26
2009-05-10 20:00:43 +00:00
Philippe Audeoud
1ec8a0d03b
- Update to 1.25
2009-05-04 19:11:48 +00:00
Marcelo Araujo
2cba6cd79f
- Include some ports in perl5 category.
...
PR: ports/123530
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: flz (portmgr)
2008-05-19 13:12:08 +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
71806ec82e
- Update to 1.24
2007-07-23 03:50:41 +00:00
Mathieu Arnold
ac19017eb7
Update to 1.23
2007-06-20 13:00:11 +00:00
Martin Wilke
0ca94c4ffc
- Update to 1.22
2007-06-19 21:41:34 +00:00
Cheng-Lung Sung
74d3d829bc
- Update to 1.21
2007-05-04 01:55:42 +00:00
Martin Wilke
06dacf3073
- Update to 1.20
2007-04-18 08:09:52 +00:00
Cheng-Lung Sung
afbfed66ca
- p5-Cache-Memcached depends on p5-Storable and p5-Time-HiRes,
...
but with perl5.8 this modules already installed
PR: ports/106780
Submitted by: Anton Yuzhaniov<citrin_AT_rambler-co dot ru>
2006-12-20 03:01:10 +00:00
Sergey Skvortsov
ac9edfd679
Minor plist fixup: @dirrm => @dirrmtry
2006-09-08 07:26:36 +00:00
Cheng-Lung Sung
9ae477f22f
- update to 1.18
...
- prune WWW.
2006-06-29 02:01:20 +00:00
Yen-Ming Lee
330849ebe5
- update to 1.17
2006-05-01 01:46:55 +00:00
Edwin Groothuis
913a5a5cba
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 01:29:46 +00:00
Mathieu Arnold
b71157a2ae
Take a perl@ hat and add SHA256 checksums
2005-11-14 15:05:17 +00:00
Erwin Lansing
acde26f363
Let the IGNORE message make a bit more sense and change it from:
...
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports
2005-10-31 18:24:21 +00:00
Anton Berezin
5037024e2c
Update to 1.15. Require perl from ports. Assign maintainer to perl@.
2005-09-22 07:48:34 +00:00
Yen-Ming Lee
a74d8f5012
- databases/p5-Cache-Memcached does not depend on memcached
...
PR: 84749
Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
2005-09-21 00:42:40 +00:00
Yen-Ming Lee
ee170e677b
- add missing dependency
...
PR: based on 79719
Submitted by: Stephen Gunn <csg@waterspout.com>
2005-04-09 19:14:18 +00:00
Michael Johnson
39285e4e41
Reset MAINTAINER to ports@FreeBSD.org
2004-12-01 04:29:40 +00:00
Michael Johnson
b0823ae396
Change email to new FreeBSD.org address
...
Approved by:adamw (mentor)
2004-10-29 22:24:47 +00:00
Jeremy Messenger
105af636a3
Update to 1.14.
...
PR: ports/69746
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
2004-08-03 06:49:57 +00:00
Kirill Ponomarev
48c5aaf5d4
- Fix WWW:
...
PR: ports/65632
Submitted by: maintainer
2004-04-16 18:10:28 +00:00
Kirill Ponomarev
0920ee7f90
Add p5-Cache-Memcached 1.0.12, perl API for memcached, a distributed
...
memory cache daemon.
PR: ports/65600
Submitted by: michael johnson <ahze@ahze.net>
2004-04-16 08:11:42 +00:00