cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Class-Tree-NestedSet Makefile distinfo pkg-descr pkg-plist

Jun Kuriyama kuriyama at FreeBSD.org
Fri Mar 18 01:23:39 UTC 2011


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)


More information about the cvs-ports mailing list