aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Tatsumaki
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.Vanilla I. Shu2013-11-072-7/+4
| | | | Notes: svn path=/head/; revision=333137
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309085
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Add BUILD_DEPENDS to silence build warningsSteve Wills2012-01-121-1/+3
| | | | | | | - Add TEST_DEPENDS to enable testing Notes: svn path=/head/; revision=288993
* - update to 0.1013Baptiste Daroussin2011-07-112-3/+6
| | | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/MIYAGAWA/Tatsumaki-0.1013/Changes Notes: svn path=/head/; revision=277512
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275889
* - Update to 0.1012Martin Wilke2011-03-182-4/+4
| | | | | | | | PR: 155635 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=271209
* - Update to 0.1011Philip M. Gollucci2010-12-272-3/+3
| | | | | | | | | PR: ports/153423 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Changes: http://search.cpan.org/dist/Tatsumaki/Changes Notes: svn path=/head/; revision=267016
* Tatsumaki is a toy port of Tornado for Perl using Plack (withPhilip M. Gollucci2010-12-114-0/+67
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> Notes: svn path=/head/; revision=266070