summaryrefslogtreecommitdiff
path: root/math/py-numeric
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numeric')
-rw-r--r--math/py-numeric/Makefile46
-rw-r--r--math/py-numeric/distinfo1
-rw-r--r--math/py-numeric/pkg-comment1
-rw-r--r--math/py-numeric/pkg-descr21
-rw-r--r--math/py-numeric/pkg-plist49
5 files changed, 0 insertions, 118 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile
deleted file mode 100644
index 2053819080b4..000000000000
--- a/math/py-numeric/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: numpy
-# Version required: 1.8
-# Date created: 20 April 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
-#
-# $Id: Makefile,v 1.13 1998/11/16 08:54:41 tg Exp $
-#
-
-DISTNAME= LLNLPython8
-PKGNAME= py-numeric-1.8
-CATEGORIES= math python
-MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= tg@FreeBSD.ORG
-
-BUILD_DEPENDS= python:${PORTSDIR}/lang/python
-RUN_DEPENDS= python:${PORTSDIR}/lang/python
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/Numerical
-CONFIGURE_ENV= PREFIX=${PREFIX}
-ALL_TARGET= sharedmods
-MAKE_FLAGS+= 'OPT=${CFLAGS}'
-
-PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5
-NUMPYDIR= ${PYTHONSCRIPTDIR}/site-packages/NumPy
-DOCDIR= ${PREFIX}/share/doc/NumPy
-EXAMPLEDIR= ${PREFIX}/share/examples/NumPy
-
-do-configure:
- @(cd ${WRKSRC} && ${CONFIGURE_ENV} python makethis.py)
-
-post-install:
- @${MKDIR} ${NUMPYDIR}
- ${INSTALL_DATA} ${WRKSRC}/Lib/* ${NUMPYDIR}
- @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${NUMPYDIR}
- @${ECHO} "NumPy" > ${NUMPYDIR}/../NumPy.pth
- ${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}
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/py-numeric/distinfo b/math/py-numeric/distinfo
deleted file mode 100644
index 02dc8bb27c5c..000000000000
--- a/math/py-numeric/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (LLNLPython8.tgz) = aa1bcac7b453444aab6aea8882b48a9a
diff --git a/math/py-numeric/pkg-comment b/math/py-numeric/pkg-comment
deleted file mode 100644
index 29f5536121ee..000000000000
--- a/math/py-numeric/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The Numeric Extension to Python
diff --git a/math/py-numeric/pkg-descr b/math/py-numeric/pkg-descr
deleted file mode 100644
index 77e52bf1275e..000000000000
--- a/math/py-numeric/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-The Numeric Extensions to Python (NumPy) give Python the number crunching
-power of numeric languages like Matlab and IDL while maintaining all of the
-advantages of the general-purpose programming language Python.
-
-These extensions add two new object types to Python, and then include a
-number of extensions that take advantage of these two new objects.
-
- * Multidimensional Array Objects
- + Efficient arrays of homogeneous machine types
- + Arbitrary number of dimensions
- + Sophisticated structural operations
- * Universal Function Objects
- + Supports mathematical functions on all python objects
- + Very efficient for Array Objects
- * Simple interfaces to existing numerical libraries:
- + Linear Algebra (LAPACK)
- + Fourier Transforms (FFTPACK)
- + Random Numbers (RANLIB)
-
-For more information, see the NumPy home page at
-<URL:http://www.sls.lcs.mit.edu/~jjh/numeric>.
diff --git a/math/py-numeric/pkg-plist b/math/py-numeric/pkg-plist
deleted file mode 100644
index 4b1156667d12..000000000000
--- a/math/py-numeric/pkg-plist
+++ /dev/null
@@ -1,49 +0,0 @@
-include/python1.5/arrayobject.h
-include/python1.5/ufuncobject.h
-lib/python1.5/site-packages/NumPy/ArrayPrinter.py
-lib/python1.5/site-packages/NumPy/ArrayPrinter.pyc
-lib/python1.5/site-packages/NumPy/ArrayPrinter.pyo
-lib/python1.5/site-packages/NumPy/FFT.py
-lib/python1.5/site-packages/NumPy/FFT.pyc
-lib/python1.5/site-packages/NumPy/FFT.pyo
-lib/python1.5/site-packages/NumPy/LinearAlgebra.py
-lib/python1.5/site-packages/NumPy/LinearAlgebra.pyc
-lib/python1.5/site-packages/NumPy/LinearAlgebra.pyo
-lib/python1.5/site-packages/NumPy/MLab.py
-lib/python1.5/site-packages/NumPy/MLab.pyc
-lib/python1.5/site-packages/NumPy/MLab.pyo
-lib/python1.5/site-packages/NumPy/Matrix.py
-lib/python1.5/site-packages/NumPy/Matrix.pyc
-lib/python1.5/site-packages/NumPy/Matrix.pyo
-lib/python1.5/site-packages/NumPy/Numeric.py
-lib/python1.5/site-packages/NumPy/Numeric.pyc
-lib/python1.5/site-packages/NumPy/Numeric.pyo
-lib/python1.5/site-packages/NumPy/Precision.py
-lib/python1.5/site-packages/NumPy/Precision.pyc
-lib/python1.5/site-packages/NumPy/Precision.pyo
-lib/python1.5/site-packages/NumPy/RandomArray.py
-lib/python1.5/site-packages/NumPy/RandomArray.pyc
-lib/python1.5/site-packages/NumPy/RandomArray.pyo
-lib/python1.5/site-packages/NumPy/UserArray.py
-lib/python1.5/site-packages/NumPy/UserArray.pyc
-lib/python1.5/site-packages/NumPy/UserArray.pyo
-@dirrm lib/python1.5/site-packages/NumPy
-lib/python1.5/site-packages/NumPy.pth
-lib/python1.5/site-packages/_numpymodule.so
-lib/python1.5/site-packages/fast_umathmodule.so
-lib/python1.5/site-packages/fftpack.so
-lib/python1.5/site-packages/lapack_lite.so
-lib/python1.5/site-packages/multiarraymodule.so
-lib/python1.5/site-packages/ranlib.so
-lib/python1.5/site-packages/umathmodule.so
-@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
-share/examples/NumPy/sieve.pyc
-@dirrm share/examples/NumPy