aboutsummaryrefslogtreecommitdiff
path: root/archivers/grzip/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* archivers/grzip: Update 0.3.0 => 0.3.1Chris Hutchinson2026-02-261-2/+3
| | | | | | | | | | | | | | | | 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>
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Add port archivers/grzip:Andrew Pantyukhin2007-02-021-0/+3
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