diff options
author | jtb <jtb> | 2001-03-07 20:57:48 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-03-07 20:57:48 +0000 |
commit | 6e8827602efe07d82782f98d679d467e516aa627 (patch) | |
tree | 9c01a17c9e36c4def00dd846e0f001b0ebf9e9fc /math/pari/pkg | |
parent | e6eac8e55d749e8d65f8d3b7914f4d23f562a39c (diff) | |
download | pkgsrc-6e8827602efe07d82782f98d679d467e516aa627.tar.gz |
Initial import of pari.
PARI-GP is a package which is aimed at efficient computations in
number theory, but also contains a large number of other useful
functions. It is somewhat related to a Computer Algebra System, but
is not really one since it treats symbolic expressions as mathematical
entities such as matrices, polynomials, series, etc..., and not as
expressions per se. However it is often much faster than other CAS,
and contains a large number of specific functions not found elsewhere,
essentially for use in number theory.
This package can be used in an interactive shell (GP) or as a C/C++
library (PARI). It is free software, in the sense of freedom AND 'free
of charge'.
Diffstat (limited to 'math/pari/pkg')
-rw-r--r-- | math/pari/pkg/DESCR | 12 | ||||
-rw-r--r-- | math/pari/pkg/PLIST | 43 |
2 files changed, 55 insertions, 0 deletions
diff --git a/math/pari/pkg/DESCR b/math/pari/pkg/DESCR new file mode 100644 index 00000000000..bd270df08f4 --- /dev/null +++ b/math/pari/pkg/DESCR @@ -0,0 +1,12 @@ +PARI-GP is a package which is aimed at efficient computations in +number theory, but also contains a large number of other useful +functions. It is somewhat related to a Computer Algebra System, but +is not really one since it treats symbolic expressions as mathematical +entities such as matrices, polynomials, series, etc..., and not as +expressions per se. However it is often much faster than other CAS, +and contains a large number of specific functions not found elsewhere, +essentially for use in number theory. + +This package can be used in an interactive shell (GP) or as a C/C++ +library (PARI). It is free software, in the sense of freedom AND 'free +of charge'. diff --git a/math/pari/pkg/PLIST b/math/pari/pkg/PLIST new file mode 100644 index 00000000000..eb59f2b9930 --- /dev/null +++ b/math/pari/pkg/PLIST @@ -0,0 +1,43 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/07 20:57:48 jtb Exp $ +bin/gp +bin/gp-2.1 +bin/gphelp +bin/tex2mail +include/pari/genpari.h +include/pari/pari.h +include/pari/paricast.h +include/pari/paricfg.h +include/pari/paricom.h +include/pari/paridecl.h +include/pari/parierr.h +include/pari/parigen.h +include/pari/pariinl.h +include/pari/pariport.h +include/pari/paristio.h +include/pari/parisys.h +include/pari/paritype.h +lib/libpari.a +lib/libpari.a.2.1 +man/man1/gp.1 +man/man1/gphelp.1 +man/man1/pari.1 +share/pari/pari-translator.el +share/pari/pari.el +share/pari/pari.elc +share/pari/paricfg.tex +share/pari/pariemacs.txt +share/pari/parimacro.tex +share/pari/refcard.dvi +share/pari/refcard.ps +share/pari/translations +share/pari/tutorial.dvi +share/pari/users.dvi +share/pari/usersch1.tex +share/pari/usersch2.tex +share/pari/usersch3.tex +share/pari/usersch4.tex +share/pari/usersch5.tex +share/pari/with-syntax.el +@dirrm include/pari +@unexec rmdir %D/share/pari/data 2>/dev/null || true +@dirrm share/pari |