Port details |
- libdivsufsort Lightweight suffix-sorting library
- 2.0.2.1.20151027 math =2 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: 2025-01-20 02:40:37
- Commit Hash: 38ae1af
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 = 1737315846
SHA256 (y-256-libdivsufsort-2.0.2-1.20151027-5f60d6f026c30fb4ac296f696b3c8b0eb71bd428_GH0.tar.gz) = 705a122a142eda16f05996e56b45247319d140928eec32bd9db6753da13f5b5b
SIZE (y-256-libdivsufsort-2.0.2-1.20151027-5f60d6f026c30fb4ac296f696b3c8b0eb71bd428_GH0.tar.gz) = 25891
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
- This port is required by:
- for Libraries
-
- biology/andi
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: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2.1.20151027 20 Jan 2025 02:40:37 |
Yuri Victorovich (yuri) |
math/libdivsufsort: update 2.0.1-14 → 2.0.2-1.20151027 (only adjust the
version number) |
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: 2
|