Commit graph

20 commits

Author SHA1 Message Date
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
Vanilla I. Shu
5e06901c39 Support STAGEDIR. 2013-11-05 06:56:18 +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
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +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
Sunpoet Po-Chuan Hsieh
4f87d44966 - Update to 1.59
- Pet portlint: reorder LICENSE* knobs

Changes:	http://search.cpan.org/dist/Math-Complex/ChangeLog
2012-02-02 03:25:50 +00:00
Frederic Culot
b95236b55e - Update to 1.58 [1]
- Add LICENSE

Changes:	http://search.cpan.org/dist/Math-Complex/ChangeLog
PR:		ports/158152 [1]
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-06-22 06:55:44 +00:00
Philippe Audeoud
8a7c17bd87 - Update to 1.57
- Changelog: http://cpansearch.perl.org/src/ZEFRAM/Math-Complex-1.57/ChangeLog
2011-05-13 08:29:16 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Erwin Lansing
4d9456759c Update to 1.56 2009-02-15 14:31:01 +00:00
Anton Berezin
7a44facce3 Update to 1.55.
Changes: http://search.cpan.org/dist/Math-Complex/ChangeLog
2009-01-09 13:59:34 +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
Cheng-Lung Sung
5f6060712c - Update to 1.54
Changes:	http://search.cpan.org/dist/Math-Complex/ChangeLog
2008-04-06 14:16:16 +00:00
Mathieu Arnold
e94de4c51f Update to 1.53 2008-04-03 11:13:32 +00:00
Yen-Ming Lee
1c35563e5a - Updated to 1.52
PR:		120669
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
2008-02-14 21:11:51 +00:00
Martin Wilke
c9c1da4ab0 - Update to 1.49
PR:		120410
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2008-02-08 15:49:33 +00:00
Cheng-Lung Sung
47a24b80f1 - Update to 1.48
Changes:	http://search.cpan.org/dist/Math-Complex/ChangeLog
2008-01-31 02:36:32 +00:00
Cheng-Lung Sung
32830b65a2 - Update to 1.47
- reset maintainership

Changes:	http://search.cpan.org/dist/Math-Complex/ChangeLog
PR:		ports/119934
2008-01-24 01:51:27 +00:00
Martin Wilke
6a5d9cfbdd This package lets you create and manipulate complex numbers. By default, Perl
limits itself to real numbers, but an extra use statement brings full complex
support, along with a full set of mathematical functions typically associated
with and/or extended to complex numbers.

WWW:	http://search.cpan.org/dist/Math-Complex/

PR:		ports/119441
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2008-01-10 23:31:58 +00:00