Commit graph

21 commits

Author SHA1 Message Date
agc
1e46c076aa Add RMD160 digests in addition to SHA1 ones. 2005-02-23 12:06:53 +00:00
adam
ff69c1f99d Changes 1.53
- 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
2005-01-21 09:50:20 +00:00
jtb
a47bfe0d74 Update to version 1.40.
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-08-30 20:49:20 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
agc
719a50195b Update the patch to match the new Makefile in version 1.30 2002-07-17 11:30:41 +00:00
wiz
6da7db5282 regen (checksum mismatch for patch-aa) 2002-05-21 11:18:11 +00:00
jschauma
adc3b7bac2 Upgrade to 1.30.
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-04-29 16:59:28 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jtb
b97c41dde3 Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
agc
fa5c767d84 Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
jtb
5182bc3a7d Updated Aribas to version 1.20.
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
2001-01-28 05:44:51 +00:00
jtb
ce46933a85 Added %D prefix to @unexec rmdir 2000-11-30 22:58:38 +00:00
jtb
7eed43a76b Initial import of new "aribas" package:
Multi-precision floating point and big integer arithmetic calculator
2000-11-25 19:56:25 +00:00