4 Maintainer: Matt Zimmerman <mdz@debian.org>
5 Standards-Version: 3.2.1
6 Build-Depends: debhelper (>= 3.0.5), cgilib (>= 0.5), zlib1g-dev (>= 1.2.1), tcl8.4-dev, perl (>= 5.8.0), libart-2.0-dev (>= 2.3.16), libpng12-dev (>= 1.2.5), libfreetype6-dev (>= 2.1.7)
10 Depends: ${shlibs:Depends}
11 Suggests: librrds-perl
12 Description: Time-series data storage and display system (programs)
13 RRD is the Acronym for Round Robin Database. RRD is a system to store and
14 display time-series data (i.e. network bandwidth, machine-room temperature,
15 server load average). It stores the data in a very compact way that will
16 not expand over time, and it presents useful graphs by processing the data
17 to enforce a certain data density. It can be used either via simple wrapper
18 scripts (from shell or Perl) or via frontends that poll network devices and
19 put friendly user interface on it.
21 This package contains command line programs used to access and manipulate
28 Depends: ${shlibs:Depends}
29 Description: Time-series data storage and display system (runtime)
30 RRD is the Acronym for Round Robin Database. RRD is a system to store and
31 display time-series data (i.e. network bandwidth, machine-room temperature,
32 server load average). It stores the data in a very compact way that will
33 not expand over time, and it presents useful graphs by processing the data
34 to enforce a certain data density. It can be used either via simple wrapper
35 scripts (from shell or Perl) or via frontends that poll network devices and
36 put friendly user interface on it.
38 This package contains shared libraries used to access and manipulate RRDs.
43 Depends: librrd0 (= ${Source-Version}), ${shlibs:Depends}
44 Description: Time-series data storage and display system (development)
45 RRD is the Acronym for Round Robin Database. RRD is a system to store and
46 display time-series data (i.e. network bandwidth, machine-room temperature,
47 server load average). It stores the data in a very compact way that will
48 not expand over time, and it presents useful graphs by processing the data
49 to enforce a certain data density. It can be used either via simple wrapper
50 scripts (from shell or Perl) or via frontends that poll network devices and
51 put friendly user interface on it.
53 This package contains libraries used to develop software that uses RRDs.
58 Depends: ${perl:Depends}, ${shlibs:Depends}
59 Description: Time-series data storage and display system (perl-shared)
60 RRD is the Acronym for Round Robin Database. RRD is a system to store and
61 display time-series data (i.e. network bandwidth, machine-room temperature,
62 server load average). It stores the data in a very compact way that will
63 not expand over time, and it presents useful graphs by processing the data
64 to enforce a certain data density. It can be used either via simple wrapper
65 scripts (from shell or Perl) or via frontends that poll network devices and
66 put friendly user interface on it.
68 This package contains a Perl interface to RRDs using a shared library.
73 Depends: ${perl:Depends}, rrdtool
74 Description: Time-series data storage and display system (perl-piped)
75 RRD is the Acronym for Round Robin Database. RRD is a system to store and
76 display time-series data (i.e. network bandwidth, machine-room temperature,
77 server load average). It stores the data in a very compact way that will
78 not expand over time, and it presents useful graphs by processing the data
79 to enforce a certain data density. It can be used either via simple wrapper
80 scripts (from shell or Perl) or via frontends that poll network devices and
81 put friendly user interface on it.
83 This package contains a Perl interface to RRDs using command pipes.
85 #NO_TCL Package: rrdtool-tcl
86 #NO_TCL Architecture: any
87 #NO_TCL Section: utils
88 #NO_TCL Depends: ${shlibs:Depends}, tcl8.4
89 #NO_TCL Description: Time-series data storage and display system (tcl)
90 #NO_TCL RRD is the Acronym for Round Robin Database. RRD is a system to store and
91 #NO_TCL display time-series data (i.e. network bandwidth, machine-room temperature,
92 #NO_TCL server load average). It stores the data in a very compact way that will
93 #NO_TCL not expand over time, and it presents useful graphs by processing the data
94 #NO_TCL to enforce a certain data density. It can be used either via simple wrapper
95 #NO_TCL scripts (from shell or Perl) or via frontends that poll network devices and
96 #NO_TCL put friendly user interface on it.
98 #NO_TCL This package contains a tcl interface to RRDs.