summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/py-rrdtool_lgpl/Makefile23
-rw-r--r--databases/py-rrdtool_lgpl/distinfo1
-rw-r--r--databases/py-rrdtool_lgpl/pkg-comment1
-rw-r--r--databases/py-rrdtool_lgpl/pkg-descr6
-rw-r--r--databases/py-rrdtool_lgpl/pkg-plist5
-rw-r--r--net/Makefile1
-rw-r--r--net/py-rrdtool_lgpl/Makefile23
-rw-r--r--net/py-rrdtool_lgpl/distinfo1
-rw-r--r--net/py-rrdtool_lgpl/pkg-comment1
-rw-r--r--net/py-rrdtool_lgpl/pkg-descr6
-rw-r--r--net/py-rrdtool_lgpl/pkg-plist5
11 files changed, 73 insertions, 0 deletions
diff --git a/databases/py-rrdtool_lgpl/Makefile b/databases/py-rrdtool_lgpl/Makefile
new file mode 100644
index 000000000000..983ef4508ccf
--- /dev/null
+++ b/databases/py-rrdtool_lgpl/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: py-rrdtool_lgpl
+# Date created: 8 January 2003
+# Whom: Hye-Shik Chang
+#
+# $FreeBSD$
+
+PORTNAME= rrdtool_lgpl
+PORTVERSION= 0.2
+CATEGORIES= net python
+MASTER_SITES= http://savannah.nongnu.org/download/py-rrdtool/py-rrdtool.pkg/${PORTVERSION}/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= py-rrdtool-${PORTVERSION}
+
+MAINTAINER= perky@FreeBSD.org
+
+LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+LIBDIR?= ${LOCALBASE}/lib # directory where librrd.so lives
+
+.include <bsd.port.mk>
diff --git a/databases/py-rrdtool_lgpl/distinfo b/databases/py-rrdtool_lgpl/distinfo
new file mode 100644
index 000000000000..9ed84c8df6c0
--- /dev/null
+++ b/databases/py-rrdtool_lgpl/distinfo
@@ -0,0 +1 @@
+MD5 (py-rrdtool-0.2.tar.gz) = eeb381e36ea8f1f433da0f9c2ec5a502
diff --git a/databases/py-rrdtool_lgpl/pkg-comment b/databases/py-rrdtool_lgpl/pkg-comment
new file mode 100644
index 000000000000..e2498b885883
--- /dev/null
+++ b/databases/py-rrdtool_lgpl/pkg-comment
@@ -0,0 +1 @@
+Python interface to RRDTool, the graphing and logging utility
diff --git a/databases/py-rrdtool_lgpl/pkg-descr b/databases/py-rrdtool_lgpl/pkg-descr
new file mode 100644
index 000000000000..48861feaf01b
--- /dev/null
+++ b/databases/py-rrdtool_lgpl/pkg-descr
@@ -0,0 +1,6 @@
+The python-rrdtool provides a interface to rrdtool, the
+wonderful graphing and logging utility. This wrapper
+implementation has worked from the scratch (without SWIG),
+and it's under LGPL.
+
+WWW: http://www.nongnu.org/py-rrdtool/
diff --git a/databases/py-rrdtool_lgpl/pkg-plist b/databases/py-rrdtool_lgpl/pkg-plist
new file mode 100644
index 000000000000..0df51430e879
--- /dev/null
+++ b/databases/py-rrdtool_lgpl/pkg-plist
@@ -0,0 +1,5 @@
+%%PYTHON_SITELIBDIR%%/rrdtool/__init__.py
+%%PYTHON_SITELIBDIR%%/rrdtool/__init__.pyc
+%%PYTHON_SITELIBDIR%%/rrdtool/__init__.pyo
+%%PYTHON_SITELIBDIR%%/rrdtool/_rrdtool.so
+@dirrm %%PYTHON_SITELIBDIR%%/rrdtool
diff --git a/net/Makefile b/net/Makefile
index e32740efe43b..b5ee9afef886 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -468,6 +468,7 @@
SUBDIR += py-pcap
SUBDIR += py-rrdpipe
SUBDIR += py-rrdtool
+ SUBDIR += py-rrdtool_lgpl
SUBDIR += py-rt
SUBDIR += py-smb
SUBDIR += py-snmp
diff --git a/net/py-rrdtool_lgpl/Makefile b/net/py-rrdtool_lgpl/Makefile
new file mode 100644
index 000000000000..983ef4508ccf
--- /dev/null
+++ b/net/py-rrdtool_lgpl/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: py-rrdtool_lgpl
+# Date created: 8 January 2003
+# Whom: Hye-Shik Chang
+#
+# $FreeBSD$
+
+PORTNAME= rrdtool_lgpl
+PORTVERSION= 0.2
+CATEGORIES= net python
+MASTER_SITES= http://savannah.nongnu.org/download/py-rrdtool/py-rrdtool.pkg/${PORTVERSION}/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= py-rrdtool-${PORTVERSION}
+
+MAINTAINER= perky@FreeBSD.org
+
+LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+LIBDIR?= ${LOCALBASE}/lib # directory where librrd.so lives
+
+.include <bsd.port.mk>
diff --git a/net/py-rrdtool_lgpl/distinfo b/net/py-rrdtool_lgpl/distinfo
new file mode 100644
index 000000000000..9ed84c8df6c0
--- /dev/null
+++ b/net/py-rrdtool_lgpl/distinfo
@@ -0,0 +1 @@
+MD5 (py-rrdtool-0.2.tar.gz) = eeb381e36ea8f1f433da0f9c2ec5a502
diff --git a/net/py-rrdtool_lgpl/pkg-comment b/net/py-rrdtool_lgpl/pkg-comment
new file mode 100644
index 000000000000..e2498b885883
--- /dev/null
+++ b/net/py-rrdtool_lgpl/pkg-comment
@@ -0,0 +1 @@
+Python interface to RRDTool, the graphing and logging utility
diff --git a/net/py-rrdtool_lgpl/pkg-descr b/net/py-rrdtool_lgpl/pkg-descr
new file mode 100644
index 000000000000..48861feaf01b
--- /dev/null
+++ b/net/py-rrdtool_lgpl/pkg-descr
@@ -0,0 +1,6 @@
+The python-rrdtool provides a interface to rrdtool, the
+wonderful graphing and logging utility. This wrapper
+implementation has worked from the scratch (without SWIG),
+and it's under LGPL.
+
+WWW: http://www.nongnu.org/py-rrdtool/
diff --git a/net/py-rrdtool_lgpl/pkg-plist b/net/py-rrdtool_lgpl/pkg-plist
new file mode 100644
index 000000000000..0df51430e879
--- /dev/null
+++ b/net/py-rrdtool_lgpl/pkg-plist
@@ -0,0 +1,5 @@
+%%PYTHON_SITELIBDIR%%/rrdtool/__init__.py
+%%PYTHON_SITELIBDIR%%/rrdtool/__init__.pyc
+%%PYTHON_SITELIBDIR%%/rrdtool/__init__.pyo
+%%PYTHON_SITELIBDIR%%/rrdtool/_rrdtool.so
+@dirrm %%PYTHON_SITELIBDIR%%/rrdtool