Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 06:35:18 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
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
Message-ID:  <201305030635.r436ZIXu026913@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sobomax@pbxpress.it>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305030635.r436ZIXu026913>