diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-21 20:47:39 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-21 20:47:39 +0000 |
commit | 194f732d49185e97432ba96c2c620fb86f831e35 (patch) | |
tree | e046d107b19e6d507ac143fe398960b176fea967 /math | |
parent | a3d5fb931ddeedef72e1eb63766bac77227b984d (diff) | |
download | ports-194f732d49185e97432ba96c2c620fb86f831e35.tar.gz ports-194f732d49185e97432ba96c2c620fb86f831e35.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 25 | ||||
-rw-r--r-- | math/pari/distinfo | 1 | ||||
-rw-r--r-- | math/pari/pkg-comment | 1 | ||||
-rw-r--r-- | math/pari/pkg-descr | 11 | ||||
-rw-r--r-- | math/pari/pkg-message | 19 | ||||
-rw-r--r-- | math/pari/pkg-plist | 12 |
6 files changed, 69 insertions, 0 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile new file mode 100644 index 000000000000..7116b5416ad0 --- /dev/null +++ b/math/pari/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: PARI +# Version required: 1.39.03 +# Date created: 6 June 1997 +# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> +# +# $Id$ +# + +DISTNAME= pari-1.39.03 +CATEGORIES= math +MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \ + ftp://math.ucla.edu/pub/pari/unix/ + +MAINTAINER= yoshiaki@kt.rim.or.jp + +WRKSRC= ${WRKDIR}/${DISTNAME}/src +MAN1= gp.1 + +do-configure: + @(cd ${WRKSRC} ; ./Makemakefile i386) + +post-install: + @${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> diff --git a/math/pari/distinfo b/math/pari/distinfo new file mode 100644 index 000000000000..64f39bbe29ee --- /dev/null +++ b/math/pari/distinfo @@ -0,0 +1 @@ +MD5 (pari-1.39.03.tar.gz) = 4a11f4321751c83b1d4eea90be7564f7 diff --git a/math/pari/pkg-comment b/math/pari/pkg-comment new file mode 100644 index 000000000000..c941fa726a26 --- /dev/null +++ b/math/pari/pkg-comment @@ -0,0 +1 @@ +Mathmatics library and advanced calculator package diff --git a/math/pari/pkg-descr b/math/pari/pkg-descr new file mode 100644 index 000000000000..1b45a7b85662 --- /dev/null +++ b/math/pari/pkg-descr @@ -0,0 +1,11 @@ +The PARI system is a package which is capable of doing formal computations on +recursive types at high speed. + +It is possible to use PARI in two different ways: + +1) as a library, which can be called from any upper-level language +application (for instance written in C, C++, Pascal or Fortran); + +2) as a sophisticated programmable calculator, named GP, which contains +most of the standard control instructions of a standard language +like C. diff --git a/math/pari/pkg-message b/math/pari/pkg-message new file mode 100644 index 000000000000..1e734297ea4d --- /dev/null +++ b/math/pari/pkg-message @@ -0,0 +1,19 @@ +************************************************************************* +Copyright notice: + +This is version 1.39 of PARI, (c) 1989-1993 by +C. Batut, D. Bernardi, H. Cohen and M. Olivier. + +This software is intended as a service to the scientific community, +but the authors cannot be held responsible for any consequences, +either direct or indirect, which the use of this package may have. +It can be freely copied and spread, as long as no files are modified, and +that the whole package (source and manual), including this README file +is included. +***** +Original copyright is in pari-1.39.03/src/README in the distfile: +pari-1.39.03.tar.gz + +This distfile can be found in /cdrom/ports/distfiles or +ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/. +************************************************************************* diff --git a/math/pari/pkg-plist b/math/pari/pkg-plist new file mode 100644 index 000000000000..9933b7edf617 --- /dev/null +++ b/math/pari/pkg-plist @@ -0,0 +1,12 @@ +include/pari/genpari.h +include/pari/gencom.h +include/pari/genport.h +include/pari/gen68k.h +include/pari/erreurs.h +include/pari/mpansi.h +include/pari/mpdefs.h +include/pari/mpin.h +lib/libpari.a +bin/gp +man/man1/gp.1.gz +@dirrm include/pari |