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

Jun Kuriyama kuriyama at FreeBSD.org
Fri Mar 18 01:22:11 UTC 2011


kuriyama    2011-03-18 01:22:11 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/p5-DBIx-Class-Tree Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  This module provides methods for working with adjacency lists.  The
  adjacency list model is a very common way of representing a tree
  structure.  In this model each row in a table has a prent ID column
  that references the primary key of another row in the same table.
  Because of this the primary key must only be one column and is usually
  some sort of integer.  The row with a parent ID of 0 is the root node
  and is usually the parent of all other rows.  Although, there is no
  limitation in this module that would stop you from having multiple
  root nodes.
  
  WWW: http://search.cpan.org/dist/DBIx-Class-Tree/
  
  Revision  Changes    Path
  1.960     +1 -0      ports/databases/Makefile
  1.1       +27 -0     ports/databases/p5-DBIx-Class-Tree/Makefile (new)
  1.1       +2 -0      ports/databases/p5-DBIx-Class-Tree/distinfo (new)
  1.1       +11 -0     ports/databases/p5-DBIx-Class-Tree/pkg-descr (new)
  1.1       +7 -0      ports/databases/p5-DBIx-Class-Tree/pkg-plist (new)


More information about the cvs-ports mailing list