aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-07-08 00:55:12 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-07-08 00:55:12 +0000
commit3d04bd08cea07ee39b42b9cc8e54a4b7ab942b2b (patch)
treee47e01b98ad5e06c0f74b6aa9c661b5fcc763092 /net
parentba8a9ff7513dc6b061ab81a613cf0907762dbb7c (diff)
downloadports-3d04bd08cea07ee39b42b9cc8e54a4b7ab942b2b.tar.gz
ports-3d04bd08cea07ee39b42b9cc8e54a4b7ab942b2b.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/py-rrdpipe/Makefile29
-rw-r--r--net/py-rrdpipe/distinfo3
-rw-r--r--net/py-rrdpipe/pkg-descr1
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