CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2024/12/20 05:45:17

Log message:
    import libdivsufsort 2.0.2.1
    OK asou@
    
    Comment:
    library for lightweight suffix array construction algorithm
    
    Description:
    This library provides a simple and an efficient C API to construct a
    suffix array and a Burrows-Wheeler transformed string from a given
    string over a constant-size alphabet.  The algorithm runs in O(n log n)
    worst-case time using only 5n+O(1) bytes of memory space, where n is the
    length of the string.
    
    Status:
    
    Vendor Tag: bluhm
    Release Tags:       bluhm_20241220
    
    N ports/devel/libdivsufsort/Makefile
    N ports/devel/libdivsufsort/distinfo
    N ports/devel/libdivsufsort/pkg/PLIST
    N ports/devel/libdivsufsort/pkg/DESCR
    
    No conflicts created by this import

Reply via email to