summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorseb <seb>2010-04-16 04:08:03 +0000
committerseb <seb>2010-04-16 04:08:03 +0000
commit331d30c12e496d2d5928ec8c259791fa895f0b33 (patch)
tree422bf42e53423e4ab8c7b8e891cc1f81a39afc78 /www
parent451871f2aeeb8392761054f04a2f4ee9fa4153fb (diff)
downloadpkgsrc-331d30c12e496d2d5928ec8c259791fa895f0b33.tar.gz
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 (limited to 'www')
-rw-r--r--www/p5-Starlet/DESCR5
-rw-r--r--www/p5-Starlet/Makefile26
-rw-r--r--www/p5-Starlet/distinfo5
3 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-Starlet/DESCR b/www/p5-Starlet/DESCR
new file mode 100644
index 00000000000..af99ce3ac06
--- /dev/null
+++ b/www/p5-Starlet/DESCR
@@ -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 --git a/www/p5-Starlet/Makefile b/www/p5-Starlet/Makefile
new file mode 100644
index 00000000000..c24c913f75c
--- /dev/null
+++ b/www/p5-Starlet/Makefile
@@ -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
+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 --git a/www/p5-Starlet/distinfo b/www/p5-Starlet/distinfo
new file mode 100644
index 00000000000..03fe8c1aaec
--- /dev/null
+++ b/www/p5-Starlet/distinfo
@@ -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