| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://codeberg.org/BSDforge/grzip/src/tag/0.3.1/Changelog
Port changes:
- Move to Codeberg.
- Add NLS option.
- Use USES+=localbase instead of CFLAGS/LDFLAGS.
- Move plist from Makefile to pkg-plist - 11 files.
- Split long lines.
- Fix soname: libgrzip.so.0 instead of libgrzip.so.
PR: 293434
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
|
| |
|
|
|
|
|
| |
With hat: portmgr (myself)
Notes:
svn path=/head/; revision=271274
|
|
|
grzip is a high-performance file compressor based on Burrows-Wheeler
Transform, Schindler Transform, Move-To-Front, and Weighted Frequency
Counting. It uses the Block-Sorting Lossless Data Compression Algorithm,
which has received considerable attention in recent years for both its
simplicity and effectiveness. This implementation has a compression rate
of 2.234 bps on the Calgary Corpus (14 files) without preprocessing
filters.
WWW: http://magicssoft.ru/?folder=projects&page=GRZipII
Author: Ilya Grebnov
Notes:
svn path=/head/; revision=183959
|