head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.12.17.12.20.07;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.06.02.54;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.03.13.16.15.33;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2012.03.08.18.45.36;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.12.03.15.35;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2011.07.11.06.16.55;	author bapt;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.20.09.22.13;	author az;	state Exp;
branches;
next	1.3;

1.3
date	2011.03.18.03.30.21;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2010.12.27.19.57.24;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2010.12.11.21.54.28;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309085
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309085 | az | 2012-12-17 12:15:18 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-Tatsumaki
# Date created:		2010-12-11
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-Tatsumaki/Makefile 309085 2012-12-17 12:15:18Z az $
#

PORTNAME=	Tatsumaki
PORTVERSION=	0.1013
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Non-blocking web framework based on Plack and AnyEvent

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
		p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
		p5-AnyEvent-HTTP>=0:${PORTSDIR}/www/p5-AnyEvent-HTTP \
		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
		p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
		p5-Plack>=0:${PORTSDIR}/www/p5-Plack \
		p5-Text-MicroTemplate>=0:${PORTSDIR}/textproc/p5-Text-MicroTemplate \
		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
		p5-Twiggy>=0:${PORTSDIR}/www/p5-Twiggy
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP

PERL_CONFIGURE=	yes

MAN3=		Tatsumaki.3 \
		Tatsumaki::MessageQueue.3

.include <bsd.port.mk>
@


1.9
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/p5-Tatsumaki/Makefile 300897 2012-07-14 14:29:18Z beat $
d38 1
a38 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

.include <bsd.port.post.mk>
@


1.8
log
@- Revert ports/165605 as requested by portmgr@@

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)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, 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
@
text
@d38 7
a44 1
.include <bsd.port.mk>
@


1.6
log
@- Add BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
@
text
@d38 1
a38 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

.include <bsd.port.post.mk>
@


1.5
log
@- update to 0.1013
- add licenses
- changes: http://cpansearch.perl.org/src/MIYAGAWA/Tatsumaki-0.1013/Changes
@
text
@d21 1
a21 1
RUN_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
d30 2
@


1.4
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d9 1
a9 1
PORTVERSION=	0.1012
d18 3
@


1.3
log
@- Update to 0.1012

PR:		155635
Submitted by:	Gea-Suan Lin <gslin@@gslin.org> (maintainer)
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/M/MI/MIYAGAWA
@


1.2
log
@- Update to 0.1011

PR:             ports/153423
Submitted by:   Gea-Suan Lin <gslin@@gslin.org> (maintainer)
Changes:        http://search.cpan.org/dist/Tatsumaki/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.1011
d15 1
a15 1
MAINTAINER=	gslin@@gslin.org
@


1.1
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>
@
text
@d9 1
a9 1
PORTVERSION=	0.1010
@

