Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

16
devel/php-xdebug/DESCR Normal file
View File

@@ -0,0 +1,16 @@
The Xdebug extension helps you debugging your script by providing
a lot of valuable debug information.
The debug information that Xdebug can provide includes the following:
* stack traces and function traces in error messages with:
o full parameter display for user defined functions
o function name, file name and line indications
o support for member functions
* memory allocation
* protection for infinite recursions
Xdebug also provides:
* profiling information for PHP scripts
* code coverage analysis
* capabilities to debug your scripts interactively with a debug client

18
devel/php-xdebug/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.7 2015/03/15 00:43:32 taca Exp $
#
MODNAME= xdebug
PECL_VERSION= 2.3.1
CATEGORIES= devel
MASTER_SITES= http://xdebug.org/files/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xdebug.org/
COMMENT= PHP extension for debugging
LICENSE= php
PHP_ZEND_EXTENSION= yes
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2015/03/15 00:43:32 taca Exp $
SHA1 (php-xdebug/xdebug-2.3.1.tgz) = e552cea58e533793d904b62713d7da5546028c76
RMD160 (php-xdebug/xdebug-2.3.1.tgz) = 07c69f88f76541e5aaf6006fd6572567f44eb2f6
Size (php-xdebug/xdebug-2.3.1.tgz) = 266218 bytes