Subject: CVS commit: pkgsrc/devel
From: Nia Alarie
Date: 2021-01-20 12:37:22
Message id: 20210120113722.8ABFDFA9D@cvs.NetBSD.org

Log Message:
add devel/libdivsufsort

libdivsufsort is a software library that implements a lightweight suffix array
construction algorithm.

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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/libdivsufsort/DESCR
1.1addpkgsrc/devel/libdivsufsort/Makefile
1.1addpkgsrc/devel/libdivsufsort/PLIST
1.1addpkgsrc/devel/libdivsufsort/buildlink3.mk
1.1addpkgsrc/devel/libdivsufsort/distinfo