From owner-cvs-ports@FreeBSD.ORG Sun May 8 23:08:38 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE215106566B; Sun, 8 May 2011 23:08:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D030D8FC14; Sun, 8 May 2011 23:08:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p48N8cGw092059; Sun, 8 May 2011 23:08:38 GMT (envelope-from swills@repoman.freebsd.org) Received: (from swills@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p48N8cm0092058; Sun, 8 May 2011 23:08:38 GMT (envelope-from swills) Message-Id: <201105082308.p48N8cm0092058@repoman.freebsd.org> From: Steve Wills Date: Sun, 8 May 2011 23:08:38 +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-CatalystX-InjectComponent Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 23:08:39 -0000 swills 2011-05-08 23:08:38 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-CatalystX-InjectComponent Makefile distinfo pkg-descr pkg-plist Log: CatalystX::InjectComponent will inject Controller, Model, and View components into your Catalyst application at setup (run)time. It does this by creating a new package on-the-fly, having that package extend the given component, and then having Catalyst setup the new component (via ->setup_component) WWW: http://search.cpan.org/dist/CatalystX-InjectComponent/ Revision Changes Path 1.2879 +1 -0 ports/www/Makefile 1.1 +32 -0 ports/www/p5-CatalystX-InjectComponent/Makefile (new) 1.1 +2 -0 ports/www/p5-CatalystX-InjectComponent/distinfo (new) 1.1 +6 -0 ports/www/p5-CatalystX-InjectComponent/pkg-descr (new) 1.1 +5 -0 ports/www/p5-CatalystX-InjectComponent/pkg-plist (new)