Path to this page:
./
archivers/brotli,
Generic-purpose lossless compression algorithm
Branch: CURRENT,
Version: 1.0.3,
Package name: brotli-1.0.3,
Maintainer: pkgsrc-usersBrotli is a generic-purpose lossless compression algorithm that compresses data
using a combination of a modern variant of the LZ77 algorithm, Huffman coding
and 2nd order context modeling, with a compression ratio comparable to the best
currently available general-purpose compression methods. It is similar in speed
with deflate but offers more dense compression.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 5a16a12214ae3fec1b990f4a0e54b175c670fe1a
RMD160: 301f34b19c431b151e7f5b3f930d3935c72779e7
Filesize: 23257.129 KB
Version history: (Expand)
- (2018-03-03) Updated to version: brotli-1.0.3
- (2018-01-27) Updated to version: brotli-1.0.2
- (2017-11-23) Package has been reborn
- (2017-10-23) Package added to pkgsrc.se, version brotli-1.0.1 (created)
CVS history: (Expand)
2018-03-03 03:17:08 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
Updated archivers/brotli to 1.0.3
Brotli v1.0.3
Key changes:
- new feature: "Large Window Brotli"
- new dictionary generator
Other changes:
- improved compression ratio: sub-blocks stitching
- improved compression ratio: eliminated floating numbers rounding
- improved compression ratio: make the zopflification aware
of NDIRECT, NPOSTFIX
- improve automake build
- improve BrotliEncoderMaxCompressedSize precision
- fix API documentation / typos
- fix code style
- make hashers host-endianness-independent
- Java: added "eager" decoding both to JNI wrapper and pure decoder
- CLI: window size is auto-adjusted
- added dictionaryless compressed dictionary
|
2018-01-27 13:38:19 by Makoto Fujiwara | Files touched by this commit (3) |  |
Log message:
Updated archivers/brotli to 1.0.2
This is a build-maintenance release. Major changes:
added Autotools build files
switched shared library version to libtool scheme
In this release semantic suffix and libtool suffix are the same: 1.0.2.
Don't expect them to match in future releases.
Minor changes:
BrotliDictionary members are not const now
ZopfliNode distance could be up to 128MiB
fixed API documentation typos
total_out is always set by decoder
fixed BROTLI_ENSURE_CAPACITY macro; no-op in preprocessed output
Other changes:
fixed scripts for oss-fuzz, test them with Travis
made Bazel JNI tests less messy
fixed linter warnings in JS decoder
fixed permissions of various files
added Bazel build to Appveyor matrix
added Sieve dictionary generator
|
2017-10-23 15:15:29 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
brotli: added version 1.0.1
Brotli is a generic-purpose lossless compression algorithm that compresses data
using a combination of a modern variant of the LZ77 algorithm, Huffman coding
and 2nd order context modeling, with a compression ratio comparable to the best
currently available general-purpose compression methods. It is similar in speed
with deflate but offers more dense compression.
|