diff options
author | tron <tron> | 1998-04-12 21:50:40 +0000 |
---|---|---|
committer | tron <tron> | 1998-04-12 21:50:40 +0000 |
commit | 892601767deac51fb7fa21476d827f3aadf6ff58 (patch) | |
tree | 75706f142f410c2349eb154ae7c3d5d193e42935 /math/py-Numeric | |
parent | c2bb4638730b8eeba5f9855630162d400a66a8cf (diff) | |
download | pkgsrc-892601767deac51fb7fa21476d827f3aadf6ff58.tar.gz |
Move package to directory for new category "math".
Diffstat (limited to 'math/py-Numeric')
-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 |
5 files changed, 5 insertions, 5 deletions
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) |