diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-28 06:05:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-28 06:05:16 +0000 |
commit | ac0212d680a844aba02b7b2c9958f7b36a556e28 (patch) | |
tree | 4a64a9f3195b3e95a5053c8b1331c97734433377 /net | |
parent | f3ef908016c0b5b8784df3eae6bd40eabf52f695 (diff) | |
download | freebsd-ports-ac0212d680a844aba02b7b2c9958f7b36a556e28.zip |
nuke py-rrdtool, which is disappeard
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-rrdtool/Makefile | 36 | ||||
-rw-r--r-- | net/py-rrdtool/distinfo | 1 | ||||
-rw-r--r-- | net/py-rrdtool/pkg-descr | 3 | ||||
-rw-r--r-- | net/py-rrdtool/pkg-plist | 1 |
5 files changed, 0 insertions, 42 deletions
diff --git a/net/Makefile b/net/Makefile index d0fd00773bc2..654b5f1b496d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -604,7 +604,6 @@ SUBDIR += py-msnp SUBDIR += py-pcap SUBDIR += py-rrdpipe - SUBDIR += py-rrdtool SUBDIR += py-rrdtool_lgpl SUBDIR += py-rt SUBDIR += py-smb diff --git a/net/py-rrdtool/Makefile b/net/py-rrdtool/Makefile deleted file mode 100644 index 1ab5dd838cbb..000000000000 --- a/net/py-rrdtool/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: py-rrdtool -# Date created: May 31, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= rrdtool -PORTVERSION= 0.1 -CATEGORIES= net python -MASTER_SITES= http://projects.gasperino.org/projects/PyRRDtool/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyRRDtool-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python C extension module to access RRDtool files - -LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool - -USE_PYTHON= yes -USE_REINPLACE= yes -WRKSRC= ${WRKDIR}/PyRRDtool/src - -.include <bsd.port.pre.mk> - -post-patch: -.if ${PYTHON_REL} >= 230 - @${REINPLACE_CMD} -e 's,@DEFS@,,g' ${WRKSRC}/Makefile.pre.in -.endif - @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Setup.in - -do-configure: - @(cd ${WRKSRC} ; ${MAKE} -f Makefile.pre.in boot) - -.include <bsd.port.post.mk> diff --git a/net/py-rrdtool/distinfo b/net/py-rrdtool/distinfo deleted file mode 100644 index 5c90db135cac..000000000000 --- a/net/py-rrdtool/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (PyRRDtool-0.1.tar.gz) = 2b5a5b8d67302ffe7eb60ec925787470 diff --git a/net/py-rrdtool/pkg-descr b/net/py-rrdtool/pkg-descr deleted file mode 100644 index 394f35699c98..000000000000 --- a/net/py-rrdtool/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python C extension module to access RRDtool files - -WWW: http://download.extreme-ware.com/ diff --git a/net/py-rrdtool/pkg-plist b/net/py-rrdtool/pkg-plist deleted file mode 100644 index e0be570ad184..000000000000 --- a/net/py-rrdtool/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/RRDtoolmodule.so |