Bug 147601 - new port math/octave-forge-fenv
Summary: new port math/octave-forge-fenv
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: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 00:10 UTC by Stephen Montgomery-Smith
Modified: 2010-06-29 13:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.28 KB, text/plain)
2010-06-07 00:10 UTC, Stephen Montgomery-Smith
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Montgomery-Smith 2010-06-07 00:10:02 UTC
	
new port octave-forge-fenv
Comment 1 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-06-07 02:21:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-29 13:03:17 UTC
sylvio      2010-06-29 12:03:07 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/octave-forge-fenv Makefile distinfo pkg-descr pkg-plist 
    math/octave-forge-fenv/files patch-src_Makefile 
  Log:
  The octave-forge package is the result of the GNU Octave Repositry project, which is intended to be a central location for custom scripts, funcitons and extensions for GNU Octave, contains the source for all the functions plus build and install scripts.
  
  This is fenv.
  
  On supported architectures, change the rounding mode of the floating point arithmetics (to nearest, up, down, to zero) or change the precision of the test the properties of the floating point arithmetics.
  
  WWW:    http://octave.sourceforge.net/
  
  PR:             ports/147601
  Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.663     +1 -0      ports/math/Makefile
  1.1       +23 -0     ports/math/octave-forge-fenv/Makefile (new)
  1.1       +3 -0      ports/math/octave-forge-fenv/distinfo (new)
  1.1       +17 -0     ports/math/octave-forge-fenv/files/patch-src_Makefile (new)
  1.1       +13 -0     ports/math/octave-forge-fenv/pkg-descr (new)
  1.1       +1 -0      ports/math/octave-forge-fenv/pkg-plist (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 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-06-29 13:03:21 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!