Commit graph

7 commits

Author SHA1 Message Date
Andrej Zverev
78504bf84d - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:31:52 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Andrej Zverev
b611168744 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 13:04:01 +00:00
Carlo Strub
1863cc77b0 Fix typos in COMMENT 2012-07-24 07:19:21 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Steve Wills
22b0e1fea5 - Add TEST_DEPENDS to enable testing
PR:		ports/164342
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 21:34:01 +00:00
Jun Kuriyama
abb6952193 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/
2011-03-18 01:22:11 +00:00