diff options
author | seb <seb@pkgsrc.org> | 2010-04-13 01:07:23 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-13 01:07:23 +0000 |
commit | 4395f7621a06f78d4924e549e967a6ef78e0672f (patch) | |
tree | 18af498570595b795794f03f6f1f39973e1d9035 /www | |
parent | d70fc0c95297fd67b9092d64d384b09a95ce60e7 (diff) | |
download | pkgsrc-4395f7621a06f78d4924e549e967a6ef78e0672f.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Twiggy/DESCR | 3 | ||||
-rw-r--r-- | www/p5-Twiggy/Makefile | 30 | ||||
-rw-r--r-- | www/p5-Twiggy/distinfo | 5 |
3 files changed, 38 insertions, 0 deletions
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 |