Commit Graph

21 Commits

Author SHA1 Message Date
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
Sunpoet Po-Chuan Hsieh
da3e1095d2 - Update to 0.5305
- Add LICENSE
- Sort PLIST

Changes:	http://search.cpan.org/dist/Math-Cephes/Changes
2016-05-14 01:30:37 +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
Emanuel Haupt
72972c9d01 - Update to 0.5304
- Strip shared object
2014-02-10 22:45:31 +00:00
Sunpoet Po-Chuan Hsieh
60f535dc9f - Update to 0.5303
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Math-Cephes/Changes
2013-10-12 16:39:46 +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
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
Anton Berezin
a97f1b8ca6 Update to 0.5302.
Changes:	http://search.cpan.org/dist/Math-Cephes/Changes
2013-01-28 10:44:22 +00:00
Chris Rees
bd0c9c1d33 Update to 0.52
Feature safe:	yes
2012-11-03 14:23:09 +00:00
Wen Heping
2719b4c304 - Update to 0.51
Changes: http://cpansearch.perl.org/src/SHLOMIF/Math-Cephes-0.51/Changes
- Trim Makefile headers

Feature safe:	yes
2012-10-25 01:33:24 +00:00
Frederic Culot
c65f01da27 - Update to 0.48
- Reformat pkg-descr
- Pet portlint(1)

Changes:	http://search.cpan.org/dist/Math-Cephes/Changes
2012-07-18 07:01:44 +00:00
Wen Heping
df6b66b3d4 - Mark MAKE_JOBS_UNSAFE [1]
- Pass maintainership to perl@

PR:		ports/165752 [1]
Submitted by:	swills@ [1]
2012-03-06 06:49:17 +00:00
Martin Wilke
e167c96e32 - Update to 0.47
PR:		130408
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-01-13 00:09:44 +00:00
Martin Wilke
749398d963 - Update to 0.46
- Pass maintainership to submitter

PR:		130115
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-01-07 22:27:25 +00:00
Mark Linimon
e3e5d56ef1 Reset aaron's port maintainerships due to many maintainer-timeouts. 2008-04-29 05:27:09 +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
Erwin Lansing
78ac364aed Update to 0.45
PR:		120448
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer timeout
2008-02-23 19:27:33 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Aaron Dalton
7f8ca42f30 - Update from v0.42 to v0.43
Approved by:	tobez (implicti)
2006-06-18 18:10:06 +00:00
Aaron Dalton
04b519b577 - Requires at least Perl 5.6.0.
Approved by:	tobez
2006-05-30 20:27:19 +00:00
Aaron Dalton
af601193d5 Adding port math/p5-Math-Cephes, a Perl interface to the Cephes math library.
Approved by:	tobez (implicit)
2006-05-27 02:29:37 +00:00