diff options
-rw-r--r-- | net/py-rrdpipe/Makefile | 29 | ||||
-rw-r--r-- | net/py-rrdpipe/distinfo | 3 | ||||
-rw-r--r-- | net/py-rrdpipe/pkg-descr | 1 |
3 files changed, 0 insertions, 33 deletions
diff --git a/net/py-rrdpipe/Makefile b/net/py-rrdpipe/Makefile deleted file mode 100644 index 08f743db7c25..000000000000 --- a/net/py-rrdpipe/Makefile +++ /dev/null @@ -1,29 +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://freebsd.unixfreunde.de/sources/ \ - http://mirror2.unixfreunde.de/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyRRDpipe-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Portable Python module to access RRDTool files via pipes - -LIB_DEPENDS= rrd:${PORTSDIR}/databases/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/net/py-rrdpipe/distinfo b/net/py-rrdpipe/distinfo deleted file mode 100644 index ac06ec8b001a..000000000000 --- a/net/py-rrdpipe/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PyRRDpipe-0.1.tar.gz) = 4ad257c8bfdab3ba62e4a957e3d3124d -SHA256 (PyRRDpipe-0.1.tar.gz) = 8a1f8035dd71ef8ba16de75d46205e760cac62a94fb99346faf2d33a320127cf -SIZE (PyRRDpipe-0.1.tar.gz) = 2592 diff --git a/net/py-rrdpipe/pkg-descr b/net/py-rrdpipe/pkg-descr deleted file mode 100644 index d38a1092076b..000000000000 --- a/net/py-rrdpipe/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Portable Python module to access RRDTool files via pipes |