diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
commit | 0ca28723fbfb0ed88954e35bf45d7462a40a5178 (patch) | |
tree | 4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /math/aribas/pkg | |
parent | 380b33c5710509b50346db575cddab2e83c39c2d (diff) | |
download | pkgsrc-0ca28723fbfb0ed88954e35bf45d7462a40a5178.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/aribas/pkg')
-rw-r--r-- | math/aribas/pkg/DESCR | 13 | ||||
-rw-r--r-- | math/aribas/pkg/PLIST | 12 |
2 files changed, 0 insertions, 25 deletions
diff --git a/math/aribas/pkg/DESCR b/math/aribas/pkg/DESCR deleted file mode 100644 index a614956871f..00000000000 --- a/math/aribas/pkg/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 287f12a5060..00000000000 --- a/math/aribas/pkg/PLIST +++ /dev/null @@ -1,12 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2000/11/30 22:58:38 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 %D/share/emacs/site-lisp 2>/dev/null || true -@dirrm share/examples/aribas -@dirrm share/doc/aribas |