diff options
author | tg <tg@FreeBSD.org> | 1998-09-01 15:03:47 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-09-01 15:03:47 +0800 |
commit | f4e5dcab369111574de7e34d48953537e5901504 (patch) | |
tree | 137c0b9665f84ed72a0f2148f513c1a0facedacc /math | |
parent | ecdc61a13fb0ca6e515d0aa91cd1f2ebd79d0528 (diff) | |
download | freebsd-ports-gnome-f4e5dcab369111574de7e34d48953537e5901504.tar.gz freebsd-ports-gnome-f4e5dcab369111574de7e34d48953537e5901504.tar.zst freebsd-ports-gnome-f4e5dcab369111574de7e34d48953537e5901504.zip |
Upgrade to 1.4.
Diffstat (limited to 'math')
-rw-r--r-- | math/numpy/Makefile | 10 | ||||
-rw-r--r-- | math/numpy/distinfo | 2 | ||||
-rw-r--r-- | math/numpy/pkg-plist | 4 | ||||
-rw-r--r-- | math/py-numeric/Makefile | 10 | ||||
-rw-r--r-- | math/py-numeric/distinfo | 2 | ||||
-rw-r--r-- | math/py-numeric/pkg-plist | 4 | ||||
-rw-r--r-- | math/py-numeric17/Makefile | 10 | ||||
-rw-r--r-- | math/py-numeric17/distinfo | 2 | ||||
-rw-r--r-- | math/py-numeric17/pkg-plist | 4 |
9 files changed, 27 insertions, 21 deletions
diff --git a/math/numpy/Makefile b/math/numpy/Makefile index 35288074047f..27b36565f39b 100644 --- a/math/numpy/Makefile +++ b/math/numpy/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: numpy -# Version required: 1.3 +# Version required: 1.4 # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $ +# $Id: Makefile,v 1.10 1998/06/30 07:43:01 tg Exp $ # -DISTNAME= LLNLPython4 -PKGNAME= py-numeric-1.3 +DISTNAME= LLNLPython5 +PKGNAME= py-numeric-1.4 CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz @@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python -WRKSRC= ${WRKDIR}/LLNLPython4/Numerical +WRKSRC= ${WRKDIR}/LLNLPython5/Numerical CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' diff --git a/math/numpy/distinfo b/math/numpy/distinfo index d4882c29c3c0..3771e0ac6142 100644 --- a/math/numpy/distinfo +++ b/math/numpy/distinfo @@ -1 +1 @@ -MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100 +MD5 (LLNLPython5.tgz) = 8f20cceac423124ea2007c925f2210d6 diff --git a/math/numpy/pkg-plist b/math/numpy/pkg-plist index 35402a52f396..bf409f31065f 100644 --- a/math/numpy/pkg-plist +++ b/math/numpy/pkg-plist @@ -34,10 +34,12 @@ lib/python1.5/site-packages/RandomArray.pyo lib/python1.5/site-packages/UserArray.py lib/python1.5/site-packages/UserArray.pyc lib/python1.5/site-packages/UserArray.pyo -@dirrm lib/python1.5/site-packages +@unexec rmdir %B 2>/dev/null || true share/doc/NumPy/doc.html share/doc/NumPy/home.html @dirrm share/doc/NumPy +share/examples/NumPy/life.py +share/examples/NumPy/life.pyc share/examples/NumPy/mandelbrot.py share/examples/NumPy/mandelbrot.pyc share/examples/NumPy/sieve.py diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index 35288074047f..27b36565f39b 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: numpy -# Version required: 1.3 +# Version required: 1.4 # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $ +# $Id: Makefile,v 1.10 1998/06/30 07:43:01 tg Exp $ # -DISTNAME= LLNLPython4 -PKGNAME= py-numeric-1.3 +DISTNAME= LLNLPython5 +PKGNAME= py-numeric-1.4 CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz @@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python -WRKSRC= ${WRKDIR}/LLNLPython4/Numerical +WRKSRC= ${WRKDIR}/LLNLPython5/Numerical CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' diff --git a/math/py-numeric/distinfo b/math/py-numeric/distinfo index d4882c29c3c0..3771e0ac6142 100644 --- a/math/py-numeric/distinfo +++ b/math/py-numeric/distinfo @@ -1 +1 @@ -MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100 +MD5 (LLNLPython5.tgz) = 8f20cceac423124ea2007c925f2210d6 diff --git a/math/py-numeric/pkg-plist b/math/py-numeric/pkg-plist index 35402a52f396..bf409f31065f 100644 --- a/math/py-numeric/pkg-plist +++ b/math/py-numeric/pkg-plist @@ -34,10 +34,12 @@ lib/python1.5/site-packages/RandomArray.pyo lib/python1.5/site-packages/UserArray.py lib/python1.5/site-packages/UserArray.pyc lib/python1.5/site-packages/UserArray.pyo -@dirrm lib/python1.5/site-packages +@unexec rmdir %B 2>/dev/null || true share/doc/NumPy/doc.html share/doc/NumPy/home.html @dirrm share/doc/NumPy +share/examples/NumPy/life.py +share/examples/NumPy/life.pyc share/examples/NumPy/mandelbrot.py share/examples/NumPy/mandelbrot.pyc share/examples/NumPy/sieve.py diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile index 35288074047f..27b36565f39b 100644 --- a/math/py-numeric17/Makefile +++ b/math/py-numeric17/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: numpy -# Version required: 1.3 +# Version required: 1.4 # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $ +# $Id: Makefile,v 1.10 1998/06/30 07:43:01 tg Exp $ # -DISTNAME= LLNLPython4 -PKGNAME= py-numeric-1.3 +DISTNAME= LLNLPython5 +PKGNAME= py-numeric-1.4 CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz @@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python -WRKSRC= ${WRKDIR}/LLNLPython4/Numerical +WRKSRC= ${WRKDIR}/LLNLPython5/Numerical CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' diff --git a/math/py-numeric17/distinfo b/math/py-numeric17/distinfo index d4882c29c3c0..3771e0ac6142 100644 --- a/math/py-numeric17/distinfo +++ b/math/py-numeric17/distinfo @@ -1 +1 @@ -MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100 +MD5 (LLNLPython5.tgz) = 8f20cceac423124ea2007c925f2210d6 diff --git a/math/py-numeric17/pkg-plist b/math/py-numeric17/pkg-plist index 35402a52f396..bf409f31065f 100644 --- a/math/py-numeric17/pkg-plist +++ b/math/py-numeric17/pkg-plist @@ -34,10 +34,12 @@ lib/python1.5/site-packages/RandomArray.pyo lib/python1.5/site-packages/UserArray.py lib/python1.5/site-packages/UserArray.pyc lib/python1.5/site-packages/UserArray.pyo -@dirrm lib/python1.5/site-packages +@unexec rmdir %B 2>/dev/null || true share/doc/NumPy/doc.html share/doc/NumPy/home.html @dirrm share/doc/NumPy +share/examples/NumPy/life.py +share/examples/NumPy/life.pyc share/examples/NumPy/mandelbrot.py share/examples/NumPy/mandelbrot.pyc share/examples/NumPy/sieve.py |