Commit Graph

38 Commits

Author SHA1 Message Date
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
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
Mathieu Arnold afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Adam Weinberger 26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Adam Weinberger 4647d094ca Reassign chinese/ perl modules to perl@.
Also:
- sort plists
- p5-Lingua-ZH-Keywords fails 'make test' but did so before
- p5-Lingua-ZH-Summarize hangs during t/1-basic.t
2015-05-08 18:20:30 +00:00
Dmitry Marakasov 3d7fa73563 - Strip library 2015-03-17 03:11:52 +00:00
Sunpoet Po-Chuan Hsieh 38f2343817 - Add LICENSE
- Remove regression-test:
- Sort PLIST
2015-03-12 18:26:23 +00:00
Rong-En Fan 8ed73fa040 Drop maintainership as I no longer use these software nor have time and
energy to keep up.
2015-01-16 17:28:13 +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 5ddf8517a5 Cleanup plist 2014-10-20 08:38:21 +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 085c1a3bcb Support stage. 2013-09-26 14:35:04 +00:00
Baptiste Daroussin f5750c6a0e Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) 2013-09-20 16:01:22 +00:00
Andrej Zverev dd0efaef40 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 07:29:05 +00:00
Chris Rees 0dd7579209 Various spelling corrections
PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer

While here, style and duplicate phrase fixes in bsdcflow pkg-descr

Submitted by:	mi
2013-02-09 12:00:52 +00:00
Andrej Zverev 10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +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
Martin Wilke a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Rong-En Fan d3f4cc7e5d - Update to 0.35 2009-02-15 05:20:35 +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
Rong-En Fan 15aafae9db - Require perl 5.7.3 and above 2007-09-08 13:11:40 +00:00
Mark Linimon 4e74b3a568 Drop support for older perl levels.
Hat:	portmgr
2007-09-08 00:19:12 +00:00
Rong-En Fan 3b83302b64 - Update to 0.34 2007-07-18 07:18:09 +00:00
Rong-En Fan 6f93156b57 - Update to 0.33 2006-12-14 02:14:49 +00:00
Rong-En Fan ba5a82b53b Change to my FreeBSD.org email.
Approved by:	delphij (mentor)
2006-06-27 03:58:58 +00:00
Edwin Groothuis acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +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
Ying-Chieh Liao 68fbf0ddf1 pass maintainership 2004-08-11 09:04:10 +00:00
Vanilla I. Shu 2cbe9af7e1 - Update to 0.31
- Take maintainership

PR:		ports/69412
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-22 07:59:04 +00:00
Trevor Johnson c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson 0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Mark Linimon 30b459ebc5 statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org.  We're sorry to see you
go and want to thank you for your help in the past.

PR:		ports/59515
Submitted by:	statue@freebsd.sinica.edu.tw
2003-11-21 03:09:45 +00:00
Erwin Lansing 953c94bbc6 - Update to 0.28
- add perl5 to categories
- add WWW

PR:		55312
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	maintainer
2003-08-07 11:21:09 +00:00
Yen-Ming Lee 232eb99bc0 remove extra directory.
Noticed by:	bento
2003-06-11 07:05:38 +00:00
Yen-Ming Lee a606bceb81 update to 0.26
PR:		52734
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2003-06-01 08:44:26 +00:00
Vanilla I. Shu d7ed80424f Add p5-Encode-HanConvert 0.24,
traditional and Simplified Chinese
mappings.

PR:		50950
Submitted by:	Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
2003-04-27 00:09:52 +00:00