cvs commit: ports/devel Makefile ports/devel/pear-Math_Fraction Makefile distinfo pkg-descr

Martin Wilke miwi at FreeBSD.org
Sun Aug 5 14:03:15 PDT 2007


miwi        2007-08-05 21:03:15 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pear-Math_Fraction Makefile distinfo pkg-descr 
  Log:
  Classes that represent and manipulate fractions (x = a/b).
  
  The Math_FractionOp static class contains definitions for:
  - basic arithmetic operations
  - comparing fractions
  - greatest common divisor (gcd) and least common multiple (lcm)
    of two integers
  - simplifying (reducing) and getting the reciprocal of a fraction
  - converting a float to fraction.
  
  WWW: http://pear.php.net/package/Math_Fraction/
  
  Revision  Changes    Path
  1.2837    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/pear-Math_Fraction/Makefile (new)
  1.1       +3 -0      ports/devel/pear-Math_Fraction/distinfo (new)
  1.1       +11 -0     ports/devel/pear-Math_Fraction/pkg-descr (new)


More information about the cvs-all mailing list