cvs commit: ports/devel Makefile ports/devel/p5-Tree-Simple Makefile distinfo pkg-descr pkg-plist

Dmitry Sivachenko demon at FreeBSD.org
Wed Jul 7 06:20:11 PDT 2004


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)


More information about the cvs-all mailing list