Commit Graph

22 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
Philip Paeps
1a00b7583f Fix forgotten PORTREVISION
Pointy hat to:	philip
2017-04-16 20:24:46 +00:00
Philip Paeps
0a6865a0af Update to 1.24.
While here, add LICENSE_* declarations and move the plist
to the Makefile (the port only installs two files).

Changelog:
http://cpansearch.perl.org/src/CHORNY/Roman-1.24/Changes
2017-04-16 20:20:41 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +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
Andrej Zverev
6c49c5cfa7 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 10:27:43 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Andrej Zverev
e103693222 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 05:53:03 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip Paeps
7d7aba51c2 Update to 1.22
Use CPAN macro
Makefile cleanup

PR:		120939
Submitted by:	Felippe de Meirelles Motta <lippemail -at- gmail.com>
2008-02-21 12:55:40 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Bill Fenner
a5b727886c search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.

This pass brought to you by loving, painstaking hand editing.
2005-09-21 19:35:50 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Philip Paeps
3e8eb108c8 o Fix installation on bento
o Change my email address

Noticed by:	bento, kris
Approved by:	kris
2004-02-17 12:00:18 +00:00
Kris Kennaway
3ffd4af207 BROKEN with perl 5.8: Does not install 2004-02-09 02:41:35 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Erwin Lansing
6950bbfd5b Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
2003-10-24 14:15:32 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Edwin Groothuis
dcb7b12d1d Make math/p5-Roman buildable on bento again.
Submitted by:	kris@ (thanks!)
2003-02-05 20:46:47 +00:00
Edwin Groothuis
ee58d24168 New ports: devel/p5-Date-Roman, math/p5-Roman
The math/p5-Roman port will convert 'ordinary' Arabic
	numerals into their Roman couterparts.  Comes in handy when
	trying to decipher copyright messages on BBC.  The
	devel/p5-Date-Roman port translates 'modern' dates into the
	format used by the ancient Romans. Makes for an interesting
	addition to e-mail headers.

PR:		ports/47148
Submitted by:	Philip Paeps <philip@paeps.cx>
2003-02-05 00:33:47 +00:00