Add new port databases/py-python-rrdtool with Python bindings to RRDTool

Reviewed by:	marino (mentor)
Approved by:	swills (mentor)
This commit is contained in:
Bartek Rutkowski 2014-06-20 06:59:17 +00:00
parent 2105d43db1
commit dad7313ad0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358512
3 changed files with 30 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (python-rrdtool-1.4.7.tar.gz) = ffcddfb43d361fb983475b18e9be8f8f92883c9f2e732a329c0bb976e359cba7
SIZE (python-rrdtool-1.4.7.tar.gz) = 1396786

View File

@ -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