summaryrefslogtreecommitdiff
path: root/math/py-numeric17
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numeric17')
-rw-r--r--math/py-numeric17/Makefile39
-rw-r--r--math/py-numeric17/distinfo1
-rw-r--r--math/py-numeric17/pkg-comment1
-rw-r--r--math/py-numeric17/pkg-descr20
-rw-r--r--math/py-numeric17/pkg-plist48
5 files changed, 0 insertions, 109 deletions
diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile
deleted file mode 100644
index e42838ee283f..000000000000
--- a/math/py-numeric17/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: numpy
-# Date created: 20 April 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= numeric
-PORTVERSION= 15.3
-CATEGORIES= math python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= numpy
-PKGNAMEPREFIX= py-
-DISTNAME= Numerical-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= tg@FreeBSD.org
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils
-RUN_DEPENDS= python:${PORTSDIR}/lang/python
-
-DOCDIR= ${PREFIX}/share/doc/py-numeric
-EXAMPLEDIR= ${PREFIX}/share/examples/py-numeric
-
-do-build:
- @(cd ${WRKSRC}; python setup.py build)
-
-do-install:
- @(cd ${WRKSRC}; python setup.py install)
- @${MKDIR} ${EXAMPLEDIR}
- ${INSTALL_DATA} ${WRKSRC}/Demo/*.py ${EXAMPLEDIR}
- @${MKDIR} ${EXAMPLEDIR}/NumTut
- ${INSTALL_DATA} ${WRKSRC}/Demo/NumTut/* ${EXAMPLEDIR}/NumTut
-.if !defined(NOPORTDOCS)
-# @${MKDIR} ${DOCDIR}
-# ${INSTALL_DATA} ${WRKSRC}/Doc/numpy.pdf ${DOCDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/py-numeric17/distinfo b/math/py-numeric17/distinfo
deleted file mode 100644
index fad95275d889..000000000000
--- a/math/py-numeric17/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Numerical-15.3.tgz) = 717b48135295952a176bcc1f72c8e12b
diff --git a/math/py-numeric17/pkg-comment b/math/py-numeric17/pkg-comment
deleted file mode 100644
index 29f5536121ee..000000000000
--- a/math/py-numeric17/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The Numeric Extension to Python
diff --git a/math/py-numeric17/pkg-descr b/math/py-numeric17/pkg-descr
deleted file mode 100644
index 83bfbdb7b99d..000000000000
--- a/math/py-numeric17/pkg-descr
+++ /dev/null
@@ -1,20 +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)
-
-WWW: http://xfiles.llnl.gov/python.htm
diff --git a/math/py-numeric17/pkg-plist b/math/py-numeric17/pkg-plist
deleted file mode 100644
index e679111acfbe..000000000000
--- a/math/py-numeric17/pkg-plist
+++ /dev/null
@@ -1,48 +0,0 @@
-include/python1.5/Numeric/arrayobject.h
-include/python1.5/Numeric/f2c.h
-include/python1.5/Numeric/fftpack.h
-include/python1.5/Numeric/ranlib.h
-include/python1.5/Numeric/ufuncobject.h
-lib/python1.5/site-packages/Numeric/_numpy.so
-lib/python1.5/site-packages/Numeric/ArrayPrinter.py
-lib/python1.5/site-packages/Numeric/ArrayPrinter.pyc
-lib/python1.5/site-packages/Numeric/FFT.py
-lib/python1.5/site-packages/Numeric/FFT.pyc
-lib/python1.5/site-packages/Numeric/LinearAlgebra.py
-lib/python1.5/site-packages/Numeric/LinearAlgebra.pyc
-lib/python1.5/site-packages/Numeric/MA.py
-lib/python1.5/site-packages/Numeric/MA.pyc
-lib/python1.5/site-packages/Numeric/MLab.py
-lib/python1.5/site-packages/Numeric/MLab.pyc
-lib/python1.5/site-packages/Numeric/Matrix.py
-lib/python1.5/site-packages/Numeric/Matrix.pyc
-lib/python1.5/site-packages/Numeric/Numeric.py
-lib/python1.5/site-packages/Numeric/Numeric.pyc
-lib/python1.5/site-packages/Numeric/Precision.py
-lib/python1.5/site-packages/Numeric/Precision.pyc
-lib/python1.5/site-packages/Numeric/RandomArray.py
-lib/python1.5/site-packages/Numeric/RandomArray.pyc
-lib/python1.5/site-packages/Numeric/UserArray.py
-lib/python1.5/site-packages/Numeric/UserArray.pyc
-lib/python1.5/site-packages/Numeric/arrayfns.so
-lib/python1.5/site-packages/Numeric/fftpack.so
-lib/python1.5/site-packages/Numeric/lapack_lite.so
-lib/python1.5/site-packages/Numeric/multiarray.so
-lib/python1.5/site-packages/Numeric/ranlib.so
-lib/python1.5/site-packages/Numeric/umath.so
-lib/python1.5/site-packages/Numeric.pth
-@unexec rmdir %B 2>/dev/null || true
-@comment share/doc/py-numeric/numpy.pdf
-share/examples/py-numeric/NumTut/__init__.py
-share/examples/py-numeric/NumTut/greece.pik
-share/examples/py-numeric/NumTut/mkpic.py
-share/examples/py-numeric/NumTut/testview.py
-share/examples/py-numeric/NumTut/view.py
-share/examples/py-numeric/life.py
-share/examples/py-numeric/mandelbrot.py
-share/examples/py-numeric/sieve.py
-@dirrm lib/python1.5/site-packages/Numeric
-@dirrm share/examples/py-numeric/NumTut
-@dirrm share/examples/py-numeric
-@comment @dirrm share/doc/py-numeric
-@dirrm include/python1.5/Numeric