head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.09.06.15.48.32;	author swills;	state Exp;
branches;
next	1.9;

1.9
date	2012.04.11.02.10.15;	author swills;	state Exp;
branches;
next	1.8;

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

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

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

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

1.4
date	2010.09.24.00.44.28;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2010.08.31.02.29.48;	author pgollucci;	state Exp;
branches;
next	1.2;

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

1.1
date	2010.04.21.16.27.50;	author sylvio;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-Catalyst-Plugin-Unicode-Encoding
# Date created:				19 April 2010
# Whom:					Bill Brinzer <bill.brinzer@@gmail.com>
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile 303768 2012-09-06 15:48:32Z swills $
#

PORTNAME=	Catalyst-Plugin-Unicode-Encoding
PORTVERSION=	1.8
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bill.brinzer@@gmail.com
COMMENT=	Unicode aware Catalyst

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.8000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
		p5-URI>=1.36:${PORTSDIR}/net/p5-URI \
		p5-libwww>=5.837:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Plugin::Unicode::Encoding.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif

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


1.10
log
@SVN rev 303768 on 2012-09-06 15:48:32Z by swills

- Update to 1.8

PR:		ports/170862
Approved by:	maintainer timeout (bill.brinzer@@gmail.com, >2 weeks)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Add TEST_DEPENDS

PR:		ports/166294
Approved by:	maintainer timeout (bill.brinzer@@gmail.com, >2 weeks)
@
text
@d9 1
a9 1
PORTVERSION=	1.3
@


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
@d23 1
@


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
@d28 7
a34 1
.include <bsd.port.mk>
@


1.6
log
@- Update to 1.3
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Catalyst-Plugin-Unicode-Encoding/Changes
PR:		ports/162793
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 29 days)
@
text
@d28 1
a28 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif

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


1.5
log
@- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d9 1
a9 2
PORTVERSION=	1.1
PORTREVISION=	1
d17 6
a22 3
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.8000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-libwww>=5.828:${PORTSDIR}/www/p5-libwww \
		p5-URI>=1.36:${PORTSDIR}/net/p5-URI
d28 7
a34 1
.include <bsd.port.mk>
@


1.4
log
@- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
  are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@@
@
text
@d22 1
a22 1
PERL_CONFIGURE=	5.8.9+
@


1.3
log
@- Update to 1.1

PR:             ports/150128
Submitted by:   Bill Brinzer <bill.brinzer@@gmail.com>
Changes:        http://search.cpan.org/dist/Catalyst-Plugin-Unicode-Encoding/Changes
@
text
@d10 1
@


1.2
log
@- Update to 1.0

PR:             ports/147411
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (bill.brinzer@@gmail.com ; > 2.5 months)
Changes:        http://search.cpan.org/dist/Catalyst-Plugin-Unicode-Encoding/Changes
@
text
@d9 1
a9 1
PORTVERSION=	1.0
a16 1
BUILD_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
@


1.1
log
@- On request, decodes all params from encoding into a sequence of
logical characters. On response, encondes body into encoding.

WWW:	http://search.cpan.org/dist/Catalyst-Plugin-Unicode-Encoding/

PR:		ports/145898
Submitted by:	Bill Brinzer <bill.brinzer@@gmail.com>
Approved by:	itetcu (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.9
@

