summaryrefslogtreecommitdiff
path: root/net/rrdtool10
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-08-22 08:41:12 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-08-22 08:41:12 +0000
commitbd4a2c13612b843c9760a1a7edb5fce5f8531e9c (patch)
treeefdb0761b81f2f0277f0fb3b0130dcabf56b55cb /net/rrdtool10
parentDon't try to parse ${MOTIFLIB} if it's not defined. (diff)
Round Robin Database Tool - store time-series data with averaging or other
(lossy) historical compression, and create graphs. PR: ports/12717 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Notes
Notes: svn path=/head/; revision=20879
Diffstat (limited to 'net/rrdtool10')
-rw-r--r--net/rrdtool10/Makefile53
-rw-r--r--net/rrdtool10/distinfo1
-rw-r--r--net/rrdtool10/pkg-comment1
-rw-r--r--net/rrdtool10/pkg-descr13
-rw-r--r--net/rrdtool10/pkg-plist27
5 files changed, 95 insertions, 0 deletions
diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile
new file mode 100644
index 000000000000..3f777e86603e
--- /dev/null
+++ b/net/rrdtool10/Makefile
@@ -0,0 +1,53 @@
+# New ports collection makefile for: rrdtool
+# Version required: 1.0.0
+# Date created: 20 July 1999
+# Whom: Dmitry Sivachenko <dima@Chg.RU>
+#
+# $Id:$
+#
+
+DISTNAME= rrdtool-1.0.0
+CATEGORIES= net
+MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
+
+MAINTAINER= dima@Chg.RU
+
+USE_PERL5= YES
+MAKE_ENV+= PERL=${PERL}
+
+GNU_CONFIGURE= YES
+
+CONFIGURE_ENV= PERL=${PERL}
+
+MAN1= bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 rrdfetch.1\
+ rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 rrdtool.1\
+ rrdtune.1 rrdtutorial.1 rrdupdate.1
+MAN3= RRDp.3 RRDs.3
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin
+ ${MKDIR} -m 755 ${PREFIX}/share/rrdtool/examples
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/rrdtool/examples
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/rrdtool/examples
+ ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/*.3 ${PREFIX}/man/man3
+.if !defined(NOPORTDOCS)
+ ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool
+ ${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool
+.endif
+ for file in piped/RRDp.pm shared/RRDs.pm; do \
+ ${INSTALL_DATA} ${WRKSRC}/perl-$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \
+ done
+
+post-install:
+.if !defined(BATCH)
+ @${ECHO} ""
+ @${ECHO} "############################################################################"
+ @${ECHO} "# See ${PREFIX}/share/rrdtool/examples for some demonstration code #"
+ @${ECHO} "############################################################################"
+.endif
+
+.include <bsd.port.mk>
diff --git a/net/rrdtool10/distinfo b/net/rrdtool10/distinfo
new file mode 100644
index 000000000000..f5772ab0bd1f
--- /dev/null
+++ b/net/rrdtool10/distinfo
@@ -0,0 +1 @@
+MD5 (rrdtool-1.0.0.tar.gz) = 36771d8773cbb45609bc7d0c09708cf8
diff --git a/net/rrdtool10/pkg-comment b/net/rrdtool10/pkg-comment
new file mode 100644
index 000000000000..73242bc78bb6
--- /dev/null
+++ b/net/rrdtool10/pkg-comment
@@ -0,0 +1 @@
+Round Robin Database Tools
diff --git a/net/rrdtool10/pkg-descr b/net/rrdtool10/pkg-descr
new file mode 100644
index 000000000000..ca95d58a230d
--- /dev/null
+++ b/net/rrdtool10/pkg-descr
@@ -0,0 +1,13 @@
+It is pretty easy to gather status information from all sorts of things,
+ranging from the temperature in your office to the number of octets which
+have passed through the FDDI interface of your router. But it is not so
+trivial to store this data in a efficient and systematic manner. This is
+where RRDtool kicks in. It lets you log and analyze the data you gather from
+all kinds of data-sources (DS). The data analysis part of RRDtool is based
+on the ability to quickly generate graphical representations of the data
+values collected over a definable time period.
+
+WWW: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
+
+--dima
+dima@Chg.RU
diff --git a/net/rrdtool10/pkg-plist b/net/rrdtool10/pkg-plist
new file mode 100644
index 000000000000..a12923340813
--- /dev/null
+++ b/net/rrdtool10/pkg-plist
@@ -0,0 +1,27 @@
+bin/rrdtool
+bin/rrdcgi
+bin/log2rrd.pl
+share/rrdtool/examples/piped-demo.pl
+share/rrdtool/examples/shared-demo.pl
+share/rrdtool/examples/cgi-demo.cgi
+share/doc/rrdtool/README.log2rrd
+share/doc/rrdtool/RRDp.html
+share/doc/rrdtool/RRDs.html
+share/doc/rrdtool/bin_dec_hex.html
+share/doc/rrdtool/rrdcgi.html
+share/doc/rrdtool/rrdcreate.html
+share/doc/rrdtool/rrddump.html
+share/doc/rrdtool/rrdfetch.html
+share/doc/rrdtool/rrdgraph.html
+share/doc/rrdtool/rrdlast.html
+share/doc/rrdtool/rrdresize.html
+share/doc/rrdtool/rrdrestore.html
+share/doc/rrdtool/rrdtool.html
+share/doc/rrdtool/rrdtune.html
+share/doc/rrdtool/rrdtutorial.html
+share/doc/rrdtool/rrdupdate.html
+lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm
+lib/perl5/site_perl/%%PERL_VER%%/RRDs.pm
+@dirrm share/rrdtool/examples
+@dirrm share/rrdtool
+@dirrm share/doc/rrdtool