diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2014-06-20 06:59:17 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2014-06-20 06:59:17 +0000 |
commit | dad7313ad0f75527efa9a99e0ceb5fa9b135831b (patch) | |
tree | 0ec249af276106a2cfe41ffa1ae7e0c5d072dcbe /databases/py-python-rrdtool | |
parent | 2105d43db1bb143edcce0cbdea162b5d8127fed5 (diff) |
Notes
Diffstat (limited to 'databases/py-python-rrdtool')
-rw-r--r-- | databases/py-python-rrdtool/Makefile | 24 | ||||
-rw-r--r-- | databases/py-python-rrdtool/distinfo | 2 | ||||
-rw-r--r-- | databases/py-python-rrdtool/pkg-descr | 4 |
3 files changed, 30 insertions, 0 deletions
diff --git a/databases/py-python-rrdtool/Makefile b/databases/py-python-rrdtool/Makefile new file mode 100644 index 000000000000..a749f1c8f8d4 --- /dev/null +++ b/databases/py-python-rrdtool/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= python-rrdtool +PORTVERSION= 1.4.7 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= robak@FreeBSD.org +COMMENT= Python bindings for RRDTool, the graphing and logging utility + +LICENSE= LGPL3 + +LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool + +USES= pkgconfig +USE_GNOME= cairo glib20 libxml2 +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +LDFLAGS+= -L${LOCALBASE}/lib + +.include <bsd.port.mk> diff --git a/databases/py-python-rrdtool/distinfo b/databases/py-python-rrdtool/distinfo new file mode 100644 index 000000000000..eab3c3778c6c --- /dev/null +++ b/databases/py-python-rrdtool/distinfo @@ -0,0 +1,2 @@ +SHA256 (python-rrdtool-1.4.7.tar.gz) = ffcddfb43d361fb983475b18e9be8f8f92883c9f2e732a329c0bb976e359cba7 +SIZE (python-rrdtool-1.4.7.tar.gz) = 1396786 diff --git a/databases/py-python-rrdtool/pkg-descr b/databases/py-python-rrdtool/pkg-descr new file mode 100644 index 000000000000..17da68155213 --- /dev/null +++ b/databases/py-python-rrdtool/pkg-descr @@ -0,0 +1,4 @@ +This is a working Python Package of RRDtool binding to Python. +It delivers the same API as original binding. + +WWW: https://github.com/pbanaszkiewicz/python-rrdtool |