aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tree-Simple
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.12.Dmitry Sivachenko2004-10-132-3/+3
| | | | | | | | PR: 72596 Submitted by: Aaron Dalton <aaron@daltons.ca> Notes: svn path=/head/; revision=119157
* Update to version 1.10.Dmitry Sivachenko2004-09-012-7/+4
| | | | | | | | Remove unneeded dependency. Take maintainership. Notes: svn path=/head/; revision=117818
* - this port does not build under perl 5.00503Vanilla I. Shu2004-08-173-0/+11
| | | | | | | | | | | | - add new DEPENDS - add WWW in pkg-descr - add files in pkg-plist PR: ports/70538 Submitted by: Cheng-Lung Sung <clsung_at_tw.freebsd.org> Notes: svn path=/head/; revision=116529
* Update to version 1.07.Dmitry Sivachenko2004-08-022-3/+3
| | | | Notes: svn path=/head/; revision=115253
* Add dependency on Test::More for ancient versions of perlDmitry Sivachenko2004-07-121-1/+8
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=113454
* New port: Tree::Simple.Dmitry Sivachenko2004-07-074-0/+34
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. Notes: svn path=/head/; revision=113136