summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-07 06:55:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-07 06:55:33 +0000
commit593f3b1737fdc84ce894075ef60dfb78c2d7ddf9 (patch)
tree3161fbd61883172562e0e30b50b04add6d796d84 /x11-toolkits
parent- Only perform configure-package target in -server port (diff)
After repocopy from x11-toolkits/gtkdatabox, add gtkdatabox2, Gtk+2 widget
to display numerical data. PR: ports/68710 Submitted by: Leonid Zolotarev <leoz@saunalahti.fi> Repocopied by: marcus
Notes
Notes: svn path=/head/; revision=113110
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gtkdatabox2/Makefile25
-rw-r--r--x11-toolkits/gtkdatabox2/distinfo4
-rw-r--r--x11-toolkits/gtkdatabox2/files/patch-examples::colors.c14
-rw-r--r--x11-toolkits/gtkdatabox2/pkg-descr18
-rw-r--r--x11-toolkits/gtkdatabox2/pkg-plist4
6 files changed, 39 insertions, 27 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index e0b6d94f7493..aa6ef3e6c3a1 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -45,6 +45,7 @@
SUBDIR += gtk20-apireference
SUBDIR += gtkada
SUBDIR += gtkdatabox
+ SUBDIR += gtkdatabox2
SUBDIR += gtkextra
SUBDIR += gtkextra--
SUBDIR += gtkglarea
diff --git a/x11-toolkits/gtkdatabox2/Makefile b/x11-toolkits/gtkdatabox2/Makefile
index 6ec1abfbc9b9..a0c26294a840 100644
--- a/x11-toolkits/gtkdatabox2/Makefile
+++ b/x11-toolkits/gtkdatabox2/Makefile
@@ -1,22 +1,25 @@
-# ex:ts=8
-# Ports collection makefile for: gtkdatabox
-# Date created: Mar 20, 2002
-# Whom: ijliao
+# New ports collection makefile for: gtkdatabox2
+# Date created: 2004-07-03
+# Whom: Leonid Zolotarev <leoz@saunalahti.fi>
#
# $FreeBSD$
#
-PORTNAME= gtkdatabox
-PORTVERSION= 0.1.13.0
-PORTREVISION= 1
+PORTNAME= gtkdatabox2
+PORTVERSION= 0.2.4.5
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.eudoxos.de/gtk/gtkdatabox/download/
+DISTNAME= gtkdatabox-${PORTVERSION}
+DIST_SUBDIR= gnome2
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Display large amounts of numerical data fast and easy
+MAINTAINER= leoz@saunalahti.fi
+COMMENT= A GTK+2 widget to display large amounts of numerical data
USE_X_PREFIX= yes
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
+USE_GNOME= gtk20
+USE_LIBTOOL_VER=13
+INSTALLS_SHLIB= yes
+
+CONFLICTS= gtkdatabox-0.1.*
.include <bsd.port.mk>
diff --git a/x11-toolkits/gtkdatabox2/distinfo b/x11-toolkits/gtkdatabox2/distinfo
index 931d03f2b98e..6940f5488b69 100644
--- a/x11-toolkits/gtkdatabox2/distinfo
+++ b/x11-toolkits/gtkdatabox2/distinfo
@@ -1,2 +1,2 @@
-MD5 (gtkdatabox-0.1.13.0.tar.gz) = 5e19cc8b1ecbc8c35ada3ec87969a3c2
-SIZE (gtkdatabox-0.1.13.0.tar.gz) = 137914
+MD5 (gnome2/gtkdatabox-0.2.4.5.tar.gz) = f26cf3e51845dbb6d41e683dd407d887
+SIZE (gnome2/gtkdatabox-0.2.4.5.tar.gz) = 212005
diff --git a/x11-toolkits/gtkdatabox2/files/patch-examples::colors.c b/x11-toolkits/gtkdatabox2/files/patch-examples::colors.c
new file mode 100644
index 000000000000..3d5265ca5c2a
--- /dev/null
+++ b/x11-toolkits/gtkdatabox2/files/patch-examples::colors.c
@@ -0,0 +1,14 @@
+*** examples/colors.c.orig Mon Jul 5 22:42:37 2004
+--- examples/colors.c Mon Jul 5 22:37:05 2004
+***************
+*** 16,21 ****
+--- 16,24 ----
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
++ #ifdef GTK_DISABLE_DEPRECATED
++ #undef GTK_DISABLE_DEPRECATED
++ #endif /* GTK_DISABLE_DEPRECATED */
+ #include <stdio.h>
+ #include <gtk/gtk.h>
+ #include <gtk/gtkcolorsel.h>
diff --git a/x11-toolkits/gtkdatabox2/pkg-descr b/x11-toolkits/gtkdatabox2/pkg-descr
index 8ab0e0c5bcd0..18c19899c08a 100644
--- a/x11-toolkits/gtkdatabox2/pkg-descr
+++ b/x11-toolkits/gtkdatabox2/pkg-descr
@@ -1,16 +1,6 @@
-GtkDatabox is designed to display large amounts of numerical data fast and
-easy. Thousands of data points (X and Y coordinate) may be displayed without
-any problems, zooming and scrolling as well as optional rulers are already
-included.
-
-The widget may be used as display for oscilloscopes or other applications that
-need to display fast changes in their data.
-
-At the present time only dotted curves, bars or lines may be used, but other
-forms of representation like different dots or pixmaps are planned for the
-near future.
-
-In addition user defined drawing functions will be added, along with structs
-for exporting the display to other media (i.e. PS, PNG, etc.)
+A widget to display large sets of data as dots (or lines). Different data
+sets will have different colors, you may change colors and style of the data
+The widget gives the possibility to zoom into and out of the data and to
+scroll around. It also offers a grid like on an oscilloscope.
WWW: http://www.eudoxos.de/gtk/gtkdatabox/
diff --git a/x11-toolkits/gtkdatabox2/pkg-plist b/x11-toolkits/gtkdatabox2/pkg-plist
index bfadd3de2995..8cb2a0ef79b1 100644
--- a/x11-toolkits/gtkdatabox2/pkg-plist
+++ b/x11-toolkits/gtkdatabox2/pkg-plist
@@ -1,3 +1,7 @@
include/gtkdatabox.h
+include/gtkdataboxmarshal.h
+lib/libgtkdatabox-0.2.4.so
+lib/libgtkdatabox-0.2.4.so.5
lib/libgtkdatabox.a
lib/libgtkdatabox.la
+lib/libgtkdatabox.so