summaryrefslogtreecommitdiff
path: root/databases/py-rrdtool_lgpl
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-01-08 21:23:07 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-01-08 21:23:07 +0000
commit3aee6089327c06f7d3928d7a420f812a35424e03 (patch)
tree2a3f0a7e56a8e5fa5a8600acb49d13f3ec82fa91 /databases/py-rrdtool_lgpl
parentfix comments, remove some (commented out) left-overs (diff)
Add py-rrdtool_lgpl 0.2,
Another python binding to rrdtool with a better license (LGPL than GPL) and more features.
Notes
Notes: svn path=/head/; revision=72768
Diffstat (limited to 'databases/py-rrdtool_lgpl')
-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
5 files changed, 36 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