Bug 153007 - [NEW PORT] www/p5-Tatsumaki: Non-blocking web framework based on Plack and AnyEvent
Summary: [NEW PORT] www/p5-Tatsumaki: Non-blocking web framework based on Plack and An...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-10 22:20 UTC by gslin
Modified: 2010-12-11 22:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-Tatsumaki-0.1010.shar (3.20 KB, text/plain)
2010-12-10 22:20 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2010-12-10 22:20:07 UTC
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/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-10 22:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-11 21:54:33 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-12-11 21:54:33 UTC
pgollucci    2010-12-11 21:54:28 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Tatsumaki     Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.2777    +1 -0      ports/www/Makefile
  1.1       +39 -0     ports/www/p5-Tatsumaki/Makefile (new)
  1.1       +2 -0      ports/www/p5-Tatsumaki/distinfo (new)
  1.1       +9 -0      ports/www/p5-Tatsumaki/pkg-descr (new)
  1.1       +17 -0     ports/www/p5-Tatsumaki/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"