9 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
921ac1cabd Update to 1.999815
Changes:	https://metacpan.org/changes/distribution/Math-BigInt
2018-10-20 14:49:52 +00:00
Sunpoet Po-Chuan Hsieh
21d69f121d - Update to 1.999800
Changes:	http://search.cpan.org/dist/Math-BigInt/CHANGES
With hat:	perl
2016-11-19 17:10:48 +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
9ec58fca21 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 09:42:48 +00:00
Anton Berezin
4d0fee7885 Update to 1.80. 2007-03-05 08:40:35 +00:00
Edwin Groothuis
a437d08eca Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:30:01 +00:00
Anton Berezin
641b394d26 Update to 1.69.
Submitted by:	mat
2004-02-11 09:43:55 +00:00
Mathieu Arnold
c5d0707ea7 Update to 1.66
Remove MANPREFIX, use %%SITE_PERL%%, fix WWW

PR:		52290
Submitted by:	myself
2003-10-02 16:31:10 +00:00
Anton Berezin
c3b29be18c Add math/p5-Math-BigInt, an arbitrary size math package for perl. This
is a complete rewrite of the BigInt and BigFloat modules supplied with
our standard system perl.
2001-10-12 18:20:46 +00:00