View | Details | Raw Unified | Return to bug 251126 | Differences between
and this patch

Collapse All | Expand All

(-)databases/py-python-rrdtool/Makefile (+25 lines)
Line 0 Link Here
1
# Created by: Daniel O'Connor
2
# $FreeBSD$
3
4
PORTNAME=	rrdtool
5
DISTVERSION=	0.1.15
6
CATEGORIES=	databases python
7
MASTER_SITES=	CHEESESHOP
8
# Bindings name is different from https://pypi.org/project/rrdtool/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}python-
10
11
MAINTAINER=	darius@dons.net.au
12
COMMENT=	Python interface to RRDTool, the graphing and logging utility
13
14
LICENSE=	LGPL21+
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
17
LIB_DEPENDS=	librrd.so:databases/rrdtool
18
19
USES=		python
20
USE_PYTHON=	distutils autoplist
21
22
post-install:
23
	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rrdtool.so
24
25
.include <bsd.port.mk>
(-)databases/py-python-rrdtool/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1607259691
2
SHA256 (rrdtool-0.1.15.tar.gz) = 951d2c23121dbe94859ea46bc9ed54e908e2f2ee60eff3c505db0778a3212732
3
SIZE (rrdtool-0.1.15.tar.gz) = 21864
(-)databases/py-python-rrdtool/pkg-descr (+12 lines)
Line 0 Link Here
1
The python-rrdtool provides an interface to rrdtool, the
2
wonderful graphing and logging utility. This wrapper
3
implementation has worked from the scratch (without SWIG),
4
and it's under LGPL.
5
6
The bindings are based on the code of the original Python 2
7
bindings module for rrdtool by Hye-Shik Chang and are now
8
shipped with the RRDtool distribution. This project is
9
maintained separately to provide a more pythonic way to
10
install those bindings via PyPI.
11
12
WWW: https://github.com/commx/python-rrdtool
(-)databases/py-python-rrdtool/pkg-plist (+5 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/rrdtool-0.1.15-py%%PYTHON_VER%%.egg-info/PKG-INFO
2
%%PYTHON_SITELIBDIR%%/rrdtool-0.1.15-py%%PYTHON_VER%%.egg-info/SOURCES.txt
3
%%PYTHON_SITELIBDIR%%/rrdtool-0.1.15-py%%PYTHON_VER%%.egg-info/dependency_links.txt
4
%%PYTHON_SITELIBDIR%%/rrdtool-0.1.15-py%%PYTHON_VER%%.egg-info/top_level.txt
5
%%PYTHON_SITELIBDIR%%/rrdtool.so

Return to bug 251126