summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-07-07 06:55:33 +0000
committerpav <pav@FreeBSD.org>2004-07-07 06:55:33 +0000
commit9d428d7e93e89776ae0b0f14713013eede294b7d (patch)
treea312accf3d2fb7a4a0fd09fa739c0cd256028965 /x11-toolkits
parent1b4bc88ce5f7570c4f3b57103471a6fa1b69afcf (diff)
downloadFreeBSD-ports-9d428d7e93e89776ae0b0f14713013eede294b7d.zip
FreeBSD-ports-9d428d7e93e89776ae0b0f14713013eede294b7d.tar.gz
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
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 e0b6d94..aa6ef3e 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 6ec1abf..a0c2629 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 931d03f..6940f54 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 0000000..3d5265c
--- /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 8ab0e0c..18c1989 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 bfadd3d..8cb2a0e 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
OpenPOWER on IntegriCloud