From owner-cvs-all@FreeBSD.ORG Sun Nov 21 11:52:42 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79368106566B; Sun, 21 Nov 2010 11:52:42 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68DBB8FC0C; Sun, 21 Nov 2010 11:52:42 +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 oALBqgFL015555; Sun, 21 Nov 2010 11:52:42 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oALBqgpZ015554; Sun, 21 Nov 2010 11:52:42 GMT (envelope-from az) Message-Id: <201011211152.oALBqgpZ015554@repoman.freebsd.org> From: Andrej Zverev Date: Sun, 21 Nov 2010 11:52: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/databases Makefile ports/databases/p5-DBIx-Class-MooseColumns Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 11:52:42 -0000 az 2010-11-21 11:52:42 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBIx-Class-MooseColumns Makefile distinfo pkg-descr pkg-plist Log: This module allows you to put the arguments to "add_column" in DBIx::Class::ResultSource right into your attribute definitions and will automatically call it when it finds an add_column attribute option. It also replaces the DBIx::Class-generated accessor methods (these are Class::Accessor::Grouped-generated accessor methods under the hood) with the Moose-generated accessor methods so that you can use more of the wonderful powers of Moose (eg. type constraints, triggers, ...). Revision Changes Path 1.918 +1 -0 ports/databases/Makefile 1.1 +28 -0 ports/databases/p5-DBIx-Class-MooseColumns/Makefile (new) 1.1 +2 -0 ports/databases/p5-DBIx-Class-MooseColumns/distinfo (new) 1.1 +9 -0 ports/databases/p5-DBIx-Class-MooseColumns/pkg-descr (new) 1.1 +15 -0 ports/databases/p5-DBIx-Class-MooseColumns/pkg-plist (new)