summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortsarna <tsarna>1998-07-11 23:38:14 +0000
committertsarna <tsarna>1998-07-11 23:38:14 +0000
commitecea4a88701d1ecda9f6ccb5a50bb1c20cedec11 (patch)
tree562e2dc5759a32b9f300924329346927344d25e8 /math
parent1e0b2d56df5e5943d4c912dae8bbc8f21f6b8105 (diff)
downloadpkgsrc-ecea4a88701d1ecda9f6ccb5a50bb1c20cedec11.tar.gz
Update to 1.3
Diffstat (limited to 'math')
-rw-r--r--math/py-Numeric/Makefile10
-rw-r--r--math/py-Numeric/files/md52
-rw-r--r--math/py-Numeric/patches/patch-ab18
-rw-r--r--math/py-Numeric/scripts/configure4
4 files changed, 6 insertions, 28 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index adfa4b9ed4e..6be7f21aa55 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.6 1998/05/04 19:38:44 tron Exp $
+# $NetBSD: Makefile,v 1.7 1998/07/11 23:38:14 tsarna Exp $
-DISTNAME= NumPy-11
-PKGNAME= py-Numeric-1.1
+DISTNAME= LLNLPython4
+PKGNAME= py-Numeric-1.3
CATEGORIES= math
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz
-MAINTAINER= tsarna@endicor.com
+MAINTAINER= tsarna@netbsd.org
DEPENDS+= python-1.5.1:../../lang/python
-WRKSRC= ${WRKDIR}/LLNLDistribution/Numerical
+WRKSRC= ${WRKDIR}/LLNLPython4/Numerical
ALL_TARGET= default
MAKE_FLAGS= 'OPT=${CFLAGS}'
DOCDIR= ${PREFIX}/share/doc/py-Numeric
diff --git a/math/py-Numeric/files/md5 b/math/py-Numeric/files/md5
index 92e2eb9f77c..d4882c29c3c 100644
--- a/math/py-Numeric/files/md5
+++ b/math/py-Numeric/files/md5
@@ -1 +1 @@
-MD5 (NumPy-11.tgz) = c6ad8ba18ea6dd8836e6374bb2dd2a0d
+MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100
diff --git a/math/py-Numeric/patches/patch-ab b/math/py-Numeric/patches/patch-ab
deleted file mode 100644
index 5edbec5453a..00000000000
--- a/math/py-Numeric/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.3 1998/04/12 23:19:33 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/math/py-Numeric/scripts/configure b/math/py-Numeric/scripts/configure
deleted file mode 100644
index cb243eb541a..00000000000
--- a/math/py-Numeric/scripts/configure
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# $NetBSD: configure,v 1.2 1998/04/12 21:56:05 tron Exp $
-
-(cd $WRKSRC; $PREFIX/bin/python ../Tools/compile.py)