diff options
author | edwin <edwin@FreeBSD.org> | 2008-05-08 06:57:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-05-08 06:57:52 +0800 |
commit | 1aa23c51cdb5ba1371df84c3cced8351251dcf73 (patch) | |
tree | 6e81c0ee3ddeddf26a1250b10701f7d0c47af1f3 /x11-toolkits/gtkdatabox/pkg-descr | |
parent | 473792c5e8b994e3c4e9654590d0c7c69506283a (diff) | |
download | freebsd-ports-gnome-1aa23c51cdb5ba1371df84c3cced8351251dcf73.tar.gz freebsd-ports-gnome-1aa23c51cdb5ba1371df84c3cced8351251dcf73.tar.zst freebsd-ports-gnome-1aa23c51cdb5ba1371df84c3cced8351251dcf73.zip |
Remove x11-toolkits/gtkdatabox in favour of x11-toolkits/gtkdatabox2.
Both have the same version after last weeks updates.
Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Diffstat (limited to 'x11-toolkits/gtkdatabox/pkg-descr')
-rw-r--r-- | x11-toolkits/gtkdatabox/pkg-descr | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-toolkits/gtkdatabox/pkg-descr b/x11-toolkits/gtkdatabox/pkg-descr deleted file mode 100644 index 8ab0e0c5bcd0..000000000000 --- a/x11-toolkits/gtkdatabox/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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/ |