From owner-svn-ports-head@FreeBSD.ORG Fri May 3 06:35:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 70271DB0; Fri, 3 May 2013 06:35:19 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 624A8184D; Fri, 3 May 2013 06:35:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r436ZJvD026918; Fri, 3 May 2013 06:35:19 GMT (envelope-from sobomax@svn.freebsd.org) Received: (from sobomax@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r436ZIXu026913; Fri, 3 May 2013 06:35:18 GMT (envelope-from sobomax@svn.freebsd.org) Message-Id: <201305030635.r436ZIXu026913@svn.freebsd.org> From: Maxim Sobolev Date: Fri, 3 May 2013 06:35:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317172 - in head/misc: . p5-Asterisk-FastAGI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 06:35:19 -0000 Author: sobomax Date: Fri May 3 06:35:17 2013 New Revision: 317172 URL: http://svnweb.freebsd.org/changeset/ports/317172 Log: Add p5-Asterisk-FastAGI - a perl module for FastAGI handling. Sponsored by: pbxpress.it Added: head/misc/p5-Asterisk-FastAGI/ head/misc/p5-Asterisk-FastAGI/Makefile (contents, props changed) head/misc/p5-Asterisk-FastAGI/distinfo (contents, props changed) head/misc/p5-Asterisk-FastAGI/pkg-descr (contents, props changed) head/misc/p5-Asterisk-FastAGI/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Fri May 3 05:11:17 2013 (r317171) +++ head/misc/Makefile Fri May 3 06:35:17 2013 (r317172) @@ -384,6 +384,7 @@ SUBDIR += p5-Array-PrintCols SUBDIR += p5-Array-RefElem SUBDIR += p5-Asterisk + SUBDIR += p5-Asterisk-FastAGI SUBDIR += p5-Bot-Training SUBDIR += p5-Bot-Training-MegaHAL SUBDIR += p5-Bot-Training-StarCraft Added: head/misc/p5-Asterisk-FastAGI/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Asterisk-FastAGI/Makefile Fri May 3 06:35:17 2013 (r317172) @@ -0,0 +1,25 @@ +# Created by: Maksym Sobolyev +# $FreeBSD$ + +PORTNAME= Asterisk-FastAGI +PORTVERSION= 0.02 +CATEGORIES= misc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sobomax@FreeBSD.org +COMMENT= Perl module for FastAGI handling + +BUILD_DEPENDS= p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \ + p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ + p5-Asterisk>=0:${PORTSDIR}/misc/p5-Asterisk \ + p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ + p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove +RUN_DEPENDS= p5-Asterisk>=0:${PORTSDIR}/misc/p5-Asterisk \ + p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server + +PERL_CONFIGURE= yes + +MAN3= Asterisk::FastAGI.3 + +.include Added: head/misc/p5-Asterisk-FastAGI/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Asterisk-FastAGI/distinfo Fri May 3 06:35:17 2013 (r317172) @@ -0,0 +1,2 @@ +SHA256 (Asterisk-FastAGI-0.02.tar.gz) = 68412ba685bfc287b6850552d9a7c949bdd16682b6e8572120fa6248183b52d5 +SIZE (Asterisk-FastAGI-0.02.tar.gz) = 3186 Added: head/misc/p5-Asterisk-FastAGI/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Asterisk-FastAGI/pkg-descr Fri May 3 06:35:17 2013 (r317172) @@ -0,0 +1,10 @@ +Description +----------- + +Asterisk::FastAGI provides a preforking daemon for handling FastAGI requests +from Asterisk. + +Read the Net::Server for more information about the logging facilities, +configuration, etc. + +WWW: http://search.cpan.org/dist/Asterisk-FastAGI/ Added: head/misc/p5-Asterisk-FastAGI/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Asterisk-FastAGI/pkg-plist Fri May 3 06:35:17 2013 (r317172) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Asterisk/FastAGI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Asterisk/FastAGI/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Asterisk/FastAGI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Asterisk +@dirrmtry %%SITE_PERL%%/Asterisk