summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-09-03 07:31:17 +0000
committerfhajny <fhajny>2015-09-03 07:31:17 +0000
commit312ce59efa0c86075598d499f8f6ebcd32597545 (patch)
tree815ee380d6a17637422da300031e5d3168f88421
parentb9e2e26c2f2b27b4bee0617bc1cde8b976bae2fb (diff)
downloadpkgsrc-312ce59efa0c86075598d499f8f6ebcd32597545.tar.gz
Import wip/php-rrd as converters/php-rrd.
The PECL/rrd extension provides bindings to the RRDtool C library.
-rw-r--r--databases/Makefile3
-rw-r--r--databases/php-rrd/DESCR1
-rw-r--r--databases/php-rrd/Makefile16
-rw-r--r--databases/php-rrd/distinfo5
4 files changed, 24 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile
index dad5493f072..d88d6dc0cfc 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.497 2015/09/03 05:42:25 jnemeth Exp $
+# $NetBSD: Makefile,v 1.498 2015/09/03 07:31:17 fhajny Exp $
COMMENT= Databases
@@ -248,6 +248,7 @@ SUBDIR+= php-pdo_pgsql
SUBDIR+= php-pdo_sqlite
SUBDIR+= php-pgsql
SUBDIR+= php-redis
+SUBDIR+= php-rrd
SUBDIR+= php-sqlrelay
SUBDIR+= phpldapadmin
SUBDIR+= phpmyadmin
diff --git a/databases/php-rrd/DESCR b/databases/php-rrd/DESCR
new file mode 100644
index 00000000000..3adf46fcc6c
--- /dev/null
+++ b/databases/php-rrd/DESCR
@@ -0,0 +1 @@
+The PECL/rrd extension provides bindings to the RRDtool C library.
diff --git a/databases/php-rrd/Makefile b/databases/php-rrd/Makefile
new file mode 100644
index 00000000000..336d0b48dc9
--- /dev/null
+++ b/databases/php-rrd/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/09/03 07:31:17 fhajny Exp $
+
+MODNAME= rrd
+PECL_VERSION= 1.1.3
+CATEGORIES= databases
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://pecl.php.net/package/rrd/
+COMMENT= PHP extension provides bindings to the RRDtool C library
+LICENSE= php
+
+CONFIGURE_ARGS+= --with-rrd=${BUILDLINK_PREFIX.rrdtool}
+
+.include "../../databases/rrdtool/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/php-rrd/distinfo b/databases/php-rrd/distinfo
new file mode 100644
index 00000000000..809895113b7
--- /dev/null
+++ b/databases/php-rrd/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/09/03 07:31:17 fhajny Exp $
+
+SHA1 (php-rrd/rrd-1.1.3.tgz) = ae140021a49c387647f3c12cd3e343a101d42305
+RMD160 (php-rrd/rrd-1.1.3.tgz) = dbef0cf56fc081f768f85d46fd185a750a42cef5
+Size (php-rrd/rrd-1.1.3.tgz) = 19229 bytes