Commit Graph

21 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
Sunpoet Po-Chuan Hsieh
5391c0c15b Update to 0.45
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2017-04-20 16:47:05 +00:00
Sunpoet Po-Chuan Hsieh
d7abbe7d7a Update to 0.44
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2017-04-16 11:07:06 +00:00
Sunpoet Po-Chuan Hsieh
ed0bb8872d Update to 0.43
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2017-04-15 00:47:05 +00:00
Sunpoet Po-Chuan Hsieh
9af07b1222 - Update to 0.42
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2016-11-19 17:05:48 +00:00
Sunpoet Po-Chuan Hsieh
3290bfcba4 - Update to 0.41
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2016-11-06 16:48:12 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Sunpoet Po-Chuan Hsieh
89ed8a5acc - Update to 0.39
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:10:09 +00:00
Sunpoet Po-Chuan Hsieh
6c8a67154e - Update to 0.38
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2015-11-04 20:11:31 +00:00
Sunpoet Po-Chuan Hsieh
66c9a99014 - Use USES=localbase
- Strip shared library
- Bump PORTREVISION for package change
2015-10-19 20:20:39 +00:00
Sunpoet Po-Chuan Hsieh
3d8c3799c0 - Remove MASTER_SITE_SUBDIR 2015-08-15 07:37: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
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
Sunpoet Po-Chuan Hsieh
2087c8e468 - Update to 0.37
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2014-03-29 08:39:57 +00:00
Sunpoet Po-Chuan Hsieh
90c10ac02c - Convert to new LIB_DEPENDS format 2013-12-13 08:03:53 +00:00
Sunpoet Po-Chuan Hsieh
69da4ed50d - Support STAGEDIR 2013-09-30 15:38:07 +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
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
b85e6599ea - Update to 0.36
- Add LICENSE
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2013-03-18 14:43:04 +00:00
Sunpoet Po-Chuan Hsieh
b2d1c9878a - Add p5-Math-GMPq 0.35
Math::GMPq is a bigrational module utilising the GNU MP (GMP) library. Basically
this module simply wraps all of the mpq rational functions provided by that
library. See the Math::GMPq test suite for some examples of usage.

IMPORTANT:
If your perl was built with '-Duse64bitint' you need to assign all integers
larger than 52-bit in a 'use integer;' block. Failure to do so can result in the
creation of the variable as an NV (rather than an IV) - with a resultant loss of
precision.

WWW: http://search.cpan.org/dist/Math-GMPq/
2012-06-22 21:29:37 +00:00