IABSD.fr/ports/math/p5-Math-GMP/pkg

Branch :


Log

Author Commit Date CI Message
2889a1d1 2015-07-16 23:57:18 Remove the perl bullshit.
8892d5bf 2014-06-14 23:25:41 @comment zero-byte perl .bs files
d7c7e778 2004-09-15 09:11:58 new style PLISTs
9416a806 2003-12-31 17:32:38 overhaul
cebcbbf1 2002-09-21 11:59:39 Update to p5-Math-GMP-2.0.3, from Jim Geovedi
2b7c75e0 2002-04-16 19:25:01 Move perl manpages where they belong, from section 3 to section 3p. NOTE THAT /usr/local/man/man3p MUST EXIST FOR THIS TO WORK. UPDATE /etc/mtree/BSD.local.dist AND RUN IT ACCORDINGLY !!!
7670a4e3 2001-05-10 19:20:40 Use MACHINE_ARCH instead of ARCH in PLIST for m68k-based architectures. Bump NEED_VERSION accordingly.
bfee7c55 2001-04-12 10:42:53 - update to p5-Math-GMP-1.06 - integrate COMMENT/ bump NEED_VERSION
b486893f 2001-01-28 15:28:54 - initial import of p5-Math-GMP-1.03 -- Math::GMP is designed to be a drop-in replacement both for Math::BigInt and for regular integer arithmetic. Unlike BigInt, though, Math::GMP uses the GNU gmp library for all of its calculations, as opposed to straight Perl functions. This results in a speed increase of anywhere from 5 to 30 times. A Math::GMP object can be used just as a normal numeric scalar would be -- the module overloads the normal arithmetic operators to provide as seamless an interface as possible.