CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2022/06/21 19:35:38

Log message:
    An RBTree is a sorted associative collection that is implemented with a
    Red-Black Tree. It maps keys to values like a Hash, but maintains its
    elements in ascending key order. The interface is the almost identical
    to that of Hash.
    
    To support ruby-sorted_set
    
    Feed back and ok jeremy@
    
    Status:
    
    Vendor Tag: kmos
    Release Tags:       kmos_20220621
    
    N ports/devel/ruby-rbtree/Makefile
    N ports/devel/ruby-rbtree/distinfo
    N ports/devel/ruby-rbtree/pkg/DESCR
    N ports/devel/ruby-rbtree/pkg/PLIST
    
    No conflicts created by this import

Reply via email to