From 5f1c020ce85088b12efb8cb0c48f9ec5e36f7771 Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 13 Apr 2010 01:07:23 +0000 Subject: Initial import of p5-Twiggy version 0.1005 in the NetBSD Packages Collection. the Perl 5 module Twiggy is a lightweight and fast HTTP server with unique features such as: PSGI, AnyEvent, fast header parser, and superdaemon aware. --- www/p5-Twiggy/DESCR | 3 +++ www/p5-Twiggy/Makefile | 30 ++++++++++++++++++++++++++++++ www/p5-Twiggy/distinfo | 5 +++++ 3 files changed, 38 insertions(+) create mode 100644 www/p5-Twiggy/DESCR create mode 100644 www/p5-Twiggy/Makefile create mode 100644 www/p5-Twiggy/distinfo (limited to 'www/p5-Twiggy') diff --git a/www/p5-Twiggy/DESCR b/www/p5-Twiggy/DESCR new file mode 100644 index 00000000000..3d73746172e --- /dev/null +++ b/www/p5-Twiggy/DESCR @@ -0,0 +1,3 @@ +the Perl 5 module Twiggy is a lightweight and fast HTTP server with +unique features such as: PSGI, AnyEvent, fast header parser, +and superdaemon aware. diff --git a/www/p5-Twiggy/Makefile b/www/p5-Twiggy/Makefile new file mode 100644 index 00000000000..57daa77b2e9 --- /dev/null +++ b/www/p5-Twiggy/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/13 01:07:23 seb Exp $ + +DISTNAME= Twiggy-0.1005 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Twiggy/ +COMMENT= AnyEvent HTTP server for PSGI +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Twiggy/.packlist + +BUILD_DEPENDS+= p5-Server-Starter-[0-9]*:../../sysutils/p5-Server-Starter +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP +DEPENDS+= p5-EV-[0-9]*:../../devel/p5-EV +DEPENDS+= p5-HTTP-Parser-XS-[0-9]*:../../www/p5-HTTP-Parser-XS +DEPENDS+= p5-AnyEvent-[0-9]*:../../devel/p5-AnyEvent +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-Plack>=0.99:../../www/p5-Plack +DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Twiggy/distinfo b/www/p5-Twiggy/distinfo new file mode 100644 index 00000000000..9f92b96086c --- /dev/null +++ b/www/p5-Twiggy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/13 01:07:23 seb Exp $ + +SHA1 (Twiggy-0.1005.tar.gz) = 092a61697c3bcc6c7d8589caa3b50c3991f74a6f +RMD160 (Twiggy-0.1005.tar.gz) = e6415601c805022d9adf0a78d91a2abfdd415499 +Size (Twiggy-0.1005.tar.gz) = 95053 bytes -- cgit v1.2.3