Date: Sun, 3 Nov 2013 09:49:32 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332601 - in head/devel: . pecl-event Message-ID: <201311030949.rA39nWWR006819@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 3 09:49:31 2013 New Revision: 332601 URL: http://svnweb.freebsd.org/changeset/ports/332601 Log: New port: pecl-event This is a port of libevent to the PHP infrastructure. WWW: http://pecl.php.net/package/event PR: ports/179074 Submitted by: John Chen Added: head/devel/pecl-event/ head/devel/pecl-event/Makefile (contents, props changed) head/devel/pecl-event/distinfo (contents, props changed) head/devel/pecl-event/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 3 09:40:34 2013 (r332600) +++ head/devel/Makefile Sun Nov 3 09:49:31 2013 (r332601) @@ -3240,6 +3240,7 @@ SUBDIR += pecl-dio SUBDIR += pecl-eio SUBDIR += pecl-ev + SUBDIR += pecl-event SUBDIR += pecl-expect SUBDIR += pecl-gearman SUBDIR += pecl-hidef Added: head/devel/pecl-event/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-event/Makefile Sun Nov 3 09:49:31 2013 (r332601) @@ -0,0 +1,27 @@ +# Created by: John Chen <johnpupu@gmail.com> +# $FreeBSD$ + +PORTNAME= event +PORTVERSION= 1.8.1 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= johnpupu@gmail.com +COMMENT= Provides interface to libevent library + +LICENSE= PHP301 + +LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2 + +USE_OPENSSL= yes +CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE} +USE_PHP= sockets +USE_PHP_BUILD= yes +USE_PHPEXT= yes +PHP_MODNAME= event +IGNORE_WITH_PHP=52 53 + +.include <bsd.port.mk> Added: head/devel/pecl-event/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-event/distinfo Sun Nov 3 09:49:31 2013 (r332601) @@ -0,0 +1,2 @@ +SHA256 (PECL/event-1.8.1.tgz) = 8bababa437fd391d02fdc953005496f701bdfc3f46a0395806d4a7f5cda8d26c +SIZE (PECL/event-1.8.1.tgz) = 71747 Added: head/devel/pecl-event/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-event/pkg-descr Sun Nov 3 09:49:31 2013 (r332601) @@ -0,0 +1,3 @@ +This is a port of libevent to the PHP infrastructure. + +WWW: http://pecl.php.net/package/event
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311030949.rA39nWWR006819>