svn commit: r317172 - in head/misc: . p5-Asterisk-FastAGI
Maxim Sobolev
sobomax at FreeBSD.org
Fri May 3 06:35:19 UTC 2013
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 at pbxpress.it>
+# $FreeBSD$
+
+PORTNAME= Asterisk-FastAGI
+PORTVERSION= 0.02
+CATEGORIES= misc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sobomax at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Asterisk/FastAGI
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Asterisk
+ at dirrmtry %%SITE_PERL%%/Asterisk
More information about the svn-ports-all
mailing list