1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/www/p5-Tatsumaki/pkg-plist
Philip M. Gollucci d5493c49fb 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.

WWW:	http://search.cpan.org/dist/Tatsumaki/

PR:		ports/153007
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-12-11 21:54:28 +00:00

18 lines
632 B
Plaintext

@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tatsumaki/.packlist
%%SITE_PERL%%/Tatsumaki.pm
%%SITE_PERL%%/Tatsumaki/Application.pm
%%SITE_PERL%%/Tatsumaki/Error.pm
%%SITE_PERL%%/Tatsumaki/HTTPClient.pm
%%SITE_PERL%%/Tatsumaki/Handler.pm
%%SITE_PERL%%/Tatsumaki/MessageQueue.pm
%%SITE_PERL%%/Tatsumaki/Request.pm
%%SITE_PERL%%/Tatsumaki/Response.pm
%%SITE_PERL%%/Tatsumaki/Server.pm
%%SITE_PERL%%/Tatsumaki/Service.pm
%%SITE_PERL%%/Tatsumaki/Template.pm
%%SITE_PERL%%/Tatsumaki/Template/Micro.pm
@dirrmtry %%SITE_PERL%%/Tatsumaki/Template
@dirrmtry %%SITE_PERL%%/Tatsumaki
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tatsumaki