diff options
author | drochner <drochner@pkgsrc.org> | 2001-03-10 12:41:46 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-03-10 12:41:46 +0000 |
commit | ad6a1ff3a115ad123c15b8686e13c08897fde2e7 (patch) | |
tree | 1d957780faeb4301a4e963f764ddbf94b89fbcb1 | |
parent | 49d24e1a7df94abb807a37690190b22502031183 (diff) | |
download | pkgsrc-ad6a1ff3a115ad123c15b8686e13c08897fde2e7.tar.gz |
update to 0.6.2.
Changes:
I release SG-0.6.2, with bugfixes and Conrad's administration tool for managing
Python modules.
-rw-r--r-- | graphics/scigraphica/Makefile | 6 | ||||
-rw-r--r-- | graphics/scigraphica/files/md5 | 4 | ||||
-rw-r--r-- | graphics/scigraphica/files/patch-sum | 6 | ||||
-rw-r--r-- | graphics/scigraphica/patches/patch-aa | 15 | ||||
-rw-r--r-- | graphics/scigraphica/pkg/PLIST | 3 |
5 files changed, 15 insertions, 19 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index 0e16d398dd6..dcb50e3dc6e 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:33 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/10 12:41:46 drochner Exp $ # -DISTNAME= sg-0.6.1 -PKGNAME= scigraphica-0.6.1 +DISTNAME= sg-0.6.2 +PKGNAME= scigraphica-0.6.2 CATEGORIES= graphics math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/} diff --git a/graphics/scigraphica/files/md5 b/graphics/scigraphica/files/md5 index 02402c53c7f..ff7f1e537ac 100644 --- a/graphics/scigraphica/files/md5 +++ b/graphics/scigraphica/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2001/01/15 12:37:57 drochner Exp $ +$NetBSD: md5,v 1.2 2001/03/10 12:41:46 drochner Exp $ -MD5 (sg-0.6.1.tar.gz) = af1dec0dc6d2b1ec935eec76cf1ef020 +SHA1 (sg-0.6.2.tar.gz) = 7df31041b31e3ef79708013e8d3ca111a6a01d4b diff --git a/graphics/scigraphica/files/patch-sum b/graphics/scigraphica/files/patch-sum index b6d88e1bae4..19f9dd819d0 100644 --- a/graphics/scigraphica/files/patch-sum +++ b/graphics/scigraphica/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 2001/01/15 12:37:57 drochner Exp $ +$NetBSD: patch-sum,v 1.2 2001/03/10 12:41:46 drochner Exp $ -MD5 (patch-aa) = c269b6d32d1f5593b6fcce6c1d98bbd2 -MD5 (patch-ab) = 54593b85de994cabd167346003dc7aaf +SHA1 (patch-aa) = 789e42a52d67514e8687490bcc7f2d423ce0d972 +SHA1 (patch-ab) = 99b38611c7afc8ebab2f60fc2a12285b96442563 diff --git a/graphics/scigraphica/patches/patch-aa b/graphics/scigraphica/patches/patch-aa index 44f16e6cc04..6831938163e 100644 --- a/graphics/scigraphica/patches/patch-aa +++ b/graphics/scigraphica/patches/patch-aa @@ -1,18 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/01/15 12:37:57 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2001/03/10 12:41:46 drochner Exp $ ---- configure.orig Tue Dec 5 17:05:56 2000 -+++ configure Wed Dec 13 14:23:33 2000 -@@ -3547,12 +3547,7 @@ +--- configure.orig Wed Feb 7 23:44:46 2001 ++++ configure Fri Mar 9 17:25:17 2001 +@@ -3547,7 +3547,7 @@ if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then PY_LIBS="python$PY_VERSION" PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config" - array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h` -- if test -z $array_loc; then -- if test -n $PYTHONPATH; then -- array_loc=$PYTHONPATH -- fi -- fi + array_loc=$PY_PREFIX/include/python$PY_VERSION/Numeric + echo arrayobject.h location: $array_loc PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION" - if test -n $array_loc; then diff --git a/graphics/scigraphica/pkg/PLIST b/graphics/scigraphica/pkg/PLIST index 05f299b85e6..063e90a9783 100644 --- a/graphics/scigraphica/pkg/PLIST +++ b/graphics/scigraphica/pkg/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/15 12:37:57 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/03/10 12:41:47 drochner Exp $ bin/sga share/examples/3d.sg share/examples/multicolumn.sg share/examples/polar.sg share/examples/simpletest.sg +share/examples/ticks.sg share/examples/trigonometric.sg share/examples/vectors.sg share/examples/test.dat |