aboutsummaryrefslogtreecommitdiffstats
path: root/package/rrdtool/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-10 22:20:17 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-10 22:20:17 +0000
commit082a714ffe1187ea339a85eeddaffe10876eaac5 (patch)
tree523b3c7e125a67905ebe93a6556e437464fdf445 /package/rrdtool/ipkg
parent4b2a7e4e05a8db62e89a7566caa1a3ccc295def8 (diff)
downloadmaster-187ad058-082a714ffe1187ea339a85eeddaffe10876eaac5.tar.gz
master-187ad058-082a714ffe1187ea339a85eeddaffe10876eaac5.tar.bz2
master-187ad058-082a714ffe1187ea339a85eeddaffe10876eaac5.zip
Add rrdtool package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rrdtool/ipkg')
-rw-r--r--package/rrdtool/ipkg/librrd.control16
-rw-r--r--package/rrdtool/ipkg/rrdcgi.control17
-rw-r--r--package/rrdtool/ipkg/rrdtool.control16
3 files changed, 49 insertions, 0 deletions
diff --git a/package/rrdtool/ipkg/librrd.control b/package/rrdtool/ipkg/librrd.control
new file mode 100644
index 0000000000..3c3a27176c
--- /dev/null
+++ b/package/rrdtool/ipkg/librrd.control
@@ -0,0 +1,16 @@
+Package: librrd
+Priority: optional
+Section: libs
+Maintainer: Oliver Ertl <oliver@ertl-net.net>, OpenWrt Developers <bugs@openwrt.org>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/rrdtool/
+Depends: libart, libfreetype, libpng, zlib
+Description: Round Robin Database (RRD) management library.
+ RRD is the Acronym for Round Robin Database. RRD is a system to store and
+ display time-series data (i.e. network bandwidth, machine-room temperature,
+ server load average). It stores the data in a very compact way that will
+ not expand over time, and it presents useful graphs by processing the data
+ to enforce a certain data density. It can be used either via simple wrapper
+ scripts (from shell or Perl) or via frontends that poll network devices and
+ put friendly user interface on it.
+
+ This package contains the shared library used to manage RRDs.
diff --git a/package/rrdtool/ipkg/rrdcgi.control b/package/rrdtool/ipkg/rrdcgi.control
new file mode 100644
index 0000000000..eba67f117a
--- /dev/null
+++ b/package/rrdtool/ipkg/rrdcgi.control
@@ -0,0 +1,17 @@
+Package: rrdcgi
+Priority: optional
+Section: web
+Maintainer: Oliver Ertl <oliver@ertl-net.net>, OpenWrt Developers <bugs@openwrt.org>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/rrdtool/
+Depends: cgilib, librrd
+Description: Round Robin Database (RRD) CGI graphing tool.
+ RRD is the Acronym for Round Robin Database. RRD is a system to store and
+ display time-series data (i.e. network bandwidth, machine-room temperature,
+ server load average). It stores the data in a very compact way that will
+ not expand over time, and it presents useful graphs by processing the data
+ to enforce a certain data density. It can be used either via simple wrapper
+ scripts (from shell or Perl) or via frontends that poll network devices and
+ put friendly user interface on it.
+
+ This package contains the rrdcgi tool used to create web pages containing
+ RRD graphs based on templates.
diff --git a/package/rrdtool/ipkg/rrdtool.control b/package/rrdtool/ipkg/rrdtool.control
new file mode 100644
index 0000000000..6d8792ae2f
--- /dev/null
+++ b/package/rrdtool/ipkg/rrdtool.control
@@ -0,0 +1,16 @@
+Package: rrdtool
+Priority: optional
+Section: admin
+Maintainer: Oliver Ertl <oliver@ertl-net.net>, OpenWrt Developers <bugs@openwrt.org>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/rrdtool/
+Depends: librrd
+Description: Round Robin Database (RRD) management tools.
+ RRD is the Acronym for Round Robin Database. RRD is a system to store and
+ display time-series data (i.e. network bandwidth, machine-room temperature,
+ server load average). It stores the data in a very compact way that will
+ not expand over time, and it presents useful graphs by processing the data
+ to enforce a certain data density. It can be used either via simple wrapper
+ scripts (from shell or Perl) or via frontends that poll network devices and
+ put friendly user interface on it.
+
+ This package contains command line tools used to manage RRDs.