diff options
author | edwin <edwin@FreeBSD.org> | 2007-08-11 19:31:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-08-11 19:31:47 +0800 |
commit | 25155d66b80f9316495167b19731df3fe9edee84 (patch) | |
tree | 6a8eb39ecc05d041fc7befcbfcf548e6bd7c8bb3 /net/p5-RRD-Simple | |
parent | e57f766d8fa5fcdeceeb230302890fa68eea3b8e (diff) | |
download | freebsd-ports-gnome-25155d66b80f9316495167b19731df3fe9edee84.tar.gz freebsd-ports-gnome-25155d66b80f9316495167b19731df3fe9edee84.tar.zst freebsd-ports-gnome-25155d66b80f9316495167b19731df3fe9edee84.zip |
[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 <edwin@freebsd.org>
Approved by: chinsan@
Diffstat (limited to 'net/p5-RRD-Simple')
-rw-r--r-- | net/p5-RRD-Simple/Makefile | 33 | ||||
-rw-r--r-- | net/p5-RRD-Simple/distinfo | 3 | ||||
-rw-r--r-- | net/p5-RRD-Simple/pkg-descr | 11 | ||||
-rw-r--r-- | net/p5-RRD-Simple/pkg-plist | 5 |
4 files changed, 0 insertions, 52 deletions
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 <chinsan.tw@gmail.com> -# -# $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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> 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 |