diff options
Diffstat (limited to 'databases/php4-rrdtool')
-rw-r--r-- | databases/php4-rrdtool/Makefile | 36 | ||||
-rw-r--r-- | databases/php4-rrdtool/distinfo | 2 | ||||
-rw-r--r-- | databases/php4-rrdtool/files/patch-rrdtool.c | 20 | ||||
-rw-r--r-- | databases/php4-rrdtool/pkg-descr | 5 | ||||
-rw-r--r-- | databases/php4-rrdtool/pkg-plist | 7 |
5 files changed, 0 insertions, 70 deletions
diff --git a/databases/php4-rrdtool/Makefile b/databases/php4-rrdtool/Makefile deleted file mode 100644 index 08d1340b5823..000000000000 --- a/databases/php4-rrdtool/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: php4-rrdtool -# Date created: 26 Aug 2004 -# Whom: mat -# -# $FreeBSD$ -# - -PORTNAME= rrdtool -PORTVERSION= 1.05 -PORTREVISION= 2 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_LOCAL} http://www.joeym.net/ -MASTER_SITE_SUBDIR= mat -PKGNAMEPREFIX= php4- -DISTNAME= ${UNIQUENAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A php/rrdtool glue - -LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool - -GNU_CONFIGURE= yes - -WRKSRC= ${WRKDIR}/${UNIQUENAME}-${PORTVERSION} - -USE_PHP= yes -USE_PHPEXT= yes - -.if !defined(NOPORTEXAMPLES) -post-install: - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} - @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." -.endif - -.include <bsd.port.mk> diff --git a/databases/php4-rrdtool/distinfo b/databases/php4-rrdtool/distinfo deleted file mode 100644 index 7b9d2bd8554b..000000000000 --- a/databases/php4-rrdtool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (php4-rrdtool-1.05.tar.gz) = 7250887228f12178e4121de54985355ae7173d3b957825af389ba483c5a5a523 -SIZE (php4-rrdtool-1.05.tar.gz) = 293555 diff --git a/databases/php4-rrdtool/files/patch-rrdtool.c b/databases/php4-rrdtool/files/patch-rrdtool.c deleted file mode 100644 index 951af3a8f254..000000000000 --- a/databases/php4-rrdtool/files/patch-rrdtool.c +++ /dev/null @@ -1,20 +0,0 @@ ---- rrdtool.c.orig Thu Jun 12 03:27:51 2003 -+++ rrdtool.c Tue May 10 12:39:24 2005 -@@ -331,6 +331,7 @@ - HashTable *args_arr; - int i, xsize, ysize, argc; - char **argv, **calcpr; -+ double ymin, ymax; - - - if ( rrd_test_error() ) -@@ -377,7 +378,8 @@ - } - - optind = 0; opterr = 0; -- if ( rrd_graph(argc-1, &argv[1], &calcpr, &xsize, &ysize) != -1 ) -+ if ( rrd_graph(argc-1, &argv[1], &calcpr, &xsize, &ysize, -+ NULL, &ymin, &ymax) != -1 ) - { - array_init(return_value); - add_assoc_long(return_value, "xsize", xsize); diff --git a/databases/php4-rrdtool/pkg-descr b/databases/php4-rrdtool/pkg-descr deleted file mode 100644 index efa020570b1f..000000000000 --- a/databases/php4-rrdtool/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Contained herein are bindings to allow you to interface php scripts with RRD -tool directly via RRD tool's 'librrd' library, thus avoiding the need to use -system() calls to the rrdtool binary. - -WWW: http://www.joeym.net/ diff --git a/databases/php4-rrdtool/pkg-plist b/databases/php4-rrdtool/pkg-plist deleted file mode 100644 index 08fc1c0e6eaf..000000000000 --- a/databases/php4-rrdtool/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc3p16.rrd -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrd_create.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrd_graph.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrd_last.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrd_update.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fetch.php -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |