aboutsummaryrefslogtreecommitdiff
path: root/math/ised
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.3.2Eitan Adler2012-02-192-3/+3
| | | | Notes: svn path=/head/; revision=291768
* - update ised to 2.3.1Eitan Adler2011-12-202-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287694
* - gcc45 is no moreEitan Adler2011-11-131-1/+1
| | | | | | | | Submitted by: gerald Feature safe: yes Notes: svn path=/head/; revision=285683
* - change the email address I use to maintain portsEitan Adler2011-08-211-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280136
* - change the email address I use to maintain portsEitan Adler2011-08-211-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280123
* - Update to 2.3.0Frederic Culot2011-08-172-3/+3
| | | | | | | | PR: ports/159820 Submitted by: Eitan Adler <ports@eitanadler.com> (maintainer) Notes: svn path=/head/; revision=279915
* - Update to 2.2.5Frederic Culot2011-07-282-5/+5
| | | | | | | | PR: ports/159234 Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer) Notes: svn path=/head/; revision=278460
* - Update to 2.2.4Frederic Culot2011-05-282-3/+3
| | | | | | | | PR: ports/157381 Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer) Notes: svn path=/head/; revision=274769
* - Assign to new volunteerGreg Larkin2011-05-021-1/+1
| | | | | | | Requested by: Eitan Adler <lists@eitanadler.com> (via private email) Notes: svn path=/head/; revision=273506
* By Maintainer's request, toss these ports back into the poolDoug Barton2011-04-271-1/+1
| | | | Notes: svn path=/head/; revision=273235
* - Update to version 2.2.3Wen Heping2011-04-112-3/+6
| | | | | | | | | | | - Now requires gcc4.5+ - Add License PR: ports/156233 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=272495
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* ised is a command-line tool for generating number sequences andMartin Wilke2010-03-213-0/+47
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> Notes: svn path=/head/; revision=251331