summaryrefslogtreecommitdiff
path: root/math/aribas/pkg
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2000-11-25 19:56:25 +0000
committerjtb <jtb@pkgsrc.org>2000-11-25 19:56:25 +0000
commit7eed43a76b0fe15ccf28d37cb88b0744bbe2dca7 (patch)
treefa358d7ad4dd37732dd0bd38a492ee392746cb66 /math/aribas/pkg
parent06bb6313882a659ab45dc7f284e1ff4188e57ab5 (diff)
downloadpkgsrc-7eed43a76b0fe15ccf28d37cb88b0744bbe2dca7.tar.gz
Initial import of new "aribas" package:
Multi-precision floating point and big integer arithmetic calculator
Diffstat (limited to 'math/aribas/pkg')
-rw-r--r--math/aribas/pkg/COMMENT1
-rw-r--r--math/aribas/pkg/DESCR13
-rw-r--r--math/aribas/pkg/PLIST12
3 files changed, 26 insertions, 0 deletions
diff --git a/math/aribas/pkg/COMMENT b/math/aribas/pkg/COMMENT
new file mode 100644
index 00000000000..ff53fbed3ec
--- /dev/null
+++ b/math/aribas/pkg/COMMENT
@@ -0,0 +1 @@
+Multi-precision floating point and big integer arithmetic calculator
diff --git a/math/aribas/pkg/DESCR b/math/aribas/pkg/DESCR
new file mode 100644
index 00000000000..a614956871f
--- /dev/null
+++ b/math/aribas/pkg/DESCR
@@ -0,0 +1,13 @@
+ARIBAS is an interactive interpreter for big integer arithmetic
+and multi-precision floating point arithmetic with a Pascal/Modula
+like syntax. It has several builtin functions for algorithmic number
+theory like gcd, Jacobi symbol, Rabin probabilistic prime test,
+factorization algorithms (Pollard rho, continued fraction,
+quadratic sieve), etc.
+
+ARIBAS is used for the examples of number theoretic algorithms in the book
+Algorithmische Zahlentheorie by O. Forster.
+
+A GNU Emacs mode is also included.
+
+ARIBAS is distributed under the terms of the GNU General Public License.
diff --git a/math/aribas/pkg/PLIST b/math/aribas/pkg/PLIST
new file mode 100644
index 00000000000..1ec63e9355e
--- /dev/null
+++ b/math/aribas/pkg/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/25 19:56:25 jtb Exp $
+bin/aribas
+share/doc/aribas/aribas.doc
+share/doc/aribas/aribas.tut
+share/emacs/site-lisp/aribas.el
+share/examples/aribas/README
+share/examples/aribas/factor.ari
+share/examples/aribas/pi.ari
+share/examples/aribas/queens.ari
+@unexec rmdir share/emacs/site-lisp 2>/dev/null || true
+@dirrm share/examples/aribas
+@dirrm share/doc/aribas