Bug 144914 - [NEW PORT] math/ised: A tool for generating number sequences and arithmetic evaluation
Summary: [NEW PORT] math/ised: A tool for generating number sequences and arithmetic e...
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 18:50 UTC by Charlie Kester
Modified: 2010-09-10 06:11 UTC (History)
0 users

See Also:


Attachments
ised-2.2.2.shar (2.16 KB, text/plain)
2010-03-20 18:50 UTC, Charlie Kester
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Kester 2010-03-20 18:50:01 UTC
ised is a command-line tool for generating number sequences and
arithmetic evaluation. Unlike big gui-based software (e.g. Mathematica,
Derive, Matlab, Octave,...) it is intended for use in shell scripting,
together with gnu core utilities.

Its main advantage is that all functions are generalized to operate
on one-dimensional arrays. It can be used for loop indexing (much
like seq), line-by-line arithmetic processing of files, floating
point math for shells that don't support it natively, or interactively,
as extended calculator.

WWW:	http://ised.sourceforge.net
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-03-20 19:13:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-03-21 12:55:14 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-21 12:56:20 UTC
miwi        2010-03-21 12:55:26 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/ised            Makefile distinfo pkg-descr 
  Log:
  ised is a command-line tool for generating number sequences and
  arithmetic evaluation. Unlike big gui-based software (e.g. Mathematica,
  Derive, Matlab, Octave,...) it is intended for use in shell scripting,
  together with gnu core utilities.
  
  Its main advantage is that all functions are generalized to operate
  on one-dimensional arrays. It can be used for loop indexing (much
  like seq), line-by-line arithmetic processing of files, floating
  point math for shells that don't support it natively, or interactively,
  as extended calculator.
  
  WWW:    http://ised.sourceforge.net
  
  PR:             ports/144914
  Submitted by:   Charlie Kester <corky1951 at comcast.net>
  
  Revision  Changes    Path
  1.644     +1 -0      ports/math/Makefile
  1.1       +32 -0     ports/math/ised/Makefile (new)
  1.1       +3 -0      ports/math/ised/distinfo (new)
  1.1       +12 -0     ports/math/ised/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 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-10 06:10:49 UTC
State Changed
From-To: open->closed

wrong pr