Date: Wed, 7 Jul 2004 13:20:11 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Tree-Simple Makefile distinfo pkg-descr pkg-plist Message-ID: <200407071320.i67DKBm3065960@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
demon 2004-07-07 13:20:11 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Tree-Simple Makefile distinfo pkg-descr pkg-plist Log: New port: Tree::Simple. 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. Revision Changes Path 1.1600 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Tree-Simple/Makefile (new) 1.1 +2 -0 ports/devel/p5-Tree-Simple/distinfo (new) 1.1 +6 -0 ports/devel/p5-Tree-Simple/pkg-descr (new) 1.1 +4 -0 ports/devel/p5-Tree-Simple/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407071320.i67DKBm3065960>