diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-22 21:29:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-22 21:29:37 +0000 |
commit | b2d1c9878a913f67fe8fb4b340b73401bf44ee24 (patch) | |
tree | 0f9f4cf2810e3ffaa4bc6a65a174536b091093f3 /math/p5-Math-GMPq/distinfo | |
parent | a8e379637c0e6565885974c16cbbc8bed99632de (diff) | |
download | ports-b2d1c9878a913f67fe8fb4b340b73401bf44ee24.tar.gz ports-b2d1c9878a913f67fe8fb4b340b73401bf44ee24.zip |
- 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/
Notes
Notes:
svn path=/head/; revision=299793
Diffstat (limited to 'math/p5-Math-GMPq/distinfo')
-rw-r--r-- | math/p5-Math-GMPq/distinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-GMPq/distinfo b/math/p5-Math-GMPq/distinfo new file mode 100644 index 000000000000..a73b54b522fb --- /dev/null +++ b/math/p5-Math-GMPq/distinfo @@ -0,0 +1,2 @@ +SHA256 (Math-GMPq-0.35.tar.gz) = a6b324d26e88377f21f5ed17a6445527032d387d524fc562c0dac1076182eb70 +SIZE (Math-GMPq-0.35.tar.gz) = 31264 |