diff options
author | edwin <edwin@FreeBSD.org> | 2007-08-11 19:31:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-08-11 19:31:48 +0800 |
commit | 1901f1ceb8ee3a3b020b8e0bfc0177607004bac1 (patch) | |
tree | 78c08994c94780072bf38f3fab141c38492d6458 /net | |
parent | 25155d66b80f9316495167b19731df3fe9edee84 (diff) | |
download | freebsd-ports-gnome-1901f1ceb8ee3a3b020b8e0bfc0177607004bac1.tar.gz freebsd-ports-gnome-1901f1ceb8ee3a3b020b8e0bfc0177607004bac1.tar.zst freebsd-ports-gnome-1901f1ceb8ee3a3b020b8e0bfc0177607004bac1.zip |
[repocopy] net/php4-rrdtool -> databases/php4-rrdtool
Follow the migration of net/rrdtool to databases/rrdtool
PR: ports/114316
Submitted by: Edwin Groothuis <edwin@freebsd.org>
Approved by: mat@
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/php4-rrdtool/Makefile | 32 | ||||
-rw-r--r-- | net/php4-rrdtool/distinfo | 3 | ||||
-rw-r--r-- | net/php4-rrdtool/files/patch-rrdtool.c | 20 | ||||
-rw-r--r-- | net/php4-rrdtool/pkg-descr | 5 | ||||
-rw-r--r-- | net/php4-rrdtool/pkg-plist | 7 |
6 files changed, 0 insertions, 68 deletions
diff --git a/net/Makefile b/net/Makefile index bd5b59d340e6..87433fb03130 100644 --- a/net/Makefile +++ b/net/Makefile @@ -628,7 +628,6 @@ SUBDIR += pfinger SUBDIR += phamm SUBDIR += php4-ldap - SUBDIR += php4-rrdtool SUBDIR += php4-sockets SUBDIR += php4-xmlrpc SUBDIR += php4-yp diff --git a/net/php4-rrdtool/Makefile b/net/php4-rrdtool/Makefile deleted file mode 100644 index e5a0274767ac..000000000000 --- a/net/php4-rrdtool/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: php4-rrdtool -# Date created: 26 Aug 2004 -# Whom: mat -# -# $FreeBSD$ -# - -PORTNAME= rrdtool -PORTVERSION= 1.05 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} http://www.joeym.net/ -MASTER_SITE_SUBDIR= mat -PKGNAMEPREFIX= php4- -DISTNAME= ${UNIQUENAME}-${PORTVERSION} - -MAINTAINER= mat@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 - -post-install: - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} - @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." - -.include <bsd.port.mk> diff --git a/net/php4-rrdtool/distinfo b/net/php4-rrdtool/distinfo deleted file mode 100644 index 7bcb044e35a1..000000000000 --- a/net/php4-rrdtool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (php4-rrdtool-1.05.tar.gz) = 17816fc591c38135e81856e143aaab6f -SHA256 (php4-rrdtool-1.05.tar.gz) = 7250887228f12178e4121de54985355ae7173d3b957825af389ba483c5a5a523 -SIZE (php4-rrdtool-1.05.tar.gz) = 293555 diff --git a/net/php4-rrdtool/files/patch-rrdtool.c b/net/php4-rrdtool/files/patch-rrdtool.c deleted file mode 100644 index 951af3a8f254..000000000000 --- a/net/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/net/php4-rrdtool/pkg-descr b/net/php4-rrdtool/pkg-descr deleted file mode 100644 index efa020570b1f..000000000000 --- a/net/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/net/php4-rrdtool/pkg-plist b/net/php4-rrdtool/pkg-plist deleted file mode 100644 index e4647ab69b32..000000000000 --- a/net/php4-rrdtool/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%PORTDOCS%%%%EXAMPLESDIR%%/etc3p16.rrd -%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_create.php -%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_graph.php -%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_last.php -%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_update.php -%%PORTDOCS%%%%EXAMPLESDIR%%/test_fetch.php -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |