Date: Fri, 22 Jun 2012 21:29:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/p5-Math-GMPq Makefile distinfo pkg-descr pkg-plist Message-ID: <201206222129.q5MLTbYW021663@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2012-06-22 21:29:37 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-GMPq Makefile distinfo pkg-descr pkg-plist Log: - 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/ Revision Changes Path 1.787 +1 -0 ports/math/Makefile 1.1 +27 -0 ports/math/p5-Math-GMPq/Makefile (new) 1.1 +2 -0 ports/math/p5-Math-GMPq/distinfo (new) 1.1 +11 -0 ports/math/p5-Math-GMPq/pkg-descr (new) 1.1 +16 -0 ports/math/p5-Math-GMPq/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206222129.q5MLTbYW021663>