From owner-cvs-all@FreeBSD.ORG Wed Aug 2 10:54:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3AE16A4DD; Wed, 2 Aug 2006 10:54:43 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E0C43D49; Wed, 2 Aug 2006 10:54:42 +0000 (GMT) (envelope-from sat@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 k72AsgXM036499; Wed, 2 Aug 2006 10:54:42 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k72AsgBY036498; Wed, 2 Aug 2006 10:54:42 GMT (envelope-from sat) Message-Id: <200608021054.k72AsgBY036498@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 2 Aug 2006 10:54:42 +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-Template-Iterator-AlzaboWrapperCursor 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: Wed, 02 Aug 2006 10:54:43 -0000 sat 2006-08-02 10:54:42 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Template-Iterator-AlzaboWrapperCursor Makefile distinfo pkg-descr pkg-plist Log: Add port www/p5-Template-Iterator-AlzaboWrapperCursor: This module allows a Class::AlzaboWrapper::Cursor object to be used as a TT2 iterator. For a cursor which returns one object at a time, the iterator simply returns one object per iteration. When the cursor returns multiple objects, the iterator returns a hash reference where the keys are the table name of the object's class in lower-case, with camel-casing turned into underscores. The values of the hash are the objects. So if the cursor returns Foo::User and Foo::Page objects, the keys are "user" and "page". WWW: http://search.cpan.org/dist/Template-Iterator-AlzaboWrapperCursor/ Justification: socialtext dependency Revision Changes Path 1.1537 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/p5-Template-Iterator-AlzaboWrapperCursor/Makefile (new) 1.1 +3 -0 ports/www/p5-Template-Iterator-AlzaboWrapperCursor/distinfo (new) 1.1 +13 -0 ports/www/p5-Template-Iterator-AlzaboWrapperCursor/pkg-descr (new) 1.1 +3 -0 ports/www/p5-Template-Iterator-AlzaboWrapperCursor/pkg-plist (new)