diff options
author | tron <tron> | 1998-04-12 21:50:40 +0000 |
---|---|---|
committer | tron <tron> | 1998-04-12 21:50:40 +0000 |
commit | e8273df2d99a758d69a7f3da3cd4e3efbebf7fbf (patch) | |
tree | 75706f142f410c2349eb154ae7c3d5d193e42935 | |
parent | 630a1812e55c30ceb37d923f3cd3370208598a83 (diff) | |
download | pkgsrc-e8273df2d99a758d69a7f3da3cd4e3efbebf7fbf.tar.gz |
Move package to directory for new category "math".
-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 | ||||
-rw-r--r-- | math/py-Numeric/Makefile | 2 | ||||
-rw-r--r-- | math/py-Numeric/patches/patch-aa | 2 | ||||
-rw-r--r-- | math/py-Numeric/patches/patch-ab | 2 | ||||
-rw-r--r-- | math/py-Numeric/pkg/PLIST | 2 | ||||
-rw-r--r-- | math/py-Numeric/scripts/configure | 2 |
13 files changed, 5 insertions, 116 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) diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index aeda80b08eb..548806abd6a 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -3,7 +3,7 @@ # Date created: 18 March 1998 # Whom: tsarna@endicor.com # -# $NetBSD: Makefile,v 1.1 1998/04/10 22:30:41 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/04/12 21:54:37 tron Exp $ DISTNAME= NumPy-11 PKGNAME= py-Numeric-1.1 diff --git a/math/py-Numeric/patches/patch-aa b/math/py-Numeric/patches/patch-aa index 2c0479906de..177703783f8 100644 --- a/math/py-Numeric/patches/patch-aa +++ b/math/py-Numeric/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 1998/04/10 22:30:41 tron Exp $ +$NetBSD: patch-aa,v 1.2 1998/04/12 21:56:05 tron Exp $ Turn LLNL's compile script into a configure script :-) diff --git a/math/py-Numeric/patches/patch-ab b/math/py-Numeric/patches/patch-ab index 040d9f31a4d..3dc5cf728a3 100644 --- a/math/py-Numeric/patches/patch-ab +++ b/math/py-Numeric/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1 1998/04/10 22:30:41 tron Exp $ +$NetBSD: patch-ab,v 1.2 1998/04/12 21:56:05 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 diff --git a/math/py-Numeric/pkg/PLIST b/math/py-Numeric/pkg/PLIST index 01eadf0316f..1c84ee3824e 100644 --- a/math/py-Numeric/pkg/PLIST +++ b/math/py-Numeric/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 1998/04/10 22:30:41 tron Exp $ +@comment $NetBSD: PLIST,v 1.2 1998/04/12 21:56:05 tron Exp $ lib/python1.5/site-packages/_numpymodule.so lib/python1.5/site-packages/multiarraymodule.so lib/python1.5/site-packages/fast_umathmodule.so diff --git a/math/py-Numeric/scripts/configure b/math/py-Numeric/scripts/configure index 699023338f6..cb243eb541a 100644 --- a/math/py-Numeric/scripts/configure +++ b/math/py-Numeric/scripts/configure @@ -1,4 +1,4 @@ #!/bin/sh -# $NetBSD: configure,v 1.1 1998/04/10 22:30:42 tron Exp $ +# $NetBSD: configure,v 1.2 1998/04/12 21:56:05 tron Exp $ (cd $WRKSRC; $PREFIX/bin/python ../Tools/compile.py) |