Import php54-rrd-1.1.0 as wip/php-rrd.
The PECL/rrd extension provides bindings to the RRDtool C library.
This commit is contained in:
parent
400ccc54f8
commit
90a1e5ea51
3 changed files with 25 additions and 0 deletions
1
php-rrd/DESCR
Normal file
1
php-rrd/DESCR
Normal file
|
@ -0,0 +1 @@
|
||||||
|
The PECL/rrd extension provides bindings to the RRDtool C library.
|
19
php-rrd/Makefile
Normal file
19
php-rrd/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1 2013/06/20 11:28:33 yvs4sf Exp $
|
||||||
|
|
||||||
|
MODNAME= rrd
|
||||||
|
PECL_VERSION= 1.1.0
|
||||||
|
PECL_LEGACY_VERSION_SCHEME= yes
|
||||||
|
CATEGORIES+= databases
|
||||||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
|
COMMENT= PHP extension provides bindings to the RRDtool C library
|
||||||
|
LICENSE= php
|
||||||
|
|
||||||
|
SUBST_CLASSES+= path
|
||||||
|
SUBST_STAGE.path= post-patch
|
||||||
|
SUBST_MESSAGE.path= Fix search path for rrdtool header files
|
||||||
|
SUBST_FILES.path= config.m4
|
||||||
|
SUBST_SED.path= -e 's,/usr/local,${PREFIX},g'
|
||||||
|
|
||||||
|
.include "../../databases/rrdtool/buildlink3.mk"
|
||||||
|
.include "../../lang/php/ext.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
5
php-rrd/distinfo
Normal file
5
php-rrd/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1 2013/06/20 11:28:34 yvs4sf Exp $
|
||||||
|
|
||||||
|
SHA1 (php-rrd/rrd-1.1.0.tgz) = 59393fd8d032b1b49d610d176dd0bbed86d76d46
|
||||||
|
RMD160 (php-rrd/rrd-1.1.0.tgz) = 4fe488010e23467dec7e243ed67bea1916017b1f
|
||||||
|
Size (php-rrd/rrd-1.1.0.tgz) = 18639 bytes
|
Loading…
Reference in a new issue