aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-POE-Component-RRDTool
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-POE-Component-RRDTool')
-rw-r--r--databases/p5-POE-Component-RRDTool/Makefile27
-rw-r--r--databases/p5-POE-Component-RRDTool/distinfo1
-rw-r--r--databases/p5-POE-Component-RRDTool/pkg-descr14
-rw-r--r--databases/p5-POE-Component-RRDTool/pkg-plist7
4 files changed, 0 insertions, 49 deletions
diff --git a/databases/p5-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile
deleted file mode 100644
index 837deba5e469..000000000000
--- a/databases/p5-POE-Component-RRDTool/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: POE-Component-RRDTool
-# Date created: 05 July 2002
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= POE-Component-RRDTool
-PORTVERSION= 0.14
-CATEGORIES= net perl5 devel
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= POE
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= skv@FreeBSD.org
-COMMENT= POE interface to Round Robin Database Tools
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/net/rrdtool
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= POE::Component::RRDTool.3
-
-.include <bsd.port.mk>
diff --git a/databases/p5-POE-Component-RRDTool/distinfo b/databases/p5-POE-Component-RRDTool/distinfo
deleted file mode 100644
index e36884354da9..000000000000
--- a/databases/p5-POE-Component-RRDTool/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (POE-Component-RRDTool-0.14.tar.gz) = da74dd9b17ac29fa516759e2104f1ba7
diff --git a/databases/p5-POE-Component-RRDTool/pkg-descr b/databases/p5-POE-Component-RRDTool/pkg-descr
deleted file mode 100644
index 0bf9ece17b64..000000000000
--- a/databases/p5-POE-Component-RRDTool/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-RRDtool refers to round robin database tool. Round robin databases have
-a fixed number of data points in them and contain a pointer to the
-current element. Since the databases have a fixed number of data points
-the database size doesn't change after creation. RRDtool allows you to
-define a set of archives which consolidate the primary data points in
-higher granularity. RRDtool is specialized for time series data and can
-be used to create RRD files, update RRDs, retreive data from RRDs, and
-generate graphs from the databases. This module provides a POE wrapper
-around the rrdtool command line interface.
-
-WWW: http://search.cpan.org/search?dist=POE-Component-RRDTool
-
--- Sergey Skvortsov
-skv@FreeBSD.org
diff --git a/databases/p5-POE-Component-RRDTool/pkg-plist b/databases/p5-POE-Component-RRDTool/pkg-plist
deleted file mode 100644
index 975c5b42eda6..000000000000
--- a/databases/p5-POE-Component-RRDTool/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/RRDTool/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/POE/Component/RRDTool.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/RRDTool
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true