remove Maintainer: and Source: from packages
[openwrt.git] / openwrt / package / rrdtool / ipkg / rrdcgi.control
1 Package: rrdcgi
2 Priority: optional
3 Section: web
4 Depends: cgilib, librrd
5 Description: Round Robin Database (RRD) CGI graphing tool. 
6  RRD is the Acronym for Round Robin Database. RRD is a system to store and
7  display time-series data (i.e. network bandwidth, machine-room temperature,
8  server load average). It stores the data in a very compact way that will
9  not expand over time, and it presents useful graphs by processing the data
10  to enforce a certain data density. It can be used either via simple wrapper
11  scripts (from shell or Perl) or via frontends that poll network devices and
12  put friendly user interface on it.
13  .
14  This package contains the rrdcgi tool used to create web pages containing 
15  RRD graphs based on templates.