aboutsummaryrefslogtreecommitdiff
path: root/databases/php4-rrdtool
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-08-26 13:12:33 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-08-26 13:12:33 +0000
commit223c86b3a20ef85caa73c78cdb587728e780cdf5 (patch)
treee876eb6feee701f7d6c0c52cbbc1487a5bc8c98d /databases/php4-rrdtool
parent3d8559b67a6ebb8e19f7339b5f5be6c32161a123 (diff)
downloadports-223c86b3a20ef85caa73c78cdb587728e780cdf5.tar.gz
ports-223c86b3a20ef85caa73c78cdb587728e780cdf5.zip
Add php4-rrdtool 1.05, a php/rrdtool glue.
Notes
Notes: svn path=/head/; revision=117308
Diffstat (limited to 'databases/php4-rrdtool')
-rw-r--r--databases/php4-rrdtool/Makefile27
-rw-r--r--databases/php4-rrdtool/distinfo2
-rw-r--r--databases/php4-rrdtool/pkg-descr5
3 files changed, 34 insertions, 0 deletions
diff --git a/databases/php4-rrdtool/Makefile b/databases/php4-rrdtool/Makefile
new file mode 100644
index 000000000000..252ea76043ca
--- /dev/null
+++ b/databases/php4-rrdtool/Makefile
@@ -0,0 +1,27 @@
+# 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}/net/rrdtool
+
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${UNIQUENAME}-${PORTVERSION}
+
+USE_PHP= yes
+USE_PHPEXT= yes
+
+.include <bsd.port.mk>
diff --git a/databases/php4-rrdtool/distinfo b/databases/php4-rrdtool/distinfo
new file mode 100644
index 000000000000..70bce219049b
--- /dev/null
+++ b/databases/php4-rrdtool/distinfo
@@ -0,0 +1,2 @@
+MD5 (php4-rrdtool-1.05.tar.gz) = 17816fc591c38135e81856e143aaab6f
+SIZE (php4-rrdtool-1.05.tar.gz) = 293555
diff --git a/databases/php4-rrdtool/pkg-descr b/databases/php4-rrdtool/pkg-descr
new file mode 100644
index 000000000000..efa020570b1f
--- /dev/null
+++ b/databases/php4-rrdtool/pkg-descr
@@ -0,0 +1,5 @@
+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/