From owner-cvs-all@FreeBSD.ORG Fri Jan 12 21:54:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A712716A403; Fri, 12 Jan 2007 21:54:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 983B813C457; Fri, 12 Jan 2007 21:54:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0CLs5BV099575; Fri, 12 Jan 2007 21:54:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0CLs5WW099568; Fri, 12 Jan 2007 21:54:05 GMT (envelope-from miwi) Message-Id: <200701122154.l0CLs5WW099568@repoman.freebsd.org> From: Martin Wilke Date: Fri, 12 Jan 2007 21:54:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-Catalyst-Plugin-Params-Nested Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 21:54:05 -0000 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 subscript notation 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 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)