1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
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