Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2011 01:23:39 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@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-Tree-NestedSet Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201103180123.p2I1NdcZ088574@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kuriyama    2011-03-18 01:23:39 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/p5-DBIx-Class-Tree-NestedSet Makefile distinfo 
                                           pkg-descr pkg-plist 
  Log:
  This module provides methods for working with nested set trees.  The
  nested tree model is a way of representing hierarchical information in
  a database.  This takes a different approach to the Adjacency List
  implementation.  (see DBIx::Class::Tree::AdjacencyList which uses
  parent relationships in a recursive manner).
  
  WWW: http://search.cpan.org/dist/DBIx-Class-Tree-NestedSet/
  
  Revision  Changes    Path
  1.961     +1 -0      ports/databases/Makefile
  1.1       +27 -0     ports/databases/p5-DBIx-Class-Tree-NestedSet/Makefile (new)
  1.1       +2 -0      ports/databases/p5-DBIx-Class-Tree-NestedSet/distinfo (new)
  1.1       +7 -0      ports/databases/p5-DBIx-Class-Tree-NestedSet/pkg-descr (new)
  1.1       +5 -0      ports/databases/p5-DBIx-Class-Tree-NestedSet/pkg-plist (new)



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