diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-01-08 21:23:07 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-01-08 21:23:07 +0000 |
commit | 3aee6089327c06f7d3928d7a420f812a35424e03 (patch) | |
tree | 2a3f0a7e56a8e5fa5a8600acb49d13f3ec82fa91 /net/py-rrdtool_lgpl | |
parent | a3560744694ab82d0e140d9a3a651cc3c298e018 (diff) | |
download | ports-3aee6089327c06f7d3928d7a420f812a35424e03.tar.gz ports-3aee6089327c06f7d3928d7a420f812a35424e03.zip |
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 'net/py-rrdtool_lgpl')
-rw-r--r-- | net/py-rrdtool_lgpl/Makefile | 23 | ||||
-rw-r--r-- | net/py-rrdtool_lgpl/distinfo | 1 | ||||
-rw-r--r-- | net/py-rrdtool_lgpl/pkg-comment | 1 | ||||
-rw-r--r-- | net/py-rrdtool_lgpl/pkg-descr | 6 | ||||
-rw-r--r-- | net/py-rrdtool_lgpl/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
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 |