aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Tree-NestedSet
Commit message (Collapse)AuthorAgeFilesLines
* - add stage supportAndrej Zverev2014-01-292-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341762
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326900
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Add test depends.Jun Kuriyama2012-01-221-0/+2
| | | | | | | | PR: ports/164346 Submitted by: swills Notes: svn path=/head/; revision=289584
* - Upgrade to 0.10.Jun Kuriyama2011-11-262-6/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286453
* This module provides methods for working with nested set trees. TheJun Kuriyama2011-03-184-0/+41
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/ Notes: svn path=/head/; revision=271192