aboutsummaryrefslogtreecommitdiff
path: root/net/py-rrdtool_lgpl
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-08-11 11:34:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-08-11 11:34:29 +0000
commite8158a50e8a96f752041bfa2a7a9cd1d55c7909b (patch)
tree0e9c7e8b9918a69d62eaf2584116a4bcc3e1f87e /net/py-rrdtool_lgpl
parent130ff609909ac515ac71eec78da0f5991a4d290f (diff)
downloadports-e8158a50e8a96f752041bfa2a7a9cd1d55c7909b.tar.gz
ports-e8158a50e8a96f752041bfa2a7a9cd1d55c7909b.zip
[repocopy] net/py-rrdtool_lgpl -> databases/py-rrdtool_lgpl
Follow the migration of net/rrdtool to databases/rrdtool PR: ports/114320 Submitted by: Edwin Groothuis <edwin@freebsd.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=197463
Diffstat (limited to 'net/py-rrdtool_lgpl')
-rw-r--r--net/py-rrdtool_lgpl/Makefile27
-rw-r--r--net/py-rrdtool_lgpl/distinfo3
-rw-r--r--net/py-rrdtool_lgpl/files/patch-src::_rrdtoolmodule.c17
-rw-r--r--net/py-rrdtool_lgpl/pkg-descr6
-rw-r--r--net/py-rrdtool_lgpl/pkg-plist5
5 files changed, 0 insertions, 58 deletions
diff --git a/net/py-rrdtool_lgpl/Makefile b/net/py-rrdtool_lgpl/Makefile
deleted file mode 100644
index 15f258244d57..000000000000
--- a/net/py-rrdtool_lgpl/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Ports collection makefile for: py-rrdtool_lgpl
-# Date created: 8 January 2003
-# Whom: Hye-Shik Chang
-#
-# $FreeBSD$
-
-PORTNAME= rrdtool_lgpl
-PORTVERSION= 0.2.1
-PORTREVISION= 1
-CATEGORIES= net python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= py-rrdtool
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= py-rrdtool-${PORTVERSION}
-
-MAINTAINER= perky@FreeBSD.org
-COMMENT= Python interface to RRDTool, the graphing and logging utility
-
-LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
-
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME= py-rrdtool
-
-LIBDIR?= ${LOCALBASE}/lib # directory where librrd.so lives
-
-.include <bsd.port.mk>
diff --git a/net/py-rrdtool_lgpl/distinfo b/net/py-rrdtool_lgpl/distinfo
deleted file mode 100644
index 691bb31b76fc..000000000000
--- a/net/py-rrdtool_lgpl/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (py-rrdtool-0.2.1.tar.gz) = 32aa26ac40274419c4bbd68bed77407d
-SHA256 (py-rrdtool-0.2.1.tar.gz) = 3a72b6483c4da110e0a3563f0b0f233d891b78a0fa226d6981e9cc7dd5a53f05
-SIZE (py-rrdtool-0.2.1.tar.gz) = 18809
diff --git a/net/py-rrdtool_lgpl/files/patch-src::_rrdtoolmodule.c b/net/py-rrdtool_lgpl/files/patch-src::_rrdtoolmodule.c
deleted file mode 100644
index 358957220aaf..000000000000
--- a/net/py-rrdtool_lgpl/files/patch-src::_rrdtoolmodule.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/_rrdtoolmodule.c.orig Tue May 10 15:02:49 2005
-+++ src/_rrdtoolmodule.c Tue May 10 15:06:59 2005
-@@ -232,11 +232,13 @@
- PyObject *r;
- char **argv, **calcpr;
- int argc, xsize, ysize, i;
-+ double ymin, ymax;
-
- if (create_args("graph", args, &argc, &argv) < 0)
- return NULL;
-
-- if (rrd_graph(argc, argv, &calcpr, &xsize, &ysize) == -1) {
-+ if (rrd_graph(argc, argv, &calcpr, &xsize, &ysize, NULL,
-+ &ymin, &ymax) == -1) {
- PyErr_SetString(ErrorObject, rrd_get_error());
- rrd_clear_error();
- r = NULL;
diff --git a/net/py-rrdtool_lgpl/pkg-descr b/net/py-rrdtool_lgpl/pkg-descr
deleted file mode 100644
index 9256ac3fb534..000000000000
--- a/net/py-rrdtool_lgpl/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The python-rrdtool provides a interface to rrdtool, the
-wonderful graphing and logging utility. This wrapper
-implementation has worked from the scratch (without SWIG),
-and it's under LGPL.
-
-WWW: http://sourceforge.net/projects/py-rrdtool/
diff --git a/net/py-rrdtool_lgpl/pkg-plist b/net/py-rrdtool_lgpl/pkg-plist
deleted file mode 100644
index 0df51430e879..000000000000
--- a/net/py-rrdtool_lgpl/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%PYTHON_SITELIBDIR%%/rrdtool/__init__.py
-%%PYTHON_SITELIBDIR%%/rrdtool/__init__.pyc
-%%PYTHON_SITELIBDIR%%/rrdtool/__init__.pyo
-%%PYTHON_SITELIBDIR%%/rrdtool/_rrdtool.so
-@dirrm %%PYTHON_SITELIBDIR%%/rrdtool