summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-31 20:45:13 +0000
committerijliao <ijliao@FreeBSD.org>2002-05-31 20:45:13 +0000
commitaf0afa485dbd6082a10dfc867e0bbb9f8fee2782 (patch)
treef2d29b86ab87bd7d80fb929ff3ad0f3a458ca7b1 /net
parentdf9b61d4eaff87aff98278e2cd3d3b650d19b59f (diff)
downloadFreeBSD-ports-af0afa485dbd6082a10dfc867e0bbb9f8fee2782.zip
FreeBSD-ports-af0afa485dbd6082a10dfc867e0bbb9f8fee2782.tar.gz
add py-rrdpipe 0.1
Portable Python module to access RRDTool files via pipes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-rrdpipe/Makefile26
-rw-r--r--net/py-rrdpipe/distinfo1
-rw-r--r--net/py-rrdpipe/pkg-comment1
-rw-r--r--net/py-rrdpipe/pkg-descr3
-rw-r--r--net/py-rrdpipe/pkg-plist1
6 files changed, 33 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 0dff77f..7df993e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -405,6 +405,7 @@
SUBDIR += py-libnet
SUBDIR += py-medusa
SUBDIR += py-pcap
+ SUBDIR += py-rrdpipe
SUBDIR += py-rrdtool
SUBDIR += py-smb
SUBDIR += py-snmp
diff --git a/net/py-rrdpipe/Makefile b/net/py-rrdpipe/Makefile
new file mode 100644
index 0000000..6fe4e88
--- /dev/null
+++ b/net/py-rrdpipe/Makefile
@@ -0,0 +1,26 @@
+# 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://download.extreme-ware.com/open-projects/PyRRDpipe/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= PyRRDpipe-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool
+
+USE_PYTHON= yes
+NO_BUILD= yes
+
+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
new file mode 100644
index 0000000..af595e6
--- /dev/null
+++ b/net/py-rrdpipe/distinfo
@@ -0,0 +1 @@
+MD5 (PyRRDpipe-0.1.tar.gz) = 4ad257c8bfdab3ba62e4a957e3d3124d
diff --git a/net/py-rrdpipe/pkg-comment b/net/py-rrdpipe/pkg-comment
new file mode 100644
index 0000000..d38a109
--- /dev/null
+++ b/net/py-rrdpipe/pkg-comment
@@ -0,0 +1 @@
+Portable Python module to access RRDTool files via pipes
diff --git a/net/py-rrdpipe/pkg-descr b/net/py-rrdpipe/pkg-descr
new file mode 100644
index 0000000..f80c1ba
--- /dev/null
+++ b/net/py-rrdpipe/pkg-descr
@@ -0,0 +1,3 @@
+Portable Python module to access RRDTool files via pipes
+
+WWW: http://download.extreme-ware.com/
diff --git a/net/py-rrdpipe/pkg-plist b/net/py-rrdpipe/pkg-plist
new file mode 100644
index 0000000..7bfe68f
--- /dev/null
+++ b/net/py-rrdpipe/pkg-plist
@@ -0,0 +1 @@
+lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py
OpenPOWER on IntegriCloud