Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 11:52:42 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Class-MooseColumns Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201011211152.oALBqgpZ015554@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011211152.oALBqgpZ015554>