summaryrefslogtreecommitdiff
path: root/devel/p5-Tree-Simple (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.17.Dmitry Sivachenko2006-12-022-5/+5
| | | | | | | | PR: 106180 Submitted by: Christopher Boumenot <boumenot@gmail.com> Notes: svn path=/head/; revision=178591
* Update to 1.16.Dmitry Sivachenko2006-07-172-4/+4
| | | | | | | Based on PRs: 98868, 99577, 99817 Notes: svn path=/head/; revision=168063
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Upgrade to version 1.15.Dmitry Sivachenko2005-10-102-3/+3
| | | | | | | | PR: 86731 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=144799
* Update to version 1.14.Dmitry Sivachenko2005-04-282-3/+3
| | | | Notes: svn path=/head/; revision=134298
* 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