diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-31 20:25:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-31 20:25:24 +0000 |
commit | 1dbe7ca58e4d8e378567163df5b8c256c738a7ce (patch) | |
tree | 8c7fa3dcdf5622d9f4258d1f17ab77612b05749e /net | |
parent | Finally upgrade to the today's latest -- 2.1.5. Man-page has vanished, (diff) |
add py-rrdtool 0.1
Python C extension module to access RRDtool files
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-rrdtool/Makefile | 26 | ||||
-rw-r--r-- | net/py-rrdtool/distinfo | 1 | ||||
-rw-r--r-- | net/py-rrdtool/pkg-comment | 1 | ||||
-rw-r--r-- | net/py-rrdtool/pkg-descr | 3 | ||||
-rw-r--r-- | net/py-rrdtool/pkg-plist | 1 |
6 files changed, 33 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6b077c926841..0dff77f8c4db 100644 --- a/net/Makefile +++ b/net/Makefile @@ -405,6 +405,7 @@ SUBDIR += py-libnet SUBDIR += py-medusa SUBDIR += py-pcap + SUBDIR += py-rrdtool SUBDIR += py-smb SUBDIR += py-snmp SUBDIR += py-soap diff --git a/net/py-rrdtool/Makefile b/net/py-rrdtool/Makefile new file mode 100644 index 000000000000..de133e2f6a41 --- /dev/null +++ b/net/py-rrdtool/Makefile @@ -0,0 +1,26 @@ +# 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://download.extreme-ware.com/open-projects/PyRRDtool/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyRRDtool-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool + +USE_PYTHON= yes +WRKSRC= ${WRKDIR}/PyRRDtool/src + +do-configure: + @(cd ${WRKSRC} ; ${MAKE} -f Makefile.pre.in boot) + +.include <bsd.port.mk> diff --git a/net/py-rrdtool/distinfo b/net/py-rrdtool/distinfo new file mode 100644 index 000000000000..5c90db135cac --- /dev/null +++ b/net/py-rrdtool/distinfo @@ -0,0 +1 @@ +MD5 (PyRRDtool-0.1.tar.gz) = 2b5a5b8d67302ffe7eb60ec925787470 diff --git a/net/py-rrdtool/pkg-comment b/net/py-rrdtool/pkg-comment new file mode 100644 index 000000000000..67c8ee3bbc8c --- /dev/null +++ b/net/py-rrdtool/pkg-comment @@ -0,0 +1 @@ +Python C extension module to access RRDtool files diff --git a/net/py-rrdtool/pkg-descr b/net/py-rrdtool/pkg-descr new file mode 100644 index 000000000000..394f35699c98 --- /dev/null +++ b/net/py-rrdtool/pkg-descr @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..339ff0313691 --- /dev/null +++ b/net/py-rrdtool/pkg-plist @@ -0,0 +1 @@ +lib/%%PYTHON_VERSION%%/site-packages/RRDtoolmodule.so |