diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-07-08 01:06:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-07-08 01:06:45 +0000 |
commit | fbfe255218fc1980c61530c2d47d4bb3e3a541d2 (patch) | |
tree | 4e85395de16f67421dfa00e5898fa1f6c9748ce2 /net | |
parent | 230687353de42eb720fa010488334d5dd741574b (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/php5-rrdtool/Makefile | 29 | ||||
-rw-r--r-- | net/php5-rrdtool/distinfo | 3 | ||||
-rw-r--r-- | net/php5-rrdtool/files/patch-config.m4 | 55 | ||||
-rw-r--r-- | net/php5-rrdtool/pkg-descr | 5 |
5 files changed, 0 insertions, 93 deletions
diff --git a/net/Makefile b/net/Makefile index dea51b3fd0fe..eddaae6acd5e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -632,7 +632,6 @@ SUBDIR += php4-xmlrpc SUBDIR += php4-yp SUBDIR += php5-ldap - SUBDIR += php5-rrdtool SUBDIR += php5-soap SUBDIR += php5-sockets SUBDIR += php5-xmlrpc diff --git a/net/php5-rrdtool/Makefile b/net/php5-rrdtool/Makefile deleted file mode 100644 index 32f6832bc366..000000000000 --- a/net/php5-rrdtool/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: php5-rrdtool -# Date created: 19 Mar 2006 -# Whom: rick@wzoeterwoude.net -# Credits: mat -# -# $FreeBSD$ - -PORTNAME= rrdtool -PORTVERSION= 1.00 -CATEGORIES= net -MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/ \ - http://ftp.ntua.gr/pub/net/monitoring/rrdtool/contrib/ \ - http://www.mirrors.wiretapped.net/security/network-monitoring/rrdtool/contrib/ -PKGNAMEPREFIX= php5- -DISTNAME= php_rrdtool -EXTRACT_SUFX= .tgz - -MAINTAINER= rick@wzoeterwoude.net -COMMENT= A php 5 rrdtool glue - -LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool - -WRKSRC= ${WRKDIR}/rrdtool - -USE_PHP= yes -DEFAULT_PHP_VER=5 -USE_PHPEXT= yes - -.include <bsd.port.mk> diff --git a/net/php5-rrdtool/distinfo b/net/php5-rrdtool/distinfo deleted file mode 100644 index 8bab1e9739d6..000000000000 --- a/net/php5-rrdtool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (php_rrdtool.tgz) = c86a45cfc54517b9066c480bbc589d43 -SHA256 (php_rrdtool.tgz) = 922719f2dd8772512339e82856ed4f102b493ef5d34d6cb389eded57c0a1bce4 -SIZE (php_rrdtool.tgz) = 9353 diff --git a/net/php5-rrdtool/files/patch-config.m4 b/net/php5-rrdtool/files/patch-config.m4 deleted file mode 100644 index 733aa4b443b5..000000000000 --- a/net/php5-rrdtool/files/patch-config.m4 +++ /dev/null @@ -1,55 +0,0 @@ ---- config.m4.orig Wed Nov 30 19:44:51 2005 -+++ config.m4 Sun Mar 19 20:48:34 2006 -@@ -13,7 +13,7 @@ - [ --with-rrdtool[=DIR] Include rrdtool support (requires rrdtool >= 1.0.49).]) - - if test "$PHP_RRDTOOL" != "no"; then -- -+ PHP_NEW_EXTENSION(rrdtool, rrdtool.c, $ext_shared) - if test "$PHP_RRDTOOL" != "yes"; then - AC_MSG_CHECKING(if rrdtool specified path is valid) - if test -r $PHP_RRDTOOL/include/rrd.h && test -f $PHP_RRDTOOL/lib/librrd.$SHLIB_SUFFIX_NAME -o -f $PHP_RRDTOOL/lib/librrd.a; then # path given as parameter -@@ -51,7 +51,14 @@ - fi - fi - --dnl Finish the setup -+ -+ dnl PHP Libaries include -+ AC_DEFINE(HAVE_RRDTOOL,1,[ ]) -+ PHP_SUBST(RRDTOOL_SHARED_LIBADD) -+ PHP_ADD_LIBRARY_WITH_PATH(rrd, $RRDTOOL_LIBDIR, RRDTOOL_SHARED_LIBADD) -+ PHP_ADD_INCLUDE($RRDTOOL_INCDIR) -+ -+ dnl Finish the setup - - RRD_H_PATH="$RRDTOOL_INCDIR/rrd.h" - PHP_RRDTOOL_DIR=$RRDTOOL_DIR -@@ -59,14 +66,9 @@ - - PHP_CHECK_LIBRARY(rrd, rrd_create, - [],[ -- PHP_CHECK_LIBRARY(rrd, rrd_create, -- [],[ -- AC_MSG_ERROR([wrong rrd lib version or lib not found]) -- ],[ -- -L$RRDTOOL_LIBDIR -ldl -- ]) -+ AC_MSG_ERROR([wrong rrd lib version or lib not found]) - ],[ -- -L$RRDTOOL_LIBDIR -ldl -+ -L$RRDTOOL_LIBDIR - ]) - - AC_MSG_CHECKING([rrdtool version]) -@@ -87,10 +89,4 @@ - if test "$ac_cv_rrdversion" = yes; then - AC_DEFINE(HAVE_RRD_12X, 1, [Whether you have rrd_verion]) - fi -- -- PHP_ADD_LIBRARY_WITH_PATH(rrd, $RRDTOOL_LIBDIR, RRDTOOL_SHARED_LIBADD) -- -- PHP_NEW_EXTENSION(rrdtool, rrdtool.c, $ext_shared) -- PHP_SUBST(RRDTOOL_SHARED_LIBADD) -- AC_DEFINE(HAVE_RRDTOOL, 1, [ ]) - fi diff --git a/net/php5-rrdtool/pkg-descr b/net/php5-rrdtool/pkg-descr deleted file mode 100644 index 0e3d378eb184..000000000000 --- a/net/php5-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://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/php_rrdtool.txt |