SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
6
devel/p5-Tree-Simple/pkg/DESCR
Normal file
6
devel/p5-Tree-Simple/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
This module in an fully object-oriented implementation of a simple n-ary
|
||||
tree. It is built upon the concept of parent-child relationships, so
|
||||
therefore every Tree::Simple object has both a parent and a set of
|
||||
children (who themselves may have children, and so on). Every
|
||||
Tree::Simple object also has siblings, as they are just the children of
|
||||
their immediate parent.
|
6
devel/p5-Tree-Simple/pkg/PLIST
Normal file
6
devel/p5-Tree-Simple/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
${P5SITE}/Tree/
|
||||
${P5SITE}/Tree/Simple/
|
||||
${P5SITE}/Tree/Simple.pm
|
||||
${P5SITE}/Tree/Simple/Visitor.pm
|
||||
@man man/man3p/Tree::Simple.3p
|
||||
@man man/man3p/Tree::Simple::Visitor.3p
|
Loading…
Add table
Add a link
Reference in a new issue