From owner-cvs-all@FreeBSD.ORG Sun Feb 12 12:02:29 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 B00B916A420; Sun, 12 Feb 2006 12:02:29 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E3F343D69; Sun, 12 Feb 2006 12:02:28 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1CC2SYo061042; Sun, 12 Feb 2006 12:02:28 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1CC2Sj0061041; Sun, 12 Feb 2006 12:02:28 GMT (envelope-from erwin) Message-Id: <200602121202.k1CC2Sj0061041@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 12 Feb 2006 12:02:28 +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-Enzyme 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: Sun, 12 Feb 2006 12:02:30 -0000 erwin 2006-02-12 12:02:28 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Catalyst-Enzyme Makefile distinfo pkg-descr pkg-plist Log: Catalyst::Enzyme is a layer on top of the Catalyst framework providing CRUD functionality for Class::DBI models. Enzyme uses convention and configuration to provide e.g. extensible CRUD out-of-the-box, and a common way of dealing with error handling etc. It's not completely unlike Maypole in this regard. However, at this point Enzyme isn't as feature-rich as Maypole. Enzyme is one way of bringing many Catalyst modules and concepts together into a unified whole. There are other ways to do this (obviously. This is, like... uh, Perl). WWW: http://search.cpan.org/dist/Catalyst-Enzyme/ PR: ports/93229 Submitted by: Lars Balker Rasmussen Revision Changes Path 1.1327 +1 -0 ports/www/Makefile 1.1 +55 -0 ports/www/p5-Catalyst-Enzyme/Makefile (new) 1.1 +3 -0 ports/www/p5-Catalyst-Enzyme/distinfo (new) 1.1 +15 -0 ports/www/p5-Catalyst-Enzyme/pkg-descr (new) 1.1 +39 -0 ports/www/p5-Catalyst-Enzyme/pkg-plist (new)