pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-POE-Component-Server-SimpleHTTP Import the POE:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2569bafdfde8
branches:  trunk
changeset: 626216:2569bafdfde8
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Mon Nov 04 20:53:46 2013 +0000

description:
Import the POE::Component::Server::SimpleHTTP Perl module into pkgsrc.

The Perl 5 module POE::Component::Server::SimpleHTTP is a simple HTTP
Server implementation for POE.

diffstat:

 www/p5-POE-Component-Server-SimpleHTTP/DESCR    |   2 +
 www/p5-POE-Component-Server-SimpleHTTP/Makefile |  26 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r d91b46d34aec -r 2569bafdfde8 www/p5-POE-Component-Server-SimpleHTTP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-POE-Component-Server-SimpleHTTP/DESCR      Mon Nov 04 20:53:46 2013 +0000
@@ -0,0 +1,2 @@
+The Perl 5 module POE::Component::Server::SimpleHTTP is a simple HTTP Server
+implementation for POE.
diff -r d91b46d34aec -r 2569bafdfde8 www/p5-POE-Component-Server-SimpleHTTP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile   Mon Nov 04 20:53:46 2013 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2013/11/04 21:06:33 tonnerre Exp $
+
+DISTNAME=      POE-Component-Server-SimpleHTTP-2.18
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Plack/}
+
+MAINTAINER=    pkgsrc-p5-people%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/
+COMMENT=       Simple HTTP Server implementation for POE
+LICENSE=       ${PERL5_LICENSE}
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/POE/Component/Server/SimpleHTTP/.packlist
+
+BUILD_DEPENDS+=        p5-POE-Filter-HTTP-Parser>=1.06:../../www/p5-POE-Filter-HTTP-Parser
+BUILD_DEPENDS+=        p5-Test-POE-Client-TCP>=0.10:../../devel/p5-Test-POE-Client-TCP
+DEPENDS+=      p5-POE>=1.0:../../devel/p5-POE
+DEPENDS+=      p5-HTTP-Date-[0-9]*:../../www/p5-HTTP-Date
+DEPENDS+=      p5-Storable-[0-9]*:../../devel/p5-Storable
+DEPENDS+=      p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
+DEPENDS+=      p5-Moose>=0.90:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-POE>=0.205:../../devel/p5-MooseX-POE
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index