diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-13 18:35:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-13 18:35:59 +0800 |
commit | 69fd8ca6476771375ca56a744daa8c40d5bfba42 (patch) | |
tree | a0b585e421a9ee0690c0c3b0a8087e422db96dc0 /www/Makefile | |
parent | 31874a191204e410ce88c3920072018062ae5fff (diff) | |
download | freebsd-ports-gnome-69fd8ca6476771375ca56a744daa8c40d5bfba42.tar.gz freebsd-ports-gnome-69fd8ca6476771375ca56a744daa8c40d5bfba42.tar.zst freebsd-ports-gnome-69fd8ca6476771375ca56a744daa8c40d5bfba42.zip |
drraw is a simple web based presentation front-end for RRDtool that
allows you to interactively build graphs of your own design. A graph
definition can be turned into a template which may be applied to many
Round Robin Database files. drraw specializes in providing an easy
means of displaying data stored with RRDtool and does not care about
how the data is collected, making it a great complement to other
RRDtool front-ends.
WWW: http://web.taranis.org/drraw/
PR: ports/101664
Submitted by: Jim Riggs <ports(at)christianserving.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 35dc176260b3..cffa780991d0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -104,6 +104,7 @@ SUBDIR += dokuwiki-devel SUBDIR += dotproject SUBDIR += dpsearch + SUBDIR += drraw SUBDIR += drupal SUBDIR += drupal-pubcookie SUBDIR += drupal-textile |