diff options
author | tron <tron@pkgsrc.org> | 1998-04-12 21:50:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-04-12 21:50:40 +0000 |
commit | 4eb432ce81bdac57817bc635e890ecdc977b4b9f (patch) | |
tree | 75706f142f410c2349eb154ae7c3d5d193e42935 /lang | |
parent | fd16b7e9b1dd07cb5304333fa0187d5747167372 (diff) | |
download | pkgsrc-4eb432ce81bdac57817bc635e890ecdc977b4b9f.tar.gz |
Move package to directory for new category "math".
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-Numeric/Makefile | 31 | ||||
-rw-r--r-- | lang/py-Numeric/files/md5 | 1 | ||||
-rw-r--r-- | lang/py-Numeric/patches/patch-aa | 17 | ||||
-rw-r--r-- | lang/py-Numeric/patches/patch-ab | 18 | ||||
-rw-r--r-- | lang/py-Numeric/pkg/COMMENT | 1 | ||||
-rw-r--r-- | lang/py-Numeric/pkg/DESCR | 3 | ||||
-rw-r--r-- | lang/py-Numeric/pkg/PLIST | 36 | ||||
-rw-r--r-- | lang/py-Numeric/scripts/configure | 4 |
8 files changed, 0 insertions, 111 deletions
diff --git a/lang/py-Numeric/Makefile b/lang/py-Numeric/Makefile deleted file mode 100644 index aeda80b08eb..00000000000 --- a/lang/py-Numeric/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: Numeric Python -# Version required: 1.1 -# Date created: 18 March 1998 -# Whom: tsarna@endicor.com -# -# $NetBSD: Makefile,v 1.1 1998/04/10 22:30:41 tron Exp $ - -DISTNAME= NumPy-11 -PKGNAME= py-Numeric-1.1 -CATEGORIES= math -MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ -EXTRACT_SUFX= .tgz - -MAINTAINER= tsarna@endicor.com - -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= python:${PORTSDIR}/lang/python - -WRKSRC= ${WRKDIR}/LLNLDistribution/Numerical -ALL_TARGET= default - -.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "alpha" -IGNORE="Needs dynamic loading" -.endif - -post-install: - (cd ${WRKSRC}/Lib ; \ - python -O ${PREFIX}/lib/python1.5/compileall.py . ; \ - ${INSTALL_DATA} *.py *.pyc *.pyo ${PREFIX}/lib/python1.5/site-packages) - -.include <bsd.port.mk> diff --git a/lang/py-Numeric/files/md5 b/lang/py-Numeric/files/md5 deleted file mode 100644 index 92e2eb9f77c..00000000000 --- a/lang/py-Numeric/files/md5 +++ /dev/null @@ -1 +0,0 @@ -MD5 (NumPy-11.tgz) = c6ad8ba18ea6dd8836e6374bb2dd2a0d diff --git a/lang/py-Numeric/patches/patch-aa b/lang/py-Numeric/patches/patch-aa deleted file mode 100644 index 2c0479906de..00000000000 --- a/lang/py-Numeric/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.1 1998/04/10 22:30:41 tron Exp $ - -Turn LLNL's compile script into a configure script :-) - - -- tsarna@endicor.com, 18 March 1998 - ---- ../Tools/compile.py.orig Tue Mar 17 23:28:14 1998 -+++ ../Tools/compile.py Tue Mar 17 23:28:14 1998 -@@ -632,7 +632,7 @@ - - compileall.compile_dir(".") - os.system("make -f Makefile.pre.in boot") -- os.system("make") -+# os.system("make") - - if sys.platform == 'win32': - swig_found = find_swig() diff --git a/lang/py-Numeric/patches/patch-ab b/lang/py-Numeric/patches/patch-ab deleted file mode 100644 index 040d9f31a4d..00000000000 --- a/lang/py-Numeric/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.1 1998/04/10 22:30:41 tron Exp $ - -The trailing space after the shared line breaks makesetup due to a bug -in NetBSD 1.3[.1] /bin/sh. It's fixed in current. See PR#4805 for -details. - - -- tsarna@endicor.com, 18 March 1998 - ---- Setup.orig Wed Mar 18 01:19:04 1998 -+++ Setup Wed Mar 18 01:19:04 1998 -@@ -1,6 +1,6 @@ - #This file is designed for building a dynamic extension. - #See README for detailed build instructions. --*shared* -+*shared* - - # The array and ufunc object implementation - #[VC50]cpp_options = cpp_options + ' /Tp ' diff --git a/lang/py-Numeric/pkg/COMMENT b/lang/py-Numeric/pkg/COMMENT deleted file mode 100644 index 18d3011c388..00000000000 --- a/lang/py-Numeric/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Adds multidemensional numeric arrays to Python. diff --git a/lang/py-Numeric/pkg/DESCR b/lang/py-Numeric/pkg/DESCR deleted file mode 100644 index 9380e78b01e..00000000000 --- a/lang/py-Numeric/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -NumPy (Numeric Python) is a collection of extension modules to provide -high-performance multidimensional numeric arrays to the Python -programming language. diff --git a/lang/py-Numeric/pkg/PLIST b/lang/py-Numeric/pkg/PLIST deleted file mode 100644 index 01eadf0316f..00000000000 --- a/lang/py-Numeric/pkg/PLIST +++ /dev/null @@ -1,36 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 1998/04/10 22:30:41 tron Exp $ -lib/python1.5/site-packages/_numpymodule.so -lib/python1.5/site-packages/multiarraymodule.so -lib/python1.5/site-packages/fast_umathmodule.so -lib/python1.5/site-packages/umathmodule.so -lib/python1.5/site-packages/fftpack.so -lib/python1.5/site-packages/lapack_lite.so -lib/python1.5/site-packages/ranlib.so -lib/python1.5/site-packages/ArrayPrinter.py -lib/python1.5/site-packages/ArrayPrinter.pyc -lib/python1.5/site-packages/ArrayPrinter.pyo -lib/python1.5/site-packages/FFT.py -lib/python1.5/site-packages/FFT.pyc -lib/python1.5/site-packages/FFT.pyo -lib/python1.5/site-packages/LinearAlgebra.py -lib/python1.5/site-packages/LinearAlgebra.pyc -lib/python1.5/site-packages/LinearAlgebra.pyo -lib/python1.5/site-packages/MLab.py -lib/python1.5/site-packages/MLab.pyc -lib/python1.5/site-packages/MLab.pyo -lib/python1.5/site-packages/Matrix.py -lib/python1.5/site-packages/Matrix.pyc -lib/python1.5/site-packages/Matrix.pyo -lib/python1.5/site-packages/Numeric.py -lib/python1.5/site-packages/Numeric.pyc -lib/python1.5/site-packages/Numeric.pyo -lib/python1.5/site-packages/Precision.py -lib/python1.5/site-packages/Precision.pyc -lib/python1.5/site-packages/Precision.pyo -lib/python1.5/site-packages/RandomArray.py -lib/python1.5/site-packages/RandomArray.pyc -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 diff --git a/lang/py-Numeric/scripts/configure b/lang/py-Numeric/scripts/configure deleted file mode 100644 index 699023338f6..00000000000 --- a/lang/py-Numeric/scripts/configure +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# $NetBSD: configure,v 1.1 1998/04/10 22:30:42 tron Exp $ - -(cd $WRKSRC; $PREFIX/bin/python ../Tools/compile.py) |