Date: Sat, 20 Mar 2010 11:48:32 -0700 From: Charlie Kester <corky1951@comcast.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/144914: [NEW PORT] math/ised: A tool for generating number sequences and arithmetic evaluation Message-ID: <20100320184835.4EB6C106564A@hub.freebsd.org> Resent-Message-ID: <201003201850.o2KIo1vr056358@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 144914 >Category: ports >Synopsis: [NEW PORT] math/ised: A tool for generating number sequences and arithmetic evaluation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 20 18:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Charlie Kester >Release: FreeBSD 8.0-STABLE i386 >Organization: >Environment: System: FreeBSD atom.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun Mar 14 14:51:31 PDT 2010 ckester@atom.local:/usr/obj/usr/src/sys/ATOM i386 >Description: 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 >How-To-Repeat: >Fix: --- ised-2.2.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ised # ised/pkg-descr # ised/Makefile # ised/distinfo # echo c - ised mkdir -p ised > /dev/null 2>&1 echo x - ised/pkg-descr sed 's/^X//' >ised/pkg-descr << 'faa75386c1c0d973e4c8be0193f9c815' Xised is a command-line tool for generating number sequences and Xarithmetic evaluation. Unlike big gui-based software (e.g. Mathematica, XDerive, Matlab, Octave,...) it is intended for use in shell scripting, Xtogether with gnu core utilities. X XIts main advantage is that all functions are generalized to operate Xon one-dimensional arrays. It can be used for loop indexing (much Xlike seq), line-by-line arithmetic processing of files, floating Xpoint math for shells that don't support it natively, or interactively, Xas extended calculator. X XWWW: http://ised.sourceforge.net faa75386c1c0d973e4c8be0193f9c815 echo x - ised/Makefile sed 's/^X//' >ised/Makefile << '721e92c1f5082df33ee5f6dd54e4a11d' X# ex:ts=8 X# Ports collection makefile for: ised X# Date created: 20 Mar 2010 X# Whom: Charlie Kester <corky1951@comcast.net> X# X# $FreeBSD$ X# X XPORTNAME= ised XPORTVERSION= 2.2.2 XCATEGORIES= math XMASTER_SITES= SF/${PORTNAME}/ X XMAINTAINER= corky1951@comcast.net XCOMMENT= A tool for generating number sequences and arithmetic evaluation X XUSE_BZIP2= yes X XGNU_CONFIGURE= yes X X.if !defined(NO_INSTALL_MANPAGES) XMAN1= ${PORTNAME}.1 X.endif X XPLIST= bin/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin X.if !defined(NO_INSTALL_MANPAGES) X ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 X.endif X X.include <bsd.port.mk> 721e92c1f5082df33ee5f6dd54e4a11d echo x - ised/distinfo sed 's/^X//' >ised/distinfo << 'd4f8bb3e72dc539364cfcf00c3d73bbb' XMD5 (ised-2.2.2.tar.bz2) = 441fe6f5228f3d9b0549f88b5b3776bb XSHA256 (ised-2.2.2.tar.bz2) = b6d2c6ad218cca1c2ccfc2d4cee570fcb41cc09b824de15992630abdb46561d9 XSIZE (ised-2.2.2.tar.bz2) = 99694 d4f8bb3e72dc539364cfcf00c3d73bbb exit --- ised-2.2.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100320184835.4EB6C106564A>