Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

2
net/php-sockets/DESCR Normal file
View File

@@ -0,0 +1,2 @@
PHP is a programming language designed to be embedded into web pages.
This module provides sockets support.

18
net/php-sockets/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.11 2012/10/23 17:18:58 asau Exp $
MODNAME= sockets
CATEGORIES+= net
COMMENT= PHP extension for sockets support
CONFLICTS= php-sockets-[0-9]*
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= ac_cv_func_if_indextoname=yes
.endif
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"