diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 10:47:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 10:47:10 +0800 |
commit | 616f70142bfa426a42d1eea0df5e87a038caa781 (patch) | |
tree | 1b2ba6e3e579538821a241621ed65c57a00bdbe6 /math | |
parent | cfabc34c1e2e8668eb1ae8503fea55f1a5ee086e (diff) | |
download | freebsd-ports-gnome-616f70142bfa426a42d1eea0df5e87a038caa781.tar.gz freebsd-ports-gnome-616f70142bfa426a42d1eea0df5e87a038caa781.tar.zst freebsd-ports-gnome-616f70142bfa426a42d1eea0df5e87a038caa781.zip |
Update to version 2.0.13a.
PR: 9558
Submitted by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 31 | ||||
-rw-r--r-- | math/pari/distinfo | 2 | ||||
-rw-r--r-- | math/pari/pkg-plist | 44 |
3 files changed, 52 insertions, 25 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index a7ec521ee9e3..afbe037a1956 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,25 +1,30 @@ -# New ports collection makefile for: PARI -# Version required: 1.39.03 -# Date created: 6 June 1997 -# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> +# New ports collection makefile for: PARI +# Version required: 2.0.13a +# Date created: 19 January 1999 +# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> # -# $Id: Makefile,v 1.4 1998/11/28 05:38:59 asami Exp $ +# $Id:$ # -DISTNAME= pari-1.39.03 +DISTNAME= pari-2.0.13.alpha +PKGNAME= pari-2.0.13a CATEGORIES= math -MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/OLDVERSIONS/ +MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \ + ftp://hasse.mathematik.tu-muenchen.de/pub/pari/ MAINTAINER= yoshiaki@kt.rim.or.jp -USE_XLIB= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/src -MAN1= gp.1 +HAS_CONFIGURE = Yes +CONFIGURE_SCRIPT = Configure +CONFIGURE_ARGS = --prefix=${PREFIX} +CFLAGS= + +USE_GMAKE = Yes +MAKE_ARGS= gp -do-configure: - @(cd ${WRKSRC} ; ./Makemakefile i386) +MAN1= gp.1 post-install: - @${CAT} ${PKGDIR}/MESSAGE + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/math/pari/distinfo b/math/pari/distinfo index 64f39bbe29ee..14a158bbc2b0 100644 --- a/math/pari/distinfo +++ b/math/pari/distinfo @@ -1 +1 @@ -MD5 (pari-1.39.03.tar.gz) = 4a11f4321751c83b1d4eea90be7564f7 +MD5 (pari-2.0.13.alpha.tar.gz) = cc5fd152af09516bf7d94763c7be030f diff --git a/math/pari/pkg-plist b/math/pari/pkg-plist index 642b52d386a2..9ee4df4e0fee 100644 --- a/math/pari/pkg-plist +++ b/math/pari/pkg-plist @@ -1,11 +1,33 @@ -bin/gp -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 -@dirrm include/pari +./lib/libpari.so.2.0.13 +./lib/libpari.so.2.0 +./lib/libpari.so +./lib/pari/pari.elc +./lib/pari/pari.el +./lib/pari/pari.menu +./lib/pari/pariemacs.txt +./lib/pari/macros.tex +./lib/pari/users.help.tex +./lib/pari/usersch2.tex +./lib/pari/usersch3.tex +./lib/pari/gphelp +./lib/pari/translations +./include/pari/genpari.h +./include/pari/paricfg.h +./include/pari/pariinl.h +./include/pari/pari.h +./include/pari/paritype.h +./include/pari/paricast.h +./include/pari/paricom.h +./include/pari/parierr.h +./include/pari/parigen.h +./include/pari/paristio.h +./include/pari/parisys.h +./include/pari/pariport.h +./include/pari/paridecl.h +./bin/gp-2.0 +./bin/gp +@exec /bin/mkdir %D/lib/pari %D/include/pari +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@unexec /bin/rmdir %D/lib/pari/data +@unexec /bin/rmdir %D/lib/pari %D/include/pari |