From 862a3a45549f3fac5d6812bdff3367055dc21a37 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 24 Jun 1998 06:09:19 +0000 Subject: Upgrade to 1.3. --- math/numpy/Makefile | 13 ++++++++----- math/numpy/distinfo | 2 +- math/numpy/pkg-descr | 5 +---- math/numpy/pkg-plist | 5 +++++ math/py-numeric/Makefile | 13 ++++++++----- math/py-numeric/distinfo | 2 +- math/py-numeric/pkg-descr | 5 +---- math/py-numeric/pkg-plist | 5 +++++ math/py-numeric17/Makefile | 13 ++++++++----- math/py-numeric17/distinfo | 2 +- math/py-numeric17/pkg-descr | 5 +---- math/py-numeric17/pkg-plist | 5 +++++ 12 files changed, 45 insertions(+), 30 deletions(-) (limited to 'math') diff --git a/math/numpy/Makefile b/math/numpy/Makefile index a3337e7631a1..9f00bd062504 100644 --- a/math/numpy/Makefile +++ b/math/numpy/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: numpy -# Version required: 1.1 +# Version required: 1.3 # Date created: 20 April 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.6 1998/04/08 11:13:37 tg Exp $ +# $Id: Makefile,v 1.7 1998/04/15 09:39:15 tg Exp $ # -DISTNAME= NumPy-11 -PKGNAME= numpy-1.1 +DISTNAME= LLNLPython4 +PKGNAME= numpy-1.3 CATEGORIES= math 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}/LLNLDistribution/Numerical +WRKSRC= ${WRKDIR}/LLNLPython4/Numerical CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' @@ -25,6 +25,7 @@ MAKE_FLAGS+= 'OPT=${CFLAGS}' PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5 NUMPYDIR= ${PREFIX}/lib/python1.5/site-packages DOCDIR= ${PREFIX}/share/doc/NumPy +EXAMPLEDIR= ${PREFIX}/share/examples/NumPy do-configure: @(cd ${WRKSRC} && ${CONFIGURE_ENV} python makethis.py) @@ -33,6 +34,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/Lib/* ${NUMPYDIR} @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${NUMPYDIR} ${INSTALL_DATA} ${WRKSRC}/Include/*object.h ${PREFIX}/include/python1.5 + @${MKDIR} ${EXAMPLEDIR} + ${INSTALL_DATA} ${WRKSRC}/Demo/* ${EXAMPLEDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/Doc/*.html ${DOCDIR} diff --git a/math/numpy/distinfo b/math/numpy/distinfo index 92e2eb9f77c1..d4882c29c3c0 100644 --- a/math/numpy/distinfo +++ b/math/numpy/distinfo @@ -1 +1 @@ -MD5 (NumPy-11.tgz) = c6ad8ba18ea6dd8836e6374bb2dd2a0d +MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100 diff --git a/math/numpy/pkg-descr b/math/numpy/pkg-descr index 4dbb69d8c93d..77e52bf1275e 100644 --- a/math/numpy/pkg-descr +++ b/math/numpy/pkg-descr @@ -17,8 +17,5 @@ number of extensions that take advantage of these two new objects. + Fourier Transforms (FFTPACK) + Random Numbers (RANLIB) -To use the numeric extension, add /usr/local/share/python1.4/NumPy -to your PYTHONPATH. - For more information, see the NumPy home page at -http://www.sls.lcs.mit.edu/~jjh/numeric +. diff --git a/math/numpy/pkg-plist b/math/numpy/pkg-plist index f7e1faab1ef7..35402a52f396 100644 --- a/math/numpy/pkg-plist +++ b/math/numpy/pkg-plist @@ -38,3 +38,8 @@ lib/python1.5/site-packages/UserArray.pyo share/doc/NumPy/doc.html share/doc/NumPy/home.html @dirrm share/doc/NumPy +share/examples/NumPy/mandelbrot.py +share/examples/NumPy/mandelbrot.pyc +share/examples/NumPy/sieve.py +share/examples/NumPy/sieve.pyc +@dirrm share/examples/NumPy diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index a3337e7631a1..9f00bd062504 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: numpy -# Version required: 1.1 +# Version required: 1.3 # Date created: 20 April 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.6 1998/04/08 11:13:37 tg Exp $ +# $Id: Makefile,v 1.7 1998/04/15 09:39:15 tg Exp $ # -DISTNAME= NumPy-11 -PKGNAME= numpy-1.1 +DISTNAME= LLNLPython4 +PKGNAME= numpy-1.3 CATEGORIES= math 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}/LLNLDistribution/Numerical +WRKSRC= ${WRKDIR}/LLNLPython4/Numerical CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' @@ -25,6 +25,7 @@ MAKE_FLAGS+= 'OPT=${CFLAGS}' PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5 NUMPYDIR= ${PREFIX}/lib/python1.5/site-packages DOCDIR= ${PREFIX}/share/doc/NumPy +EXAMPLEDIR= ${PREFIX}/share/examples/NumPy do-configure: @(cd ${WRKSRC} && ${CONFIGURE_ENV} python makethis.py) @@ -33,6 +34,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/Lib/* ${NUMPYDIR} @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${NUMPYDIR} ${INSTALL_DATA} ${WRKSRC}/Include/*object.h ${PREFIX}/include/python1.5 + @${MKDIR} ${EXAMPLEDIR} + ${INSTALL_DATA} ${WRKSRC}/Demo/* ${EXAMPLEDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/Doc/*.html ${DOCDIR} diff --git a/math/py-numeric/distinfo b/math/py-numeric/distinfo index 92e2eb9f77c1..d4882c29c3c0 100644 --- a/math/py-numeric/distinfo +++ b/math/py-numeric/distinfo @@ -1 +1 @@ -MD5 (NumPy-11.tgz) = c6ad8ba18ea6dd8836e6374bb2dd2a0d +MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100 diff --git a/math/py-numeric/pkg-descr b/math/py-numeric/pkg-descr index 4dbb69d8c93d..77e52bf1275e 100644 --- a/math/py-numeric/pkg-descr +++ b/math/py-numeric/pkg-descr @@ -17,8 +17,5 @@ number of extensions that take advantage of these two new objects. + Fourier Transforms (FFTPACK) + Random Numbers (RANLIB) -To use the numeric extension, add /usr/local/share/python1.4/NumPy -to your PYTHONPATH. - For more information, see the NumPy home page at -http://www.sls.lcs.mit.edu/~jjh/numeric +. diff --git a/math/py-numeric/pkg-plist b/math/py-numeric/pkg-plist index f7e1faab1ef7..35402a52f396 100644 --- a/math/py-numeric/pkg-plist +++ b/math/py-numeric/pkg-plist @@ -38,3 +38,8 @@ lib/python1.5/site-packages/UserArray.pyo share/doc/NumPy/doc.html share/doc/NumPy/home.html @dirrm share/doc/NumPy +share/examples/NumPy/mandelbrot.py +share/examples/NumPy/mandelbrot.pyc +share/examples/NumPy/sieve.py +share/examples/NumPy/sieve.pyc +@dirrm share/examples/NumPy diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile index a3337e7631a1..9f00bd062504 100644 --- a/math/py-numeric17/Makefile +++ b/math/py-numeric17/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: numpy -# Version required: 1.1 +# Version required: 1.3 # Date created: 20 April 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.6 1998/04/08 11:13:37 tg Exp $ +# $Id: Makefile,v 1.7 1998/04/15 09:39:15 tg Exp $ # -DISTNAME= NumPy-11 -PKGNAME= numpy-1.1 +DISTNAME= LLNLPython4 +PKGNAME= numpy-1.3 CATEGORIES= math 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}/LLNLDistribution/Numerical +WRKSRC= ${WRKDIR}/LLNLPython4/Numerical CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' @@ -25,6 +25,7 @@ MAKE_FLAGS+= 'OPT=${CFLAGS}' PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5 NUMPYDIR= ${PREFIX}/lib/python1.5/site-packages DOCDIR= ${PREFIX}/share/doc/NumPy +EXAMPLEDIR= ${PREFIX}/share/examples/NumPy do-configure: @(cd ${WRKSRC} && ${CONFIGURE_ENV} python makethis.py) @@ -33,6 +34,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/Lib/* ${NUMPYDIR} @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${NUMPYDIR} ${INSTALL_DATA} ${WRKSRC}/Include/*object.h ${PREFIX}/include/python1.5 + @${MKDIR} ${EXAMPLEDIR} + ${INSTALL_DATA} ${WRKSRC}/Demo/* ${EXAMPLEDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/Doc/*.html ${DOCDIR} diff --git a/math/py-numeric17/distinfo b/math/py-numeric17/distinfo index 92e2eb9f77c1..d4882c29c3c0 100644 --- a/math/py-numeric17/distinfo +++ b/math/py-numeric17/distinfo @@ -1 +1 @@ -MD5 (NumPy-11.tgz) = c6ad8ba18ea6dd8836e6374bb2dd2a0d +MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100 diff --git a/math/py-numeric17/pkg-descr b/math/py-numeric17/pkg-descr index 4dbb69d8c93d..77e52bf1275e 100644 --- a/math/py-numeric17/pkg-descr +++ b/math/py-numeric17/pkg-descr @@ -17,8 +17,5 @@ number of extensions that take advantage of these two new objects. + Fourier Transforms (FFTPACK) + Random Numbers (RANLIB) -To use the numeric extension, add /usr/local/share/python1.4/NumPy -to your PYTHONPATH. - For more information, see the NumPy home page at -http://www.sls.lcs.mit.edu/~jjh/numeric +. diff --git a/math/py-numeric17/pkg-plist b/math/py-numeric17/pkg-plist index f7e1faab1ef7..35402a52f396 100644 --- a/math/py-numeric17/pkg-plist +++ b/math/py-numeric17/pkg-plist @@ -38,3 +38,8 @@ lib/python1.5/site-packages/UserArray.pyo share/doc/NumPy/doc.html share/doc/NumPy/home.html @dirrm share/doc/NumPy +share/examples/NumPy/mandelbrot.py +share/examples/NumPy/mandelbrot.pyc +share/examples/NumPy/sieve.py +share/examples/NumPy/sieve.pyc +@dirrm share/examples/NumPy -- cgit v1.2.3