summaryrefslogtreecommitdiff
path: root/math/aribas
AgeCommit message (Collapse)AuthorFilesLines
2003-08-30Update to version 1.40.jtb4-16/+20
V1.30 (March 2002) to V1.40 (June 2003) - simultaneous assignments (x1,x2,...,xn) := (a1,a2,...,an) - new functions divide, bit_count, set_workdir, get_workdir, gmtime, stack2string, stack_arraypush, string_scan, realloc, binsearch - some bug fixes (regarding qs_factorize and handling of special variable and value arguments in user defined functions)
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-07-17Update the patch to match the new Makefile in version 1.30agc2-9/+9
2002-05-21regen (checksum mismatch for patch-aa)wiz1-2/+2
2002-04-29Upgrade to 1.30.jschauma2-6/+6
New in Version 1.30: Several vector operations are now available directly in ARIBAS (vec1 + vec2, vec1 - vec2, lambda*vec, vec mod N , etc.) (approved by hubertf)
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-28Remove redundant echoing, quoting, and input redirection to sed.jtb1-9/+3
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-28Updated Aribas to version 1.20.jtb4-19/+44
Changes from former versions of ARIBAS to the present version: V1.14 (April 1999) to V1.20 (Jan. 2001) - floating point precision can be set up to 4096 bits (over 1200 decimal places); former limit was 192 bits - bugfix in function mem_byteswap() - make_unbound(user) unbinds all user defined functions - new function max_intsize(); returns maximal number of decimal places of an integer
2000-11-30Added %D prefix to @unexec rmdirjtb1-2/+2
2000-11-25Initial import of new "aribas" package:jtb7-0/+78
Multi-precision floating point and big integer arithmetic calculator