Port details |
- libdivsufsort Lightweight suffix-sorting library
- 2.0.1.14 math
=0 2.0.1.14Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-07-21 19:03:21
- Last Update: 2023-07-21 18:59:57
- Commit Hash: 6207279
- License: MIT
- WWW:
- https://github.com/y-256/libdivsufsort
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libdivsufsort>0:math/libdivsufsort
- To install the port:
- cd /usr/ports/math/libdivsufsort/ && make install clean
- To add the package, run one of these commands:
- pkg install math/libdivsufsort
- pkg install libdivsufsort
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libdivsufsort
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689965360
SHA256 (y-256-libdivsufsort-v2.0.1-14-g5f60d6f_GH0.tar.gz) = 9de40c9a343a3776c4a9ebc2dac93d0f1cd8ce021cd095b5d9ecc381c2207eab
SIZE (y-256-libdivsufsort-v2.0.1-14-g5f60d6f_GH0.tar.gz) = 25900
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_libdivsufsort
- USES:
- cmake pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.1.14 21 Jul 2023 18:59:57
    |
Yuri Victorovich (yuri)  |
math/libdivsufsort: New port: Lightweight suffix-sorting library |
Number of commits found: 1
|