summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-07-08 00:51:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-07-08 00:51:22 +0000
commitba8a9ff7513dc6b061ab81a613cf0907762dbb7c (patch)
treeb66504b9e6149f7e8413e3c6e9a79be2da969bfa /net
parentForced commit to show the existence of databases/rrdman (diff)
Follow the migration of net/rrdtool to databases/rrdtool
PR: ports/114321 Submitted by: Edwin Groothuis <edwin@freebsd.org> Approved by: Janos Mohacsi <mohacsi@niif.hu>
Notes
Notes: svn path=/head/; revision=195192
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/rrdman/Makefile25
-rw-r--r--net/rrdman/distinfo3
-rw-r--r--net/rrdman/pkg-descr8
4 files changed, 0 insertions, 37 deletions
diff --git a/net/Makefile b/net/Makefile
index 122633c1970f..f476c44455a1 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -730,7 +730,6 @@
SUBDIR += rmsg
SUBDIR += roadrunner
SUBDIR += rp-pppoe
- SUBDIR += rrdman
SUBDIR += rrdtool10
SUBDIR += rshell
SUBDIR += rsync
diff --git a/net/rrdman/Makefile b/net/rrdman/Makefile
deleted file mode 100644
index 0838e399257f..000000000000
--- a/net/rrdman/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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}/databases/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/net/rrdman/distinfo b/net/rrdman/distinfo
deleted file mode 100644
index 71f2b6aa8351..000000000000
--- a/net/rrdman/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-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/net/rrdman/pkg-descr b/net/rrdman/pkg-descr
deleted file mode 100644
index db29cc7aca69..000000000000
--- a/net/rrdman/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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/