source: freewrt/package/rrdtool1/ipkg/librrd1.control@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 874 bytes
Line 
1Package: librrd1
2Priority: optional
3Section: libs
4Depends: zlib
5Description: Round Robin Database (RRD) management library.
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 shared library used to manage RRDs.
15 .
16 This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
17 librrd.so. The library is much smaller compared to the 1.2.x version with
18 separate dynamic linked libraries.
Note: See TracBrowser for help on using the repository browser.