aboutsummaryrefslogtreecommitdiff
path: root/archivers/brotli/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade from 1.0.2 to 1.0.4.Sergey A. Osokin2018-04-121-3/+3
| | | | Notes: svn path=/head/; revision=467121
* archivers/brotli: Update to 1.0.2Bernard Spil2017-12-121-3/+3
| | | | | | | | PR: 223966 Approved by: osa (maintainer) Notes: svn path=/head/; revision=456110
* archivers/brotli: Move and update to 0.6.0Bernard Spil2017-07-121-0/+3
| | | | | | | | | | | | | | | | - Move from devel/libbrotli to archivers/brotli - Remove meta-project for library build - Bump epoch for meta 1.0 to upstream 0.6 update - Add MOVED entry - Switch from autoconf to cmake PR: 218813, 218851 Submitted by: Markus Kohlmeyer <rootservice@gmail.com> Approved by: maintainer time-out Differential Revision: https://reviews.freebsd.org/D11290 Notes: svn path=/head/; revision=445604
* - Move archivers/brotli to archivers/py-brotliSunpoet Po-Chuan Hsieh2016-11-241-3/+0
| | | | | | | | - Change MASTER_SITES to CHEESESHOP - Bump PORTREVISION Notes: svn path=/head/; revision=427029
* - Update to 0.5.2Sunpoet Po-Chuan Hsieh2016-11-201-3/+3
| | | | | | | Changes: https://github.com/google/brotli/releases Notes: svn path=/head/; revision=426651
* - Update to 0.4.0Sunpoet Po-Chuan Hsieh2016-06-261-2/+3
| | | | | | | Changes: https://github.com/google/brotli/releases Notes: svn path=/head/; revision=417536
* - Update to 0.3.0Sunpoet Po-Chuan Hsieh2016-01-121-2/+2
| | | | | | | Changes: https://github.com/google/brotli/releases Notes: svn path=/head/; revision=405921
* - Add brotli 0.2.0Sunpoet Po-Chuan Hsieh2015-10-011-0/+2
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. The specification of the Brotli Compressed Data Format is defined in the following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli WWW: https://github.com/google/brotli Notes: svn path=/head/; revision=398287