diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-20 16:07:07 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-20 16:07:07 +0000 |
commit | 385a9f28194faa1e891ddbfac9b029028ce30492 (patch) | |
tree | 4bc517cb871c2736c8aeea4471553258a3eb932e /x11-toolkits/gtkdatabox2 | |
parent | 63c38b4a727bed1f8cc10d00740e60b878cce5b3 (diff) | |
download | ports-385a9f28194faa1e891ddbfac9b029028ce30492.tar.gz ports-385a9f28194faa1e891ddbfac9b029028ce30492.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkdatabox2')
-rw-r--r-- | x11-toolkits/gtkdatabox2/Makefile | 20 | ||||
-rw-r--r-- | x11-toolkits/gtkdatabox2/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/gtkdatabox2/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/gtkdatabox2/pkg-descr | 16 | ||||
-rw-r--r-- | x11-toolkits/gtkdatabox2/pkg-plist | 3 |
5 files changed, 41 insertions, 0 deletions
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 <bsd.port.mk> 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 |