Date: Fri, 18 Mar 2011 01:22:11 +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 Makefile distinfo pkg-descr pkg-plist Message-ID: <201103180122.p2I1MBn4088412@repoman.freebsd.org>
index | next in thread | raw e-mail
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)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103180122.p2I1MBn4088412>
