head	1.10;
access;
symbols
	RELEASE_8_3_0:1.2;
locks; strict;
comment	@# @;


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

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

1.8
date	2013.02.04.06.23.16;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.02.53;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.09.13.12.08.40;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	2012.08.26.02.47.48;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.10.18.42.42;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.02.15.06.11;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2012.03.11.10.32.43;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2012.01.29.11.42.52;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313688
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile 313688 2013-03-09 04:06:57Z kuriyama $

PORTNAME=	Plack-Middleware-ServerStatus-Lite
PORTVERSION=	0.12
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Plack middleware to show server status like Apache mod_status

RUN_DEPENDS=	\
	p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \
	p5-Net-CIDR-Lite>0:${PORTSDIR}/net/p5-Net-CIDR-Lite \
	p5-Parallel-Scoreboard>=0.02:${PORTSDIR}/devel/p5-Parallel-Scoreboard \
	p5-Plack>0:${PORTSDIR}/www/p5-Plack \
	p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:=	${RUN_DEPENDS}
# Tests will fail if not root or 80/tcp is used.
TEST_DEPENDS=	\
	p5-Starlet>0:${PORTSDIR}/www/p5-Starlet \
	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP

PERL_CONFIGURE=	yes

MAN3=	Plack::Middleware::ServerStatus::Lite.3

.include <bsd.port.mk>
@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311664
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile 311664 2013-02-05 06:10:40Z kuriyama $
d4 1
a4 1
PORTVERSION=	0.11
d13 1
a13 1
	p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311516
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile 311516 2013-02-03 22:38:19Z kuriyama $
d4 1
a4 1
PORTVERSION=	0.10
@


1.7
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:	Plack::Middleware::ServerStatus::Lite
# Date created:		29 Jan 2012
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile 304201 2012-09-13 12:08:40Z kuriyama $
#
d4 1
a4 1
PORTVERSION=	0.09
@


1.6
log
@SVN rev 304201 on 2012-09-13 12:08:40Z by kuriyama

- Upgrade to 0.09.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@SVN rev 303174 on 2012-08-26 02:47:48Z by kuriyama

- Upgrade to 0.08.

PR:		ports/171040
Submitted by:	swills
@
text
@d9 1
a9 1
PORTVERSION=	0.08
@


1.4
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d9 1
a9 1
PORTVERSION=	0.07
@


1.3
log
@- Upgrade to 0.07.
@
text
@d23 1
a23 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
log
@- Upgrade to 0.05.

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.05
d18 1
d24 4
a27 1
TEST_DEPENDS=	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
@


1.1
log
@Plack::Middleware::ServerStatus::Lite is a middleware that display
server status in multiprocess Plack servers such as Starman and
Starlet.  This middleware changes status only before and after
executing the application.  so cannot monitor keepalive session and
network i/o wait.

WWW: http://search.cpan.org/dist/Plack-Middleware-ServerStatus-Lite/
@
text
@d9 1
a9 1
PORTVERSION=	0.03
d23 1
@

