pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Starlet Initial import of p5-Starlet version 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b8bc2b8ebdc
branches:  trunk
changeset: 574400:6b8bc2b8ebdc
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Apr 16 04:08:03 2010 +0000

description:
Initial import of p5-Starlet version 0.08 in the NetBSD Packages
Collection.

The Perl 5 module Starlet provides a standalone HTTP/1.0 server.
It is suitable for running HTTP application servers behind a reverse
proxy and supports the following features: prefork and graceful
shutdown using Parallel::Prefork, hot deployment using Server::Starter,
fast HTTP processing using HTTP::Parser::XS .

diffstat:

 www/p5-Starlet/DESCR    |   5 +++++
 www/p5-Starlet/Makefile |  26 ++++++++++++++++++++++++++
 www/p5-Starlet/distinfo |   5 +++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 434fa36bc175 -r 6b8bc2b8ebdc www/p5-Starlet/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Starlet/DESCR      Fri Apr 16 04:08:03 2010 +0000
@@ -0,0 +1,5 @@
+The Perl 5 module Starlet provides a standalone HTTP/1.0 server.
+It is suitable for running HTTP application servers behind a reverse
+proxy and supports the following features: prefork and graceful
+shutdown using Parallel::Prefork, hot deployment using Server::Starter,
+fast HTTP processing using HTTP::Parser::XS .
diff -r 434fa36bc175 -r 6b8bc2b8ebdc www/p5-Starlet/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Starlet/Makefile   Fri Apr 16 04:08:03 2010 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/16 04:08:03 seb Exp $
+
+DISTNAME=      Starlet-0.08
+PKGNAME=       p5-${DISTNAME}
+#PKGREVISION=  1
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Plack/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Starlet/
+COMMENT=       Perl 5 Plack based standalone HTTP/1.0 server
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Starlet/.packlist
+
+BUILD_DEPENDS+=        p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
+BUILD_DEPENDS+=        p5-Test-TCP>=0.15:../../net/p5-Test-TCP
+DEPENDS+=      p5-Parallel-Prefork>=0.07:../../devel/p5-Parallel-Prefork
+DEPENDS+=      p5-Plack>=0.992:../../www/p5-Plack
+DEPENDS+=      p5-Server-Starter>=0.06:../../sysutils/p5-Server-Starter
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 434fa36bc175 -r 6b8bc2b8ebdc www/p5-Starlet/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Starlet/distinfo   Fri Apr 16 04:08:03 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/16 04:08:03 seb Exp $
+
+SHA1 (Starlet-0.08.tar.gz) = 25b99274d676feb3e7a37ebeb5e3c30a4fcb507b
+RMD160 (Starlet-0.08.tar.gz) = 4b12d3c82963ed06f171f02999a033f0ac27cdb6
+Size (Starlet-0.08.tar.gz) = 20460 bytes



Home | Main Index | Thread Index | Old Index