head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.4;
locks; strict;
comment	@# @;


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

1.9
date	2012.10.10.13.03.07;	author sunpoet;	state Exp;
branches;
next	1.8;

1.8
date	2012.01.29.01.16.03;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.25.23.10.51;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.25.00.25.00;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.22.21.18.19;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.12.07.13.35.11;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2011.12.03.11.48.51;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.12.03.09.22.42;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.02.20.05.56;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
# $FreeBSD: head/www/p5-PocketIO/Makefile 305654 2012-10-10 13:03:07Z sunpoet $

PORTNAME=	PocketIO
PORTVERSION=	0.14000
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:VTI
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/000$//}

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Socket.IO Plack application

LICENSE=	ART20

BUILD_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
		p5-Protocol-SocketIO>=0.04:${PORTSDIR}/www/p5-Protocol-SocketIO \
		p5-Protocol-WebSocket>=0.00906:${PORTSDIR}/www/p5-Protocol-WebSocket
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Plack>=0:${PORTSDIR}/www/p5-Plack \
		p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP \
		p5-Twiggy>=0:${PORTSDIR}/www/p5-Twiggy

PERL_CONFIGURE=	yes

MAN3=		PocketIO.3 \
		PocketIO::Broadcast.3 \
		PocketIO::Connection.3 \
		PocketIO::Handle.3 \
		PocketIO::Message.3 \
		PocketIO::Pool.3 \
		PocketIO::Pool::Redis.3 \
		PocketIO::Resource.3 \
		PocketIO::Socket.3 \
		PocketIO::Sockets.3 \
		PocketIO::Test.3 \
		PocketIO::Transport::Base.3 \
		PocketIO::Transport::BasePolling.3 \
		PocketIO::Transport::Htmlfile.3 \
		PocketIO::Transport::JSONPPolling.3 \
		PocketIO::Transport::WebSocket.3 \
		PocketIO::Transport::XHRMultipart.3 \
		PocketIO::Transport::XHRPolling.3

.include <bsd.port.mk>
@


1.9
log
@SVN rev 305654 on 2012-10-10 13:03:07Z by sunpoet

- Update to 0.14
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/PocketIO/Changes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.8
log
@- Update to 0.13

Changes:	http://search.cpan.org/dist/PocketIO/Changes
@
text
@d1 1
a1 4
# New ports collection makefile for:	p5-PocketIO
# Date created:		2011-10-01
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
a2 1
#
d5 1
a5 1
PORTVERSION=	0.13000
a21 1

@


1.7
log
@- Update to 0.12
- Fix LICENSE

Changes:	http://search.cpan.org/dist/PocketIO/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.12000
d23 1
a23 1
		p5-Protocol-SocketIO>=0:${PORTSDIR}/www/p5-Protocol-SocketIO \
@


1.6
log
@- Update to 0.11
- Add LICENSE

Changes:	http://search.cpan.org/dist/PocketIO/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.11000
d19 1
a19 1
LICENSE=	AL2
@


1.5
log
@- Update to 0.10
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/PocketIO/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.10000
d19 2
d24 1
a24 3
		p5-Protocol-WebSocket>=0.00906:${PORTSDIR}/www/p5-Protocol-WebSocket \
		p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP \
		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
d28 1
@


1.4
log
@- Update to 0.00908

Changes:	http://search.cpan.org/dist/PocketIO/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.00908
d14 1
d21 1
a21 1
		p5-Plack>=0:${PORTSDIR}/www/p5-Plack \
d24 4
a27 1
		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
a28 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
@


1.3
log
@- Update to 0.00907
- Add missing dependency: p5-Test-TCP

Changes:	http://search.cpan.org/dist/PocketIO/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.00907
@


1.2
log
@- Update to 0.00906

Changes:	http://search.cpan.org/dist/PocketIO/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.00906
d22 1
@


1.1
log
@- Add p5-PocketIO 0.00905

PocketIO is a server implementation of SocketIO in Perl, you still need
socket.io javascript library on the client.

PocketIO aims to have API as close as possible to the node.js implementation and
sometimes it might look not very perlish.

WWW: http://search.cpan.org/dist/PocketIO/
@
text
@d9 1
a9 1
PORTVERSION=	0.00905
d21 1
a21 1
		p5-Protocol-WebSocket>=0.00903:${PORTSDIR}/www/p5-Protocol-WebSocket \
@

