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

Log message:
    SortedSet implements a Set whose elements are sorted in ascending
    order (according to the return values of their <=> methods) when
    iterating over them.
    
    Every element in SortedSet must be mutually comparable to every
    other: comparison with <=> must not return nil for any pair of
    elements. Otherwise ArgumentError will be raised.
    
    ruby-sorted_set is functionality spun out from the Set included with
    Ruby in 3.x
    
    feedback and ok jeremy@
    
    Status:
    
    Vendor Tag: kmos
    Release Tags:       kmos_20220621
    
    N ports/devel/ruby-sorted_set/Makefile
    N ports/devel/ruby-sorted_set/distinfo
    N ports/devel/ruby-sorted_set/pkg/DESCR
    N ports/devel/ruby-sorted_set/pkg/PLIST
    N ports/devel/ruby-sorted_set/patches/patch-_metadata
    
    No conflicts created by this import

Reply via email to