[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@
This commit is contained in:
parent
e03be08888
commit
0872ead07d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197461
8 changed files with 3 additions and 54 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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-
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
|
@ -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
|
|
@ -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/
|
|
@ -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
|
Loading…
Reference in a new issue