Bug 161422 - New port: math/pure-rational - Rational number library
Summary: New port: math/pure-rational - Rational number library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-09 13:20 UTC by lichray
Modified: 2011-10-15 22:07 UTC (History)
0 users

See Also:


Attachments
pure-rational.shar (1.72 KB, text/plain)
2011-10-09 13:20 UTC, lichray
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2011-10-09 13:20:02 UTC
	
	Pure programming language's rational number library port.
	http://docs.pure-lang.googlecode.com/hg/pure-rational.html
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2011-10-11 23:53:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2011-10-15 14:56:35 UTC
State Changed
From-To: open->patched

awaiting review
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-15 20:36:53 UTC
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"
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2011-10-15 22:07:15 UTC
State Changed
From-To: patched->closed

Committed. Thanks!