diff options
author | edwin <edwin@FreeBSD.org> | 2007-07-08 08:55:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-07-08 08:55:12 +0800 |
commit | 5c5ddcc39c08ba5153b6cc12ed6ff65aa1f6a6c7 (patch) | |
tree | ef051d535776bca0e2d6bab929c68361b6f5f268 /net | |
parent | ee97581f2b7799f7be5624f39f7fd54ffa86cca3 (diff) | |
download | freebsd-ports-gnome-5c5ddcc39c08ba5153b6cc12ed6ff65aa1f6a6c7.tar.gz freebsd-ports-gnome-5c5ddcc39c08ba5153b6cc12ed6ff65aa1f6a6c7.tar.zst freebsd-ports-gnome-5c5ddcc39c08ba5153b6cc12ed6ff65aa1f6a6c7.zip |
Forced commit to note the repocopy of net/py-rrdpipe to databases/py-rrdpipe
Diffstat (limited to 'net')
-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 |