From 385a9f28194faa1e891ddbfac9b029028ce30492 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 20 Mar 2002 16:07:07 +0000 Subject: add gtkdatabox 0.1.13.0 Display large amounts of numerical data fast and easy --- x11-toolkits/gtkdatabox2/Makefile | 20 ++++++++++++++++++++ x11-toolkits/gtkdatabox2/distinfo | 1 + x11-toolkits/gtkdatabox2/pkg-comment | 1 + x11-toolkits/gtkdatabox2/pkg-descr | 16 ++++++++++++++++ x11-toolkits/gtkdatabox2/pkg-plist | 3 +++ 5 files changed, 41 insertions(+) create mode 100644 x11-toolkits/gtkdatabox2/Makefile create mode 100644 x11-toolkits/gtkdatabox2/distinfo create mode 100644 x11-toolkits/gtkdatabox2/pkg-comment create mode 100644 x11-toolkits/gtkdatabox2/pkg-descr create mode 100644 x11-toolkits/gtkdatabox2/pkg-plist (limited to 'x11-toolkits/gtkdatabox2') diff --git a/x11-toolkits/gtkdatabox2/Makefile b/x11-toolkits/gtkdatabox2/Makefile new file mode 100644 index 000000000000..6c4442fc704f --- /dev/null +++ b/x11-toolkits/gtkdatabox2/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# Ports collection makefile for: gtkdatabox +# Date created: Mar 20, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gtkdatabox +PORTVERSION= 0.1.13.0 +CATEGORIES= x11-toolkits +MASTER_SITES= http://www.eudoxos.de/gtk/download/gtkdatabox/ + +MAINTAINER= ports@FreeBSD.org + +USE_X_PREFIX= yes +USE_GTK= yes +GNU_CONFIGURE= yes + +.include diff --git a/x11-toolkits/gtkdatabox2/distinfo b/x11-toolkits/gtkdatabox2/distinfo new file mode 100644 index 000000000000..5c5d866ab40f --- /dev/null +++ b/x11-toolkits/gtkdatabox2/distinfo @@ -0,0 +1 @@ +MD5 (gtkdatabox-0.1.13.0.tar.gz) = 5e19cc8b1ecbc8c35ada3ec87969a3c2 diff --git a/x11-toolkits/gtkdatabox2/pkg-comment b/x11-toolkits/gtkdatabox2/pkg-comment new file mode 100644 index 000000000000..9bbef6c5fad4 --- /dev/null +++ b/x11-toolkits/gtkdatabox2/pkg-comment @@ -0,0 +1 @@ +Display large amounts of numerical data fast and easy diff --git a/x11-toolkits/gtkdatabox2/pkg-descr b/x11-toolkits/gtkdatabox2/pkg-descr new file mode 100644 index 000000000000..8ab0e0c5bcd0 --- /dev/null +++ b/x11-toolkits/gtkdatabox2/pkg-descr @@ -0,0 +1,16 @@ +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.) + +WWW: http://www.eudoxos.de/gtk/gtkdatabox/ diff --git a/x11-toolkits/gtkdatabox2/pkg-plist b/x11-toolkits/gtkdatabox2/pkg-plist new file mode 100644 index 000000000000..bfadd3de2995 --- /dev/null +++ b/x11-toolkits/gtkdatabox2/pkg-plist @@ -0,0 +1,3 @@ +include/gtkdatabox.h +lib/libgtkdatabox.a +lib/libgtkdatabox.la -- cgit v1.2.3