diff options
Diffstat (limited to 'databases/py-rrdpipe')
-rw-r--r-- | databases/py-rrdpipe/Makefile | 28 | ||||
-rw-r--r-- | databases/py-rrdpipe/distinfo | 2 | ||||
-rw-r--r-- | databases/py-rrdpipe/pkg-descr | 3 |
3 files changed, 0 insertions, 33 deletions
diff --git a/databases/py-rrdpipe/Makefile b/databases/py-rrdpipe/Makefile deleted file mode 100644 index 9d60f1e82fec..000000000000 --- a/databases/py-rrdpipe/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: py-rrdpipe -# Date created: May 31, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= rrdpipe -PORTVERSION= 0.1 -CATEGORIES= net python -MASTER_SITES= http://projects.gasperino.org/projects/PyRRDpipe/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyRRDpipe-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Portable Python module to access RRDTool files via pipes - -LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool - -USE_PYTHON= yes -NO_BUILD= yes -PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py - -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/RRDpipe.py ${PYTHON_SITELIBDIR} - -.include <bsd.port.mk> diff --git a/databases/py-rrdpipe/distinfo b/databases/py-rrdpipe/distinfo deleted file mode 100644 index 75fbc28ef690..000000000000 --- a/databases/py-rrdpipe/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PyRRDpipe-0.1.tar.gz) = 4ad257c8bfdab3ba62e4a957e3d3124d -SIZE (PyRRDpipe-0.1.tar.gz) = 2592 diff --git a/databases/py-rrdpipe/pkg-descr b/databases/py-rrdpipe/pkg-descr deleted file mode 100644 index f80c1bac17a3..000000000000 --- a/databases/py-rrdpipe/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Portable Python module to access RRDTool files via pipes - -WWW: http://download.extreme-ware.com/ |