rrdtool port; Dan Harnett <danh@nfol.com>
This commit is contained in:
parent
e25fdc3318
commit
960438708a
22
net/rrdtool/Makefile
Normal file
22
net/rrdtool/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/06/14 05:57:49 jakob Exp $
|
||||
|
||||
DISTNAME= rrdtool-1.0.23
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.302
|
||||
HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
|
||||
|
||||
MAINTAINER= danh@nfol.com
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/pub/ \
|
||||
ftp://ftp.sunet.se/pub/network/monitoring/rrdtool/ \
|
||||
http://ftp.sunet.se/pub/network/monitoring/rrdtool/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rrdtool/files/md5
Normal file
3
net/rrdtool/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rrdtool-1.0.23.tar.gz) = 85080e1b5e5e24e490894cc6a29f2ac3
|
||||
RMD160 (rrdtool-1.0.23.tar.gz) = 07cddec73c914088c913c7fd28451a3f11e84dee
|
||||
SHA1 (rrdtool-1.0.23.tar.gz) = 923bf10baea08699856505b7a61771f2fec42bda
|
12
net/rrdtool/patches/patch-Makefile_in
Normal file
12
net/rrdtool/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- Makefile.in.orig Mon Jun 12 14:23:37 2000
|
||||
+++ Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
21
net/rrdtool/patches/patch-contrib_Makefile_in
Normal file
21
net/rrdtool/patches/patch-contrib_Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-contrib_Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- contrib/Makefile.in.orig Mon Jun 12 14:29:22 2000
|
||||
+++ contrib/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -86,7 +84,7 @@ VERSION = @VERSION@
|
||||
ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
|
||||
|
||||
SUBDIRS = log2rrd rrd-file-icon trytime rrdproc rrdlastds add_ds killspike rrdfetchnames
|
||||
-contribdir = $(prefix)/contrib
|
||||
+contribdir = $(prefix)/share/examples/rrdtool/contrib
|
||||
contrib_DATA = README
|
||||
EXTRA_DIST = clickgraphs php3
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
21
net/rrdtool/patches/patch-contrib_add_ds_Makefile_in
Normal file
21
net/rrdtool/patches/patch-contrib_add_ds_Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-contrib_add_ds_Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- contrib/add_ds/Makefile.in.orig Mon Jun 12 14:29:38 2000
|
||||
+++ contrib/add_ds/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -87,7 +85,7 @@ ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
|
||||
|
||||
EXTRA_DIST = add_ds.pl.in batch.pl.in
|
||||
|
||||
-contribdir = $(prefix)/contrib/add_ds
|
||||
+contribdir = $(prefix)/share/examples/rrdtool/contrib/add_ds
|
||||
contrib_DATA = README
|
||||
contrib_SCRIPTS = add_ds.pl batch.pl
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
21
net/rrdtool/patches/patch-contrib_killspike_Makefile_in
Normal file
21
net/rrdtool/patches/patch-contrib_killspike_Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-contrib_killspike_Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- contrib/killspike/Makefile.in.orig Mon Jun 12 14:29:40 2000
|
||||
+++ contrib/killspike/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -87,7 +85,7 @@ ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
|
||||
|
||||
EXTRA_DIST = killspike.pl.in
|
||||
|
||||
-contribdir = $(prefix)/contrib/killspike
|
||||
+contribdir = $(prefix)/share/examples/rrdtool/contrib/killspike
|
||||
contrib_DATA = README
|
||||
contrib_SCRIPTS = killspike.pl
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
21
net/rrdtool/patches/patch-contrib_log2rrd_Makefile_in
Normal file
21
net/rrdtool/patches/patch-contrib_log2rrd_Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-contrib_log2rrd_Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- contrib/log2rrd/Makefile.in.orig Mon Jun 12 14:29:25 2000
|
||||
+++ contrib/log2rrd/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -87,7 +85,7 @@ ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
|
||||
|
||||
EXTRA_DIST = log2rrd.pl.in
|
||||
|
||||
-contribdir = $(prefix)/contrib/log2rrd
|
||||
+contribdir = $(prefix)/share/examples/rrdtool/contrib/log2rrd
|
||||
contrib_DATA = README
|
||||
contrib_SCRIPTS = log2rrd.pl
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
21
net/rrdtool/patches/patch-contrib_rrd-file-icon_Makefile_in
Normal file
21
net/rrdtool/patches/patch-contrib_rrd-file-icon_Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-contrib_rrd-file-icon_Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- contrib/rrd-file-icon/Makefile.in.orig Mon Jun 12 14:29:28 2000
|
||||
+++ contrib/rrd-file-icon/Makefile.in Tue Jun 13 22:17:10 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -86,7 +84,7 @@ VERSION = @VERSION@
|
||||
ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
|
||||
|
||||
EXTRA_DIST = rrd.png
|
||||
-contribdir = $(prefix)/contrib/rrd-file-icon
|
||||
+contribdir = $(prefix)/share/examples/rrdtool/contrib/rrd-file-icon
|
||||
contrib_DATA = README rrd.png
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
||||
CONFIG_HEADER = ../../config/config.h
|
21
net/rrdtool/patches/patch-contrib_rrdfetchnames_Makefile_in
Normal file
21
net/rrdtool/patches/patch-contrib_rrdfetchnames_Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-contrib_rrdfetchnames_Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- contrib/rrdfetchnames/Makefile.in.orig Mon Jun 12 14:29:43 2000
|
||||
+++ contrib/rrdfetchnames/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -87,7 +85,7 @@ ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
|
||||
|
||||
EXTRA_DIST = rrdfetchnames.pl.in
|
||||
|
||||
-contribdir = $(prefix)/contrib/rrdfetchnames
|
||||
+contribdir = $(prefix)/share/examples/rrdtool/contrib/rrdfetchnames
|
||||
contrib_DATA = README
|
||||
contrib_SCRIPTS = rrdfetchnames.pl
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
21
net/rrdtool/patches/patch-contrib_rrdlastds_Makefile_in
Normal file
21
net/rrdtool/patches/patch-contrib_rrdlastds_Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-contrib_rrdlastds_Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- contrib/rrdlastds/Makefile.in.orig Mon Jun 12 14:29:36 2000
|
||||
+++ contrib/rrdlastds/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -87,7 +85,7 @@ ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
|
||||
|
||||
EXTRA_DIST = rrdlastds.pl.in
|
||||
|
||||
-contribdir = $(prefix)/contrib/rrdlastds
|
||||
+contribdir = $(prefix)/share/examples/rrdtool/contrib/rrdlastds
|
||||
contrib_DATA = README
|
||||
contrib_SCRIPTS = rrdlastds.pl
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
21
net/rrdtool/patches/patch-contrib_rrdproc_Makefile_in
Normal file
21
net/rrdtool/patches/patch-contrib_rrdproc_Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-contrib_rrdproc_Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- contrib/rrdproc/Makefile.in.orig Mon Jun 12 14:29:33 2000
|
||||
+++ contrib/rrdproc/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -86,7 +84,7 @@ VERSION = @VERSION@
|
||||
ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
|
||||
|
||||
EXTRA_DIST = rrdproc.c
|
||||
-contribdir = $(prefix)/contrib/rrdproc
|
||||
+contribdir = $(prefix)/share/examples/rrdtool/contrib/rrdproc
|
||||
contrib_DATA = README rrdproc.c
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
||||
CONFIG_HEADER = ../../config/config.h
|
21
net/rrdtool/patches/patch-contrib_trytime_Makefile_in
Normal file
21
net/rrdtool/patches/patch-contrib_trytime_Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-contrib_trytime_Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- contrib/trytime/Makefile.in.orig Mon Jun 12 14:29:30 2000
|
||||
+++ contrib/trytime/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -87,7 +85,7 @@ ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
|
||||
|
||||
INCLUDES = -I../../src -I../../gd1.3
|
||||
EXTRA_DIST = trytime.c
|
||||
-contribdir = $(prefix)/contrib/trytime
|
||||
+contribdir = $(prefix)/share/examples/rrdtool/contrib/trytime
|
||||
contrib_DATA = README trytime.c
|
||||
bin_PROGRAMS = trytime
|
||||
trytime_SOURCES = trytime.c
|
24
net/rrdtool/patches/patch-doc_Makefile_in
Normal file
24
net/rrdtool/patches/patch-doc_Makefile_in
Normal file
@ -0,0 +1,24 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2000/06/14 05:57:49 jakob Exp $
|
||||
--- doc/Makefile.in.orig Mon Jun 12 14:29:16 2000
|
||||
+++ doc/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -106,9 +104,9 @@ HTML = $(POD:.pod=.html) $(PMP:.pm=.html
|
||||
EXTRA_DIST = $(POD) $(HTML) $(TXT)
|
||||
|
||||
# some install rules
|
||||
-idocdir = $(prefix)/doc
|
||||
+idocdir = $(prefix)/share/doc/rrdtool
|
||||
idoc_DATA = $(POD) $(TXT)
|
||||
-ihtmldir = $(prefix)/html
|
||||
+ihtmldir = $(prefix)/share/doc/rrdtool/html
|
||||
ihtml_DATA = $(HTML)
|
||||
imandir = $(prefix)/man/man1
|
||||
iman_DATA = $(MAN)
|
21
net/rrdtool/patches/patch-examples_Makefile_in
Normal file
21
net/rrdtool/patches/patch-examples_Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-examples_Makefile_in,v 1.1.1.1 2000/06/14 05:57:49 jakob Exp $
|
||||
--- examples/Makefile.in.orig Mon Jun 12 14:29:20 2000
|
||||
+++ examples/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -36,8 +36,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -91,7 +89,7 @@ ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
|
||||
|
||||
EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in
|
||||
|
||||
-examplesdir = $(prefix)/examples
|
||||
+examplesdir = $(prefix)/share/examples/rrdtool
|
||||
examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
||||
CONFIG_HEADER = ../config/config.h
|
12
net/rrdtool/patches/patch-src_Makefile_in
Normal file
12
net/rrdtool/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2000/06/14 05:57:49 jakob Exp $
|
||||
--- src/Makefile.in.orig Mon Jun 12 14:29:15 2000
|
||||
+++ src/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -37,8 +37,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
12
net/rrdtool/patches/patch-tcl_Makefile_in
Normal file
12
net/rrdtool/patches/patch-tcl_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-tcl_Makefile_in,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
--- tcl/Makefile.in.orig Mon Jun 12 14:29:45 2000
|
||||
+++ tcl/Makefile.in Tue Jun 13 22:11:11 2000
|
||||
@@ -32,8 +32,6 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
-DESTDIR =
|
||||
-
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
1
net/rrdtool/pkg/COMMENT
Normal file
1
net/rrdtool/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
system to store and display time-series data
|
13
net/rrdtool/pkg/DESCR
Normal file
13
net/rrdtool/pkg/DESCR
Normal file
@ -0,0 +1,13 @@
|
||||
If you know MRTG, you can think of RRDtool as a reimplementation of MRTGs
|
||||
graphing and logging features. Magnitudes faster and more flexible than you
|
||||
ever thought possible
|
||||
|
||||
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 a friendly user interface on it
|
||||
|
||||
WWW: ${HOMEPAGE}
|
6
net/rrdtool/pkg/MESSAGE
Normal file
6
net/rrdtool/pkg/MESSAGE
Normal file
@ -0,0 +1,6 @@
|
||||
+---------------+
|
||||
| Extra doumentation has been installed in /usr/local/share/doc/rrdtool.
|
||||
|
|
||||
| Some examples and contributed programs have been installed in
|
||||
| /usr/local/share/examples/rrdtool.
|
||||
+---------------+
|
123
net/rrdtool/pkg/PLIST
Normal file
123
net/rrdtool/pkg/PLIST
Normal file
@ -0,0 +1,123 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
bin/rrdcgi
|
||||
bin/rrdtool
|
||||
bin/trytime
|
||||
include/rrd.h
|
||||
lib/librrd.a
|
||||
lib/librrd.la
|
||||
lib/librrd.so.0.0
|
||||
lib/perl/RRDp.pm
|
||||
lib/perl/RRDs.pm
|
||||
lib/perl/auto/RRDs/RRDs.bs
|
||||
lib/perl/auto/RRDs/RRDs.so
|
||||
man/man1/RRDp.1
|
||||
man/man1/RRDs.1
|
||||
man/man1/bin_dec_hex.1
|
||||
man/man1/cdeftutorial.1
|
||||
man/man1/rpntutorial.1
|
||||
man/man1/rrdcgi.1
|
||||
man/man1/rrdcreate.1
|
||||
man/man1/rrddump.1
|
||||
man/man1/rrdfetch.1
|
||||
man/man1/rrdgraph.1
|
||||
man/man1/rrdinfo.1
|
||||
man/man1/rrdlast.1
|
||||
man/man1/rrdresize.1
|
||||
man/man1/rrdrestore.1
|
||||
man/man1/rrdtool.1
|
||||
man/man1/rrdtune.1
|
||||
man/man1/rrdtutorial.1
|
||||
man/man1/rrdupdate.1
|
||||
share/doc/rrdtool/RRDp.txt
|
||||
share/doc/rrdtool/RRDs.txt
|
||||
share/doc/rrdtool/bin_dec_hex.pod
|
||||
share/doc/rrdtool/bin_dec_hex.txt
|
||||
share/doc/rrdtool/cdeftutorial.pod
|
||||
share/doc/rrdtool/cdeftutorial.txt
|
||||
share/doc/rrdtool/html/RRDp.html
|
||||
share/doc/rrdtool/html/RRDs.html
|
||||
share/doc/rrdtool/html/bin_dec_hex.html
|
||||
share/doc/rrdtool/html/cdeftutorial.html
|
||||
share/doc/rrdtool/html/rpntutorial.html
|
||||
share/doc/rrdtool/html/rrdcgi.html
|
||||
share/doc/rrdtool/html/rrdcreate.html
|
||||
share/doc/rrdtool/html/rrddump.html
|
||||
share/doc/rrdtool/html/rrdfetch.html
|
||||
share/doc/rrdtool/html/rrdgraph.html
|
||||
share/doc/rrdtool/html/rrdinfo.html
|
||||
share/doc/rrdtool/html/rrdlast.html
|
||||
share/doc/rrdtool/html/rrdresize.html
|
||||
share/doc/rrdtool/html/rrdrestore.html
|
||||
share/doc/rrdtool/html/rrdtool.html
|
||||
share/doc/rrdtool/html/rrdtune.html
|
||||
share/doc/rrdtool/html/rrdtutorial.html
|
||||
share/doc/rrdtool/html/rrdupdate.html
|
||||
share/doc/rrdtool/rpntutorial.pod
|
||||
share/doc/rrdtool/rpntutorial.txt
|
||||
share/doc/rrdtool/rrdcgi.pod
|
||||
share/doc/rrdtool/rrdcgi.txt
|
||||
share/doc/rrdtool/rrdcreate.pod
|
||||
share/doc/rrdtool/rrdcreate.txt
|
||||
share/doc/rrdtool/rrddump.pod
|
||||
share/doc/rrdtool/rrddump.txt
|
||||
share/doc/rrdtool/rrdfetch.pod
|
||||
share/doc/rrdtool/rrdfetch.txt
|
||||
share/doc/rrdtool/rrdgraph.pod
|
||||
share/doc/rrdtool/rrdgraph.txt
|
||||
share/doc/rrdtool/rrdinfo.pod
|
||||
share/doc/rrdtool/rrdinfo.txt
|
||||
share/doc/rrdtool/rrdlast.pod
|
||||
share/doc/rrdtool/rrdlast.txt
|
||||
share/doc/rrdtool/rrdresize.pod
|
||||
share/doc/rrdtool/rrdresize.txt
|
||||
share/doc/rrdtool/rrdrestore.pod
|
||||
share/doc/rrdtool/rrdrestore.txt
|
||||
share/doc/rrdtool/rrdtool.pod
|
||||
share/doc/rrdtool/rrdtool.txt
|
||||
share/doc/rrdtool/rrdtune.pod
|
||||
share/doc/rrdtool/rrdtune.txt
|
||||
share/doc/rrdtool/rrdtutorial.pod
|
||||
share/doc/rrdtool/rrdtutorial.txt
|
||||
share/doc/rrdtool/rrdupdate.pod
|
||||
share/doc/rrdtool/rrdupdate.txt
|
||||
share/examples/rrdtool/bigtops.pl
|
||||
share/examples/rrdtool/cgi-demo.cgi
|
||||
share/examples/rrdtool/contrib/README
|
||||
share/examples/rrdtool/contrib/add_ds/README
|
||||
share/examples/rrdtool/contrib/add_ds/add_ds.pl
|
||||
share/examples/rrdtool/contrib/add_ds/batch.pl
|
||||
share/examples/rrdtool/contrib/killspike/README
|
||||
share/examples/rrdtool/contrib/killspike/killspike.pl
|
||||
share/examples/rrdtool/contrib/log2rrd/README
|
||||
share/examples/rrdtool/contrib/log2rrd/log2rrd.pl
|
||||
share/examples/rrdtool/contrib/rrd-file-icon/README
|
||||
share/examples/rrdtool/contrib/rrd-file-icon/rrd.png
|
||||
share/examples/rrdtool/contrib/rrdfetchnames/README
|
||||
share/examples/rrdtool/contrib/rrdfetchnames/rrdfetchnames.pl
|
||||
share/examples/rrdtool/contrib/rrdlastds/README
|
||||
share/examples/rrdtool/contrib/rrdlastds/rrdlastds.pl
|
||||
share/examples/rrdtool/contrib/rrdproc/README
|
||||
share/examples/rrdtool/contrib/rrdproc/rrdproc.c
|
||||
share/examples/rrdtool/contrib/trytime/README
|
||||
share/examples/rrdtool/contrib/trytime/trytime.c
|
||||
share/examples/rrdtool/minmax.pl
|
||||
share/examples/rrdtool/piped-demo.pl
|
||||
share/examples/rrdtool/shared-demo.pl
|
||||
share/examples/rrdtool/stripes.pl
|
||||
@dirrm share/examples/rrdtool/contrib/trytime
|
||||
@dirrm share/examples/rrdtool/contrib/rrdproc
|
||||
@dirrm share/examples/rrdtool/contrib/rrdlastds
|
||||
@dirrm share/examples/rrdtool/contrib/rrdfetchnames
|
||||
@dirrm share/examples/rrdtool/contrib/rrd-file-icon
|
||||
@dirrm share/examples/rrdtool/contrib/log2rrd
|
||||
@dirrm share/examples/rrdtool/contrib/killspike
|
||||
@dirrm share/examples/rrdtool/contrib/add_ds
|
||||
@dirrm share/examples/rrdtool/contrib
|
||||
@dirrm share/examples/rrdtool
|
||||
@dirrm share/doc/rrdtool/html
|
||||
@dirrm share/doc/rrdtool
|
||||
@dirrm lib/perl/auto/RRDs
|
||||
@dirrm lib/perl/auto
|
||||
@dirrm lib/perl
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
||||
@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
120
net/rrdtool/pkg/PLIST.noshared
Normal file
120
net/rrdtool/pkg/PLIST.noshared
Normal file
@ -0,0 +1,120 @@
|
||||
@comment $OpenBSD: PLIST.noshared,v 1.1.1.1 2000/06/14 05:57:50 jakob Exp $
|
||||
bin/rrdcgi
|
||||
bin/rrdtool
|
||||
bin/trytime
|
||||
include/rrd.h
|
||||
lib/librrd.a
|
||||
lib/librrd.la
|
||||
lib/perl/RRDp.pm
|
||||
lib/perl/RRDs.pm
|
||||
lib/perl/auto/RRDs/RRDs.bs
|
||||
lib/perl/auto/RRDs/RRDs.so
|
||||
man/man1/RRDp.1
|
||||
man/man1/RRDs.1
|
||||
man/man1/bin_dec_hex.1
|
||||
man/man1/cdeftutorial.1
|
||||
man/man1/rpntutorial.1
|
||||
man/man1/rrdcgi.1
|
||||
man/man1/rrdcreate.1
|
||||
man/man1/rrddump.1
|
||||
man/man1/rrdfetch.1
|
||||
man/man1/rrdgraph.1
|
||||
man/man1/rrdinfo.1
|
||||
man/man1/rrdlast.1
|
||||
man/man1/rrdresize.1
|
||||
man/man1/rrdrestore.1
|
||||
man/man1/rrdtool.1
|
||||
man/man1/rrdtune.1
|
||||
man/man1/rrdtutorial.1
|
||||
man/man1/rrdupdate.1
|
||||
share/doc/rrdtool/RRDp.txt
|
||||
share/doc/rrdtool/RRDs.txt
|
||||
share/doc/rrdtool/bin_dec_hex.pod
|
||||
share/doc/rrdtool/bin_dec_hex.txt
|
||||
share/doc/rrdtool/cdeftutorial.pod
|
||||
share/doc/rrdtool/cdeftutorial.txt
|
||||
share/doc/rrdtool/html/RRDp.html
|
||||
share/doc/rrdtool/html/RRDs.html
|
||||
share/doc/rrdtool/html/bin_dec_hex.html
|
||||
share/doc/rrdtool/html/cdeftutorial.html
|
||||
share/doc/rrdtool/html/rpntutorial.html
|
||||
share/doc/rrdtool/html/rrdcgi.html
|
||||
share/doc/rrdtool/html/rrdcreate.html
|
||||
share/doc/rrdtool/html/rrddump.html
|
||||
share/doc/rrdtool/html/rrdfetch.html
|
||||
share/doc/rrdtool/html/rrdgraph.html
|
||||
share/doc/rrdtool/html/rrdinfo.html
|
||||
share/doc/rrdtool/html/rrdlast.html
|
||||
share/doc/rrdtool/html/rrdresize.html
|
||||
share/doc/rrdtool/html/rrdrestore.html
|
||||
share/doc/rrdtool/html/rrdtool.html
|
||||
share/doc/rrdtool/html/rrdtune.html
|
||||
share/doc/rrdtool/html/rrdtutorial.html
|
||||
share/doc/rrdtool/html/rrdupdate.html
|
||||
share/doc/rrdtool/rpntutorial.pod
|
||||
share/doc/rrdtool/rpntutorial.txt
|
||||
share/doc/rrdtool/rrdcgi.pod
|
||||
share/doc/rrdtool/rrdcgi.txt
|
||||
share/doc/rrdtool/rrdcreate.pod
|
||||
share/doc/rrdtool/rrdcreate.txt
|
||||
share/doc/rrdtool/rrddump.pod
|
||||
share/doc/rrdtool/rrddump.txt
|
||||
share/doc/rrdtool/rrdfetch.pod
|
||||
share/doc/rrdtool/rrdfetch.txt
|
||||
share/doc/rrdtool/rrdgraph.pod
|
||||
share/doc/rrdtool/rrdgraph.txt
|
||||
share/doc/rrdtool/rrdinfo.pod
|
||||
share/doc/rrdtool/rrdinfo.txt
|
||||
share/doc/rrdtool/rrdlast.pod
|
||||
share/doc/rrdtool/rrdlast.txt
|
||||
share/doc/rrdtool/rrdresize.pod
|
||||
share/doc/rrdtool/rrdresize.txt
|
||||
share/doc/rrdtool/rrdrestore.pod
|
||||
share/doc/rrdtool/rrdrestore.txt
|
||||
share/doc/rrdtool/rrdtool.pod
|
||||
share/doc/rrdtool/rrdtool.txt
|
||||
share/doc/rrdtool/rrdtune.pod
|
||||
share/doc/rrdtool/rrdtune.txt
|
||||
share/doc/rrdtool/rrdtutorial.pod
|
||||
share/doc/rrdtool/rrdtutorial.txt
|
||||
share/doc/rrdtool/rrdupdate.pod
|
||||
share/doc/rrdtool/rrdupdate.txt
|
||||
share/examples/rrdtool/bigtops.pl
|
||||
share/examples/rrdtool/cgi-demo.cgi
|
||||
share/examples/rrdtool/contrib/README
|
||||
share/examples/rrdtool/contrib/add_ds/README
|
||||
share/examples/rrdtool/contrib/add_ds/add_ds.pl
|
||||
share/examples/rrdtool/contrib/add_ds/batch.pl
|
||||
share/examples/rrdtool/contrib/killspike/README
|
||||
share/examples/rrdtool/contrib/killspike/killspike.pl
|
||||
share/examples/rrdtool/contrib/log2rrd/README
|
||||
share/examples/rrdtool/contrib/log2rrd/log2rrd.pl
|
||||
share/examples/rrdtool/contrib/rrd-file-icon/README
|
||||
share/examples/rrdtool/contrib/rrd-file-icon/rrd.png
|
||||
share/examples/rrdtool/contrib/rrdfetchnames/README
|
||||
share/examples/rrdtool/contrib/rrdfetchnames/rrdfetchnames.pl
|
||||
share/examples/rrdtool/contrib/rrdlastds/README
|
||||
share/examples/rrdtool/contrib/rrdlastds/rrdlastds.pl
|
||||
share/examples/rrdtool/contrib/rrdproc/README
|
||||
share/examples/rrdtool/contrib/rrdproc/rrdproc.c
|
||||
share/examples/rrdtool/contrib/trytime/README
|
||||
share/examples/rrdtool/contrib/trytime/trytime.c
|
||||
share/examples/rrdtool/minmax.pl
|
||||
share/examples/rrdtool/piped-demo.pl
|
||||
share/examples/rrdtool/shared-demo.pl
|
||||
share/examples/rrdtool/stripes.pl
|
||||
@dirrm share/examples/rrdtool/contrib/trytime
|
||||
@dirrm share/examples/rrdtool/contrib/rrdproc
|
||||
@dirrm share/examples/rrdtool/contrib/rrdlastds
|
||||
@dirrm share/examples/rrdtool/contrib/rrdfetchnames
|
||||
@dirrm share/examples/rrdtool/contrib/rrd-file-icon
|
||||
@dirrm share/examples/rrdtool/contrib/log2rrd
|
||||
@dirrm share/examples/rrdtool/contrib/killspike
|
||||
@dirrm share/examples/rrdtool/contrib/add_ds
|
||||
@dirrm share/examples/rrdtool/contrib
|
||||
@dirrm share/examples/rrdtool
|
||||
@dirrm share/doc/rrdtool/html
|
||||
@dirrm share/doc/rrdtool
|
||||
@dirrm lib/perl/auto/RRDs
|
||||
@dirrm lib/perl/auto
|
||||
@dirrm lib/perl
|
Loading…
Reference in New Issue
Block a user