summaryrefslogtreecommitdiff
path: root/math/aribas
AgeCommit message (Collapse)AuthorFilesLines
2008-06-23update to 1.63drochner3-17/+16
changes: -direct support for polynomial arithmetic over GF(2) -for loop can now handle >= 2**32 iterations -bugfixes
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-9/+15
their files via a custom do-install target.
2007-02-20share/emacs/site-lisp now exists by default -- don't try to remove it.wiz2-3/+3
Bump PKGREVISION for the PLIST change.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-11-04Normalized BUILD_DIRS.rillig1-2/+2
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-21Changes 1.53adam2-5/+5
- bug fix in handling of -pi (previous version changed constant pi) - bug fix in division of integer vectors with negative coefficients - for loop can now handle >= 2**32 iterations - fixed bug which occurred in V 1.50 while parsing certain parenthized expressions
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