Commit graph

43 commits

Author SHA1 Message Date
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
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
99a4f62f93 Cleanup plist 2014-10-20 09:37:00 +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
Vanilla I. Shu
4b9ccd4385 Support STAGEDIR. 2013-11-01 14:20:56 +00:00
Baptiste Daroussin
1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Yen-Ming Lee
ff93130acc - update to 0.47 2010-09-29 17:44:00 +00:00
Yen-Ming Lee
c4bf6078f8 - update to 0.46 2010-08-10 21:30:50 +00:00
Yen-Ming Lee
e0a901e149 - update to 0.45 2010-07-31 23:36:16 +00:00
Yen-Ming Lee
d8bb3386c5 - update to 0.43 2010-07-21 14:16:50 +00:00
Wen Heping
4856ce32ec - Update to 0.42 2010-06-03 08:51:01 +00:00
Yen-Ming Lee
7cac08c2a6 - update to 0.39 2009-11-01 07:21:47 +00:00
Anton Berezin
01245c2b28 Update to 0.38.
Changes: http://search.cpan.org/dist/JSON-DWIW/lib/JSON/DWIW/Changes.pm
Feature safe:	yes
2009-09-18 18:57:33 +00:00
Anton Berezin
203ce869cc Update to 0.37.
Changes: http://search.cpan.org/dist/JSON-DWIW/lib/JSON/DWIW/Changes.pm
Feature safe:	yes
2009-09-17 07:30:35 +00:00
Yen-Ming Lee
cb67d43198 - update to 0.36 2009-09-01 09:23:50 +00:00
Mark Linimon
9fb1ef4c3a Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
2009-08-28 17:37:26 +00:00
Philip M. Gollucci
d545ee1c91 - Update to 0.34
PR:             ports/136486
Approved by:    maintainer timeout (chinsan; 14 days)
Submitted by:   myself (pgollucci@)
2009-07-23 17:22:16 +00:00
Philip M. Gollucci
1919bd8f59 - Update to 0.32
PR:             ports/135125
Approved by:    maintainer timeout (chinsan; 2 weeks)
Submitted by:   pgollucci@ (myself)
2009-06-16 02:20:43 +00:00
Chin-San Huang
3d752cbc19 - Update to 0.30 2009-04-12 11:09:28 +00:00
Chin-San Huang
fb576f8b09 - Update to 0.29 2009-03-23 04:12:16 +00:00
Chin-San Huang
e6f5609278 - Update to 0.28 2008-11-27 15:18:58 +00:00
Chin-San Huang
9595da9833 - Update to 0.27 2008-08-17 16:08:34 +00:00
Chin-San Huang
610c9c79e8 - Update to 0.26 2008-08-09 18:25:26 +00:00
Chin-San Huang
f1f6e67ad3 - Update to 0.24. 2008-05-01 08:44:51 +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
Chin-San Huang
5959e92dfa - Update to 0.23. 2008-03-31 14:35:56 +00:00
Chin-San Huang
65abd20e56 - Update to 0.21. 2008-01-06 08:34:08 +00:00
Chin-San Huang
7366ccfa22 - Update to 0.19 2007-10-25 17:35:53 +00:00
Chin-San Huang
e2ab04787e - Update to 0.15. 2007-10-08 18:44:14 +00:00
Chin-San Huang
af5d77e635 - Update to 0.14. 2007-10-01 08:32:17 +00:00
Chin-San Huang
a758c25498 - Update to 0.13
PR:		ports/113422
Submitted by:	chinsan
Approved by:	rafan (mentor)
2007-06-12 09:06:26 +00:00
Rong-En Fan
e676eb93f7 - Update to 0.11
PR:		ports/113026
Submitted by:	chinsan (maintainer)
2007-05-26 17:47:50 +00:00
Cheng-Lung Sung
8825d75b35 - Update to 0.09
PR:		ports/112269
Submitted by:	clsung
Approved by:	maintainer (chinsan)
2007-05-01 01:55:30 +00:00
Rong-En Fan
1a5faccf98 - Update to 0.08
PR:		ports/111930
Submitted by:	chinsan (maintainer)
2007-04-20 19:00:29 +00:00
Rong-En Fan
55c467cb9c - Update to 0.07
PR:		ports/111527
Submitted by:	chinsan (maintainer)
2007-04-14 07:39:17 +00:00
Rong-En Fan
d92ed412ac - Update to 0.05
PR:		ports/111442
Submitted by:	chinsan (maintainer)
2007-04-10 16:06:40 +00:00
Rong-En Fan
9f518b3b3e - Update to 0.04
PR:		ports/110744
Submitted by:	chinsan (maintainer)
2007-03-25 17:06:33 +00:00
Rong-En Fan
a656979601 - Update to 0.03
PR:		ports/110623
Submitted by:	chinsan (maintainer)
2007-03-22 10:57:12 +00:00
Rong-En Fan
e6d1bd97ea Add p5-JSON-DWIW 0.02, JSON converter that Does What I Want.
PR:		ports/110468
Submitted by:	chinsan
2007-03-18 17:33:36 +00:00