aboutsummaryrefslogtreecommitdiff
path: root/databases/rrdman
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-11 05:13:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-11 05:13:47 +0000
commit6227794feac0793b05904ab923c3238e4c8d7621 (patch)
tree2717b3a8cb268a23f7a122741fac3c67283fa633 /databases/rrdman
parent775f1e3972497bcdc274b5456109cf14ff2fca4e (diff)
downloadports-6227794feac0793b05904ab923c3238e4c8d7621.tar.gz
ports-6227794feac0793b05904ab923c3238e4c8d7621.zip
RRDman is a set of utilities that manipulate the RRDtool database files.
Currently it consists of the following utilities: * rrd_hwreapply: Re-apply Holt-Winters prediction parameters to RRD data RRDman is hosted as a subproject of RRFW WWW: http://rrfw.sourceforge.net/rrdman/ PR: ports/113449 Submitted by: Janos Mohacsi <janos.mohacsi at bsd.hu>
Notes
Notes: svn path=/head/; revision=193208
Diffstat (limited to 'databases/rrdman')
-rw-r--r--databases/rrdman/Makefile25
-rw-r--r--databases/rrdman/distinfo3
-rw-r--r--databases/rrdman/pkg-descr8
3 files changed, 36 insertions, 0 deletions
diff --git a/databases/rrdman/Makefile b/databases/rrdman/Makefile
new file mode 100644
index 000000000000..70b4591deeb7
--- /dev/null
+++ b/databases/rrdman/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: rrdman
+# Date created: 2007-06-07
+# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rrdman
+PORTVERSION= 1.0.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= rrfw
+
+MAINTAINER= janos.mohacsi@bsd.hu
+COMMENT= Apply Holt-Winters prediction parameters to RRD data
+
+BUILD_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+GNU_CONFIGURE= YES
+USE_PERl5= YES
+PLIST_FILES= bin/rrd_hwreapply
+MAN1= rrd_hwreapply.1
+
+.include <bsd.port.mk>
diff --git a/databases/rrdman/distinfo b/databases/rrdman/distinfo
new file mode 100644
index 000000000000..71f2b6aa8351
--- /dev/null
+++ b/databases/rrdman/distinfo
@@ -0,0 +1,3 @@
+MD5 (rrdman-1.0.1.tar.gz) = 5847dbc6e1db86be6e14a18243623a2b
+SHA256 (rrdman-1.0.1.tar.gz) = 69b2c7649893c490dcf3b9437094baaacdbce997032b58a0dc10abf27f5d5c12
+SIZE (rrdman-1.0.1.tar.gz) = 85414
diff --git a/databases/rrdman/pkg-descr b/databases/rrdman/pkg-descr
new file mode 100644
index 000000000000..db29cc7aca69
--- /dev/null
+++ b/databases/rrdman/pkg-descr
@@ -0,0 +1,8 @@
+RRDman is a set of utilities that manipulate the RRDtool database files.
+Currently it consists of the following utilities:
+
+ * rrd_hwreapply: Re-apply Holt-Winters prediction parameters to RRD data
+
+RRDman is hosted as a subproject of RRFW
+
+WWW: http://rrfw.sourceforge.net/rrdman/