summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2001-03-07 20:57:48 +0000
committerjtb <jtb>2001-03-07 20:57:48 +0000
commit6e8827602efe07d82782f98d679d467e516aa627 (patch)
tree9c01a17c9e36c4def00dd846e0f001b0ebf9e9fc /math/pari/Makefile
parente6eac8e55d749e8d65f8d3b7914f4d23f562a39c (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--math/pari/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
new file mode 100644
index 00000000000..ac46f8a501f
--- /dev/null
+++ b/math/pari/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/07 20:57:48 jtb Exp $
+
+DISTNAME= pari-2.1.0
+CATEGORIES= math
+MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \
+ http://www.gn-50uma.de/ftp/pari-2.1/
+
+MAINTAINER= jtb@netbsd.org
+HOMEPAGE= http://www.parigp-home.de
+COMMENT= PARI-GP is a software package for computer-aided number theory
+
+DEPENDS+= readline>=4.0:../../devel/readline
+BUILD_DEPENDS+= ${LOCALBASE}/bin/emacs:../../editors/emacs
+BUILD_DEPENDS+= ${LOCALBASE}/bin/tex:../../print/teTeX
+
+USE_PERL5= #defined
+USE_X11= #defined
+HAS_CONFIGURE= #defined
+CONFIGURE_SCRIPT= ${WRKSRC}/Configure
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+EVAL_PREFIX+= READLINE_PREFIX=readline
+CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
+CONFIGURE_ENV+= X11BASE=${X11BASE}
+CONFIGURE_ENV+= READLINE_PREFIX=${READLINE_PREFIX}
+CONFIGURE_ENV+= miscdir=${PREFIX}/share/pari
+CONFIGURE_ARGS+= --graphic=X11
+REPLACE_NCURSES= ${WRKSRC}/Configure
+
+.include "../../mk/bsd.pkg.mk"