Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2007 21:03:15 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/pear-Math_Fraction Makefile distinfo pkg-descr
Message-ID:  <200708052103.l75L3Fx8064984@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708052103.l75L3Fx8064984>