From 194f732d49185e97432ba96c2c620fb86f831e35 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sat, 21 Jun 1997 20:47:39 +0000 Subject: New port, pari: Mathmatics library and advanced calculator package PR: 3357 Submitted by: Yoshiaki Uchikawa --- math/pari/Makefile | 25 +++++++++++++++++++++++++ math/pari/distinfo | 1 + math/pari/pkg-comment | 1 + math/pari/pkg-descr | 11 +++++++++++ math/pari/pkg-message | 19 +++++++++++++++++++ math/pari/pkg-plist | 12 ++++++++++++ 6 files changed, 69 insertions(+) create mode 100644 math/pari/Makefile create mode 100644 math/pari/distinfo create mode 100644 math/pari/pkg-comment create mode 100644 math/pari/pkg-descr create mode 100644 math/pari/pkg-message create mode 100644 math/pari/pkg-plist (limited to 'math') 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 +# +# $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 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 -- cgit v1.2.3