Index: databases/py-python-rrdtool/Makefile =================================================================== --- databases/py-python-rrdtool/Makefile (nonexistent) +++ databases/py-python-rrdtool/Makefile (working copy) @@ -0,0 +1,25 @@ +# Created by: Daniel O'Connor +# $FreeBSD$ + +PORTNAME= rrdtool +DISTVERSION= 0.1.15 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +# Bindings name is different from https://pypi.org/project/rrdtool/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}python- + +MAINTAINER= darius@dons.net.au +COMMENT= Python interface to RRDTool, the graphing and logging utility + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= librrd.so:databases/rrdtool + +USES= python +USE_PYTHON= distutils autoplist + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rrdtool.so + +.include Property changes on: databases/py-python-rrdtool/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py-python-rrdtool/distinfo =================================================================== --- databases/py-python-rrdtool/distinfo (nonexistent) +++ databases/py-python-rrdtool/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1607259691 +SHA256 (rrdtool-0.1.15.tar.gz) = 951d2c23121dbe94859ea46bc9ed54e908e2f2ee60eff3c505db0778a3212732 +SIZE (rrdtool-0.1.15.tar.gz) = 21864 Property changes on: databases/py-python-rrdtool/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py-python-rrdtool/pkg-descr =================================================================== --- databases/py-python-rrdtool/pkg-descr (nonexistent) +++ databases/py-python-rrdtool/pkg-descr (working copy) @@ -0,0 +1,12 @@ +The python-rrdtool provides an interface to rrdtool, the +wonderful graphing and logging utility. This wrapper +implementation has worked from the scratch (without SWIG), +and it's under LGPL. + +The bindings are based on the code of the original Python 2 +bindings module for rrdtool by Hye-Shik Chang and are now +shipped with the RRDtool distribution. This project is +maintained separately to provide a more pythonic way to +install those bindings via PyPI. + +WWW: https://github.com/commx/python-rrdtool Property changes on: databases/py-python-rrdtool/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py-python-rrdtool/pkg-plist =================================================================== --- databases/py-python-rrdtool/pkg-plist (nonexistent) +++ databases/py-python-rrdtool/pkg-plist (working copy) @@ -0,0 +1,5 @@ +%%PYTHON_SITELIBDIR%%/rrdtool-0.1.15-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/rrdtool-0.1.15-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/rrdtool-0.1.15-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/rrdtool-0.1.15-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/rrdtool.so Property changes on: databases/py-python-rrdtool/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property