SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
devel/p5-Tree-DAG_Node/pkg/DESCR
Normal file
7
devel/p5-Tree-DAG_Node/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
This class encapsulates/makes/manipulates objects that represent nodes
|
||||
in a tree structure. The tree structure is not an object itself, but is
|
||||
emergent from the linkages you create between nodes. This class provides
|
||||
the methods for making linkages that can be used to build up a tree,
|
||||
while preventing you from ever making any kinds of linkages which are
|
||||
not allowed in a tree (such as having a node be its own mother or
|
||||
ancestor, or having a node have two mothers).
|
3
devel/p5-Tree-DAG_Node/pkg/PLIST
Normal file
3
devel/p5-Tree-DAG_Node/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Tree/
|
||||
${P5SITE}/Tree/DAG_Node.pm
|
||||
@man man/man3p/Tree::DAG_Node.3p
|
Loading…
Add table
Add a link
Reference in a new issue