head	1.10;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


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

1.9
date	2012.10.01.14.45.16;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2012.09.08.03.13.39;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2012.04.11.02.44.31;	author swills;	state Exp;
branches;
next	1.6;

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

1.5
date	2010.08.23.02.23.13;	author pgollucci;	state Exp;
branches;
next	1.4;

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

1.3
date	2008.04.17.14.29.49;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.10.40;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.12.21.54.05;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# Created by: Fernan Aguero <fernan@@iib.unsam.edu.ar>
# $FreeBSD: head/www/p5-Catalyst-Plugin-Params-Nested/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $

PORTNAME=	Catalyst-Plugin-Params-Nested
PORTVERSION=	0.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Nested params (ala Ruby on Rails or PHP-style param arrays)

BUILD_DEPENDS=	p5-CGI-Expand>=1.06:${PORTSDIR}/www/p5-CGI-Expand 
RUN_DEPENDS=	p5-CGI-Expand>=1.06:${PORTSDIR}/www/p5-CGI-Expand \
		p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime
TEST_DEPENDS=	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Plugin::Params::Nested.3 \
	Catalyst::Plugin::Params::Nested::Expander.3

.include <bsd.port.mk>
@


1.9
log
@SVN rev 305130 on 2012-10-01 14:45:16Z by tabthorpe

- Reassign to the heap at maintainer's request
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.8
log
@SVN rev 303859 on 2012-09-08 03:13:39Z by swills

- Update to 0.05

PR:		ports/170925
Approved by:	maintainer timeout (fernan@@iib.unsam.edu.ar, >2 weeks)
@
text
@d1 1
a1 4
# New ports collection makefile for:	www/p5-Catalyst-Plugin-Params-Nested
# Date created:				28 Dec 2006
# Whom:					Fernan Aguero <fernan@@iib.unsam.edu.ar>
#
a2 1
#
d10 1
a10 1
MAINTAINER=	fernan@@iib.unsam.edu.ar
@


1.7
log
@- Add TEST_DEPENDS

PR:		ports/166343
Approved by:	maintainer timeout (fernan@@iib.unsam.edu.ar, >2 weeks)
@
text
@d9 1
a9 1
PORTVERSION=	0.03
@


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

Suggested by:	az
With hat:	perl
@
text
@d20 1
@


1.5
log
@- Fix index (remove stray /)
@
text
@d21 1
a21 1
PERL_CONFIGURE=	5.8.1+
@


1.4
log
@- Update to 0.03

PR:             ports/147408
Submitted by:   pgollucci (myself)
Reviewed by:    az
Approved by:    maintainer timeout (fernan@@iib.unsam.edu.ar ; > 2.5 months)
@
text
@d17 1
a17 1
BUILD_DEPENDS=	p5-CGI-Expand>=1.06:${PORTSDIR}/www/p5-CGI-Expand \
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	0.02
d18 1
a18 2
		p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
RUN_DEPENDS=	${BUILD_DEPENDS} \
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Catalyst
@


1.1
log
@Ruby on Rails has a nice feature to create nested parameters that help
with the organization of data in a form - parameters can be an
arbitrarily deep nested structure.

The way this structure is denoted is that when you construct a form the
field names have a special syntax which is parsed.

This plugin supports two syntaxes:

dot notation

        <input name="foo.bar.gorch" />

subscript notation

        <input name="foo[bar][gorch]" />

When reading query parameters from $c->req you can now access all the
items starting with "foo" as one entity using $c->req->param('foo');.
Each subitem, denoted by either the dot or the square brackets, will be
returned as a further deeper hashref.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Params-Nested

PR:		ports/107785
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
@
text
@d23 1
a23 1
PERL_CONFIGURE=	yes
d28 1
a28 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} <= 500801
IGNORE=	requires Perl 5.8.1. Install lang/perl5.8, and try again
.endif

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

