svn commit: r358512 - head/databases/py-python-rrdtool

Bartek Rutkowski robak at FreeBSD.org
Fri Jun 20 06:59:18 UTC 2014


Author: robak
Date: Fri Jun 20 06:59:17 2014
New Revision: 358512
URL: http://svnweb.freebsd.org/changeset/ports/358512
QAT: https://qat.redports.org/buildarchive/r358512/

Log:
  Add new port databases/py-python-rrdtool with Python bindings to RRDTool
  
  Reviewed by:	marino (mentor)
  Approved by:	swills (mentor)

Added:
  head/databases/py-python-rrdtool/
  head/databases/py-python-rrdtool/Makefile   (contents, props changed)
  head/databases/py-python-rrdtool/distinfo   (contents, props changed)
  head/databases/py-python-rrdtool/pkg-descr   (contents, props changed)

Added: head/databases/py-python-rrdtool/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-python-rrdtool/Makefile	Fri Jun 20 06:59:17 2014	(r358512)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	python-rrdtool
+PORTVERSION=	1.4.7
+CATEGORIES=	databases python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	robak at 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>

Added: head/databases/py-python-rrdtool/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-python-rrdtool/distinfo	Fri Jun 20 06:59:17 2014	(r358512)
@@ -0,0 +1,2 @@
+SHA256 (python-rrdtool-1.4.7.tar.gz) = ffcddfb43d361fb983475b18e9be8f8f92883c9f2e732a329c0bb976e359cba7
+SIZE (python-rrdtool-1.4.7.tar.gz) = 1396786

Added: head/databases/py-python-rrdtool/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-python-rrdtool/pkg-descr	Fri Jun 20 06:59:17 2014	(r358512)
@@ -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


More information about the svn-ports-head mailing list