From 0872ead07d8326bf5bc85eda5ed49f002b1502bf Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 11 Aug 2007 11:31:47 +0000 Subject: [PATCH] [repocopy] net/p5-RRD-Simple -> databases/p5-RRD-Simple Chase the migration of net/rrdtool to databases/rrdtool PR: ports/114315 Submitted by: Edwin Groothuis Approved by: chinsan@ --- MOVED | 1 + databases/Makefile | 1 + databases/p5-RRD-Simple/Makefile | 2 +- net/Makefile | 1 - net/p5-RRD-Simple/Makefile | 33 -------------------------------- net/p5-RRD-Simple/distinfo | 3 --- net/p5-RRD-Simple/pkg-descr | 11 ----------- net/p5-RRD-Simple/pkg-plist | 5 ----- 8 files changed, 3 insertions(+), 54 deletions(-) delete mode 100644 net/p5-RRD-Simple/Makefile delete mode 100644 net/p5-RRD-Simple/distinfo delete mode 100644 net/p5-RRD-Simple/pkg-descr delete mode 100644 net/p5-RRD-Simple/pkg-plist diff --git a/MOVED b/MOVED index 7472effe5aad..726fe5c703b2 100644 --- a/MOVED +++ b/MOVED @@ -3146,3 +3146,4 @@ net/smokeping|net-mgmt/smokeping|2007-08-10|Moved to a more appropriate category net/rrdtool10|databases/rrdtool10|2007-08-11|Moved to a more appropriate category net/jrobin|databases/jrobin|2007-08-11|Moved to a more appropriate category net/p5-POE-Component-RRDTool|databases/p5-POE-Component-RRDTool|2007-08-11|Moved to a more appropriate category +net/p5-RRD-Simple|databases/p5-RRD-Simple|2007-08-11|Moved to a more appropriate category diff --git a/databases/Makefile b/databases/Makefile index 1f568709352a..067ab19845d9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -289,6 +289,7 @@ SUBDIR += p5-POE-Component-LaDBI SUBDIR += p5-POE-Component-RRDTool SUBDIR += p5-Pg + SUBDIR += p5-RRD-Simple SUBDIR += p5-Relations SUBDIR += p5-Relations-Query SUBDIR += p5-ResourcePool-Resource-DBI diff --git a/databases/p5-RRD-Simple/Makefile b/databases/p5-RRD-Simple/Makefile index 8f5b1fd01958..8cc322d723a5 100644 --- a/databases/p5-RRD-Simple/Makefile +++ b/databases/p5-RRD-Simple/Makefile @@ -7,7 +7,7 @@ PORTNAME= RRD-Simple PORTVERSION= 1.43 -CATEGORIES= net perl5 +CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Proc/NICOLAW PKGNAMEPREFIX= p5- diff --git a/net/Makefile b/net/Makefile index 9d3ea4fef578..bd5b59d340e6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -552,7 +552,6 @@ SUBDIR += p5-REST-Application SUBDIR += p5-RPC-Simple SUBDIR += p5-RPC-XML - SUBDIR += p5-RRD-Simple SUBDIR += p5-ResourcePool-Resource-Net-LDAP SUBDIR += p5-ResourcePool-Resource-SOAP-Lite SUBDIR += p5-S3 diff --git a/net/p5-RRD-Simple/Makefile b/net/p5-RRD-Simple/Makefile deleted file mode 100644 index 8f5b1fd01958..000000000000 --- a/net/p5-RRD-Simple/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: RRD-Simple -# Date created: 2006/07/21 -# Whom: chinsan -# -# $FreeBSD$ -# - -PORTNAME= RRD-Simple -PORTVERSION= 1.43 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Proc/NICOLAW -PKGNAMEPREFIX= p5- - -MAINTAINER= chinsan@FreeBSD.org -COMMENT= Simple interface to create and store data in RRD files - -BUILD_DEPENDS= ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Pod>=0.90:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ - ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_MODBUILD= yes -MAN3= RRD::Simple.3 RRD::Simple::Examples.3 - -.include - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again -.endif - -.include diff --git a/net/p5-RRD-Simple/distinfo b/net/p5-RRD-Simple/distinfo deleted file mode 100644 index e63e8f0e03b3..000000000000 --- a/net/p5-RRD-Simple/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (RRD-Simple-1.43.tar.gz) = e3b21efd7b6f0a36cd665149109459d3 -SHA256 (RRD-Simple-1.43.tar.gz) = 48c22b62214647b66d06bae58fb12010104b693ead7103faddfaa031a28e574b -SIZE (RRD-Simple-1.43.tar.gz) = 257626 diff --git a/net/p5-RRD-Simple/pkg-descr b/net/p5-RRD-Simple/pkg-descr deleted file mode 100644 index d717d6080f12..000000000000 --- a/net/p5-RRD-Simple/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -RRD::Simple provides a simple interface to RRDTool's RRDs module. This module -does not currently offer fetch method that is available in the RRDs module. - -It does however create RRD files with a sensible set of default RRA (Round -Robin Archive) definitions, and can dynamically add new data source names to an -existing RRD file. - -This module is ideal for quick and simple storage of data within an RRD file if -you do not need to, nor want to, bother defining custom RRA definitions. - -WWW: http://search.cpan.org/dist/RRD-Simple/ diff --git a/net/p5-RRD-Simple/pkg-plist b/net/p5-RRD-Simple/pkg-plist deleted file mode 100644 index d1c32a17db01..000000000000 --- a/net/p5-RRD-Simple/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/RRD/Simple.pm -%%SITE_PERL%%/RRD/Simple/Examples.pod -@dirrmtry %%SITE_PERL%%/RRD/Simple -@dirrmtry %%SITE_PERL%%/RRD