summaryrefslogtreecommitdiff
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
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
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/rrdman/Makefile2
-rw-r--r--net/Makefile1
-rw-r--r--net/rrdman/Makefile25
-rw-r--r--net/rrdman/distinfo3
-rw-r--r--net/rrdman/pkg-descr8
7 files changed, 3 insertions, 38 deletions
diff --git a/MOVED b/MOVED
index 29c9405d63c6..1bd6b8d37e3d 100644
--- a/MOVED
+++ b/MOVED
@@ -3095,3 +3095,4 @@ audio/amarokFS||2007-07-04|Removed
net/rrdtool|databases/rrdtool|2007-07-05|Move to better category
sysutils/cd-write||2007-07-06|Obsolete port
net/rubygems-rrdtool|databases/rubygems-rrdtool|2007-07-08|Chase move of databases/rrdtool
+net/rrdman|databases/net-rrdman|2007-07-08|Chase move of databases/rrdtool
diff --git a/databases/Makefile b/databases/Makefile
index 4bca38a4c696..7182a555e07c 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -458,6 +458,7 @@
SUBDIR += qt4-sqlite3-plugin
SUBDIR += rdb
SUBDIR += rdfdb
+ SUBDIR += rrdman
SUBDIR += rrdtool
SUBDIR += ruby-bdb
SUBDIR += ruby-bdb1
diff --git a/databases/rrdman/Makefile b/databases/rrdman/Makefile
index 0838e399257f..7631cdcf4d76 100644
--- a/databases/rrdman/Makefile
+++ b/databases/rrdman/Makefile
@@ -7,7 +7,7 @@
PORTNAME= rrdman
PORTVERSION= 1.0.1
-CATEGORIES= net
+CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rrfw
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/