diff options
author | perky <perky@FreeBSD.org> | 2003-01-09 05:23:07 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-01-09 05:23:07 +0800 |
commit | 729f7cd018f30445b264e822fbfc2ce089978004 (patch) | |
tree | 3d04ff4074968967440d2df923180a84f54d63c9 /databases | |
parent | b8d3092dd8d03617342c0caf24fcb0c0bd1c9c5f (diff) | |
download | freebsd-ports-graphics-729f7cd018f30445b264e822fbfc2ce089978004.tar.gz freebsd-ports-graphics-729f7cd018f30445b264e822fbfc2ce089978004.tar.zst freebsd-ports-graphics-729f7cd018f30445b264e822fbfc2ce089978004.zip |
Add py-rrdtool_lgpl 0.2,
Another python binding to rrdtool with a better license (LGPL than GPL)
and more features.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-rrdtool_lgpl/Makefile | 23 | ||||
-rw-r--r-- | databases/py-rrdtool_lgpl/distinfo | 1 | ||||
-rw-r--r-- | databases/py-rrdtool_lgpl/pkg-comment | 1 | ||||
-rw-r--r-- | databases/py-rrdtool_lgpl/pkg-descr | 6 | ||||
-rw-r--r-- | databases/py-rrdtool_lgpl/pkg-plist | 5 |
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 00000000000..983ef4508cc --- /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 00000000000..9ed84c8df6c --- /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 00000000000..e2498b88588 --- /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 00000000000..48861feaf01 --- /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 00000000000..0df51430e87 --- /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 |