summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2001-04-28 14:34:12 +0000
committerdrochner <drochner@pkgsrc.org>2001-04-28 14:34:12 +0000
commita09fea41b18bf2cb76535055449c6252253fe9b9 (patch)
tree12b815ea5f9fe28b3289f7ae5c3f58e32ddb4b87 /graphics
parentd777f21a112a2550f3c12c10e6d42690d7f33e76 (diff)
downloadpkgsrc-a09fea41b18bf2cb76535055449c6252253fe9b9.tar.gz
gtk+extra-0.99.14 changed some gtk_plot_* function names, so we have
to update to 0.6.3. Other changes (from the ChangeLog file): Bugfixes everywhere, mainly reported by Rob Lahaye<lahaye@postech.edu> Edit dialog for datasets. First version of the Preferences dialog Enhancements in the layer control Fixes and enhancements in gtkextra 2nd version of the preferences dialog Enhancements in Python and Worksheets Complete overview and report of bugs and possible enhancements. Emergency rescue in case of a crash Autosave First version of the Bonobo interfase for embedding Scigraphica
Diffstat (limited to 'graphics')
-rw-r--r--graphics/scigraphica/Makefile8
-rw-r--r--graphics/scigraphica/distinfo7
-rw-r--r--graphics/scigraphica/patches/patch-aa13
3 files changed, 7 insertions, 21 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile
index dcb50e3dc6e..1370e4a147c 100644
--- a/graphics/scigraphica/Makefile
+++ b/graphics/scigraphica/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2001/03/10 12:41:46 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2001/04/28 14:34:12 drochner Exp $
#
-DISTNAME= sg-0.6.2
-PKGNAME= scigraphica-0.6.2
+DISTNAME= sg-0.6.3
+PKGNAME= scigraphica-0.6.3
CATEGORIES= graphics math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://scigraphica.sourceforge.net/
COMMENT= data analysis and technical graphics
DEPENDS+= gtk+-*:../../x11/gtk
-DEPENDS+= gtk+extra>=0.99.12:../../x11/gtk+extra
+DEPENDS+= gtk+extra>=0.99.14:../../x11/gtk+extra
DEPENDS+= imlib-*:../../graphics/imlib
DEPENDS+= libxml-*:../../textproc/libxml
DEPENDS+= python-*:../../lang/python
diff --git a/graphics/scigraphica/distinfo b/graphics/scigraphica/distinfo
index 50f40dd4d82..bd1d1a23444 100644
--- a/graphics/scigraphica/distinfo
+++ b/graphics/scigraphica/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:27 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/04/28 14:34:12 drochner Exp $
-SHA1 (sg-0.6.2.tar.gz) = 7df31041b31e3ef79708013e8d3ca111a6a01d4b
-Size (sg-0.6.2.tar.gz) = 569167 bytes
-SHA1 (patch-aa) = 789e42a52d67514e8687490bcc7f2d423ce0d972
+SHA1 (sg-0.6.3.tar.gz) = 59e376cbde03487de5be81bbf89a2b04c29a061f
+Size (sg-0.6.3.tar.gz) = 592835 bytes
SHA1 (patch-ab) = 99b38611c7afc8ebab2f60fc2a12285b96442563
diff --git a/graphics/scigraphica/patches/patch-aa b/graphics/scigraphica/patches/patch-aa
deleted file mode 100644
index 6831938163e..00000000000
--- a/graphics/scigraphica/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/03/10 12:41:46 drochner Exp $
-
---- 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`
-+ array_loc=$PY_PREFIX/include/python$PY_VERSION/Numeric
-
- echo arrayobject.h location: $array_loc
- PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"