Pure programming language's rational number library port. http://docs.pure-lang.googlecode.com/hg/pure-rational.html
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it.
State Changed From-To: open->patched awaiting review
eadler 2011-10-15 19:36:40 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/pure-rational Makefile distinfo pkg-descr Log: pure-rational provides additional operations on the rational number type provided by the math.pure module in the standard library. WWW: http://docs.pure-lang.googlecode.com/hg/pure-rational.html PR: ports/161422 Submitted by: Zhihao Yuan <lichray@gmail.com> Approved by: sahil (mentor) Revision Changes Path 1.740 +1 -0 ports/math/Makefile 1.1 +27 -0 ports/math/pure-rational/Makefile (new) 1.1 +2 -0 ports/math/pure-rational/distinfo (new) 1.1 +4 -0 ports/math/pure-rational/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Committed. Thanks!