summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-04-24 11:37:09 +0000
committerseb <seb@pkgsrc.org>2010-04-24 11:37:09 +0000
commit78e849c3b323203ed1ed265001db48203827757c (patch)
tree02dcd6fb214c8dcbed809c4cf713452ae7491ba3 /www
parent80a1c901b2506284d52bbe73c6473d831b606e9a (diff)
downloadpkgsrc-78e849c3b323203ed1ed265001db48203827757c.tar.gz
Initial import of p5-Tatsumaki version 0.1010 in the NetBSD Packages
Collection. The Perl 5 module Tatsumaki is a toy port of Tornado for Perl using Plack (with non-blocking extensions) and AnyEvent. It allows you to write a web application that does a immediate response with template rendering, IO-bound delayed response (like fetching third party API or XML feeds), server push streaming and long-poll Comet in a clean unified API.
Diffstat (limited to 'www')
-rw-r--r--www/p5-Tatsumaki/DESCR7
-rw-r--r--www/p5-Tatsumaki/Makefile32
-rw-r--r--www/p5-Tatsumaki/distinfo5
3 files changed, 44 insertions, 0 deletions
diff --git a/www/p5-Tatsumaki/DESCR b/www/p5-Tatsumaki/DESCR
new file mode 100644
index 00000000000..e120e3c4ffb
--- /dev/null
+++ b/www/p5-Tatsumaki/DESCR
@@ -0,0 +1,7 @@
+The Perl 5 module Tatsumaki is a toy port of Tornado for Perl using
+Plack (with non-blocking extensions) and AnyEvent.
+
+It allows you to write a web application that does a immediate
+response with template rendering, IO-bound delayed response (like
+fetching third party API or XML feeds), server push streaming and
+long-poll Comet in a clean unified API.
diff --git a/www/p5-Tatsumaki/Makefile b/www/p5-Tatsumaki/Makefile
new file mode 100644
index 00000000000..70f19c794c6
--- /dev/null
+++ b/www/p5-Tatsumaki/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/24 11:37:09 seb Exp $
+
+DISTNAME= Tatsumaki-0.1010
+PKGNAME= p5-${DISTNAME}
+#PKGREVISION= 1
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Tatsumaki/
+COMMENT= Perl 5 non-blocking web framework based on Plack and AnyEvent
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Tatsumaki/.packlist
+
+BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose
+DEPENDS+= p5-AnyEvent>=5.200:../../devel/p5-AnyEvent
+DEPENDS+= p5-AnyEvent-HTTP-[0-9]*:../../www/p5-AnyEvent-HTTP
+DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
+DEPENDS+= p5-Mouse>=0.34:../../devel/p5-Mouse
+DEPENDS+= p5-Plack>=0.9913:../../www/p5-Plack
+DEPENDS+= p5-Text-MicroTemplate-[0-9]*:../../textproc/p5-Text-MicroTemplate
+DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
+DEPENDS+= p5-Twiggy-[0-9]*:../../www/p5-Twiggy
+DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-Tatsumaki/distinfo b/www/p5-Tatsumaki/distinfo
new file mode 100644
index 00000000000..40e98c25de5
--- /dev/null
+++ b/www/p5-Tatsumaki/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/24 11:37:09 seb Exp $
+
+SHA1 (Tatsumaki-0.1010.tar.gz) = 098ebf51924b455784d76a91c99050c95c8c336d
+RMD160 (Tatsumaki-0.1010.tar.gz) = 4d3e72e3a05c2058b303be6d6acb00bd2aca56a2
+Size (Tatsumaki-0.1010.tar.gz) = 100348 bytes