cvs commit: ports/math Makefile ports/math/p5-Math-GMPq Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 22 21:29:38 UTC 2012


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)


More information about the cvs-all mailing list