From fernan@omega.iib.unsam.edu.ar  Wed Jan 10 19:13:59 2007
Return-Path: <fernan@omega.iib.unsam.edu.ar>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 68DA916A415;
	Wed, 10 Jan 2007 19:13:59 +0000 (UTC)
	(envelope-from fernan@omega.iib.unsam.edu.ar)
Received: from omega.iib.unsam.edu.ar (omega.iib.unsam.edu.ar [170.210.49.14])
	by mx1.freebsd.org (Postfix) with ESMTP id 8493F13C45E;
	Wed, 10 Jan 2007 19:13:58 +0000 (UTC)
	(envelope-from fernan@omega.iib.unsam.edu.ar)
Received: from omega.iib.unsam.edu.ar (localhost [127.0.0.1])
	by omega.iib.unsam.edu.ar (8.13.6/8.13.6) with ESMTP id l0AJ2BIR028800;
	Wed, 10 Jan 2007 16:02:11 -0300 (ART)
	(envelope-from fernan@omega.iib.unsam.edu.ar)
Received: (from fernan@localhost)
	by omega.iib.unsam.edu.ar (8.13.6/8.13.6/Submit) id l0AJ2B9X028799;
	Wed, 10 Jan 2007 16:02:11 -0300 (ART)
	(envelope-from fernan)
Message-Id: <200701101902.l0AJ2B9X028799@omega.iib.unsam.edu.ar>
Date: Wed, 10 Jan 2007 16:02:11 -0300 (ART)
From: Fernan Aguero <fernan@iib.unsam.edu.ar>
Reply-To: Fernan Aguero <fernan@iib.unsam.edu.ar>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lbr@freebsd.org
Subject: [new port] Catalyst-Plugin-Params-Nested
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107785
>Category:       ports
>Synopsis:       [new port] Catalyst-Plugin-Params-Nested
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 10 19:20:31 GMT 2007
>Closed-Date:    Fri Jan 12 21:57:12 GMT 2007
>Last-Modified:  Fri Jan 12 22:00:33 GMT 2007
>Originator:     
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
IIB-UNSAM
>Environment:

System: FreeBSD omega.iib.unsam.edu.ar 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Wed Jan 25 12:43:39 ART 2006 fernan@omega.iib.unsam.edu.ar:/usr/obj/usr/src/sys/OMEGA i386

        
>Description:
        

        YACP, Yet Another Catalyst Plugin :)

>How-To-Repeat:
	
	
>Fix:

	



--- p5-Catalyst-Plugin-Params-Nested.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Catalyst-Plugin-Params-Nested
#	p5-Catalyst-Plugin-Params-Nested/Makefile
#	p5-Catalyst-Plugin-Params-Nested/pkg-descr
#	p5-Catalyst-Plugin-Params-Nested/distinfo
#	p5-Catalyst-Plugin-Params-Nested/pkg-plist
#
echo c - p5-Catalyst-Plugin-Params-Nested
mkdir -p p5-Catalyst-Plugin-Params-Nested > /dev/null 2>&1
echo x - p5-Catalyst-Plugin-Params-Nested/Makefile
sed 's/^X//' >p5-Catalyst-Plugin-Params-Nested/Makefile << 'END-of-p5-Catalyst-Plugin-Params-Nested/Makefile'
X# New ports collection makefile for:	www/p5-Catalyst-Plugin-Params-Nested
X# Date created:				28 Dec 2006
X# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Catalyst-Plugin-Params-Nested
XPORTVERSION=	0.02
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Catalyst
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	fernan@iib.unsam.edu.ar
XCOMMENT=	Nested params (ala Ruby on Rails or PHP-style param arrays)
X
XBUILD_DEPENDS=	p5-CGI-Expand>=1.06:${PORTSDIR}/www/p5-CGI-Expand \
X		p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
XRUN_DEPENDS=	${BUILD_DEPENDS} \
X		p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Catalyst::Plugin::Params::Nested.3 \
X	Catalyst::Plugin::Params::Nested::Expander.3
X
X.include <bsd.port.pre.mk>
X.if ${PERL_LEVEL} <= 500801
XIGNORE=	requires Perl 5.8.1. Install lang/perl5.8, and try again
X.endif
X.include <bsd.port.post.mk>
END-of-p5-Catalyst-Plugin-Params-Nested/Makefile
echo x - p5-Catalyst-Plugin-Params-Nested/pkg-descr
sed 's/^X//' >p5-Catalyst-Plugin-Params-Nested/pkg-descr << 'END-of-p5-Catalyst-Plugin-Params-Nested/pkg-descr'
XRuby on Rails has a nice feature to create nested parameters that help
Xwith the organization of data in a form - parameters can be an
Xarbitrarily deep nested structure.
X
XThe way this structure is denoted is that when you construct a form the
Xfield names have a special syntax which is parsed.
X
XThis plugin supports two syntaxes:
X
Xdot notation
X
X        <input name="foo.bar.gorch" />
X
Xsubscript notation
X
X        <input name="foo[bar][gorch]" />
X
XWhen reading query parameters from $c->req you can now access all the
Xitems starting with "foo" as one entity using $c->req->param('foo');.
XEach subitem, denoted by either the dot or the square brackets, will be
Xreturned as a further deeper hashref.
X
XWWW: http://search.cpan.org/dist/Catalyst-Plugin-Params-Nested
END-of-p5-Catalyst-Plugin-Params-Nested/pkg-descr
echo x - p5-Catalyst-Plugin-Params-Nested/distinfo
sed 's/^X//' >p5-Catalyst-Plugin-Params-Nested/distinfo << 'END-of-p5-Catalyst-Plugin-Params-Nested/distinfo'
XMD5 (Catalyst-Plugin-Params-Nested-0.02.tar.gz) = 96a048308a51ca8e79789522f0a64522
XSHA256 (Catalyst-Plugin-Params-Nested-0.02.tar.gz) = 28e1a0b4d42c4ae428b7929aaf8464c3adc23d2ab08c0f1e0e7f91d035f8bd40
XSIZE (Catalyst-Plugin-Params-Nested-0.02.tar.gz) = 4043
END-of-p5-Catalyst-Plugin-Params-Nested/distinfo
echo x - p5-Catalyst-Plugin-Params-Nested/pkg-plist
sed 's/^X//' >p5-Catalyst-Plugin-Params-Nested/pkg-plist << 'END-of-p5-Catalyst-Plugin-Params-Nested/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Params/Nested/.packlist
X%%SITE_PERL%%/Catalyst/Plugin/Params/Nested.pm
X%%SITE_PERL%%/Catalyst/Plugin/Params/Nested/Expander.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Params/Nested
X@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Params/Nested
X@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Params
X@dirrmtry %%SITE_PERL%%/Catalyst/Plugin
X@dirrmtry %%SITE_PERL%%/Catalyst
END-of-p5-Catalyst-Plugin-Params-Nested/pkg-plist
exit
--- p5-Catalyst-Plugin-Params-Nested.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Jan 10 19:21:18 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107785 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Jan 12 21:57:10 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107785 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107785: commit references a PR
Date: Fri, 12 Jan 2007 21:54:13 +0000 (UTC)

 miwi        2007-01-12 21:54:05 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/p5-Catalyst-Plugin-Params-Nested Makefile distinfo 
                                          pkg-descr pkg-plist 
   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>
   
   Revision  Changes    Path
   1.1681    +1 -0      ports/www/Makefile
   1.1       +34 -0     ports/www/p5-Catalyst-Plugin-Params-Nested/Makefile (new)
   1.1       +3 -0      ports/www/p5-Catalyst-Plugin-Params-Nested/distinfo (new)
   1.1       +23 -0     ports/www/p5-Catalyst-Plugin-Params-Nested/pkg-descr (new)
   1.1       +12 -0     ports/www/p5-Catalyst-Plugin-Params-Nested/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
