aboutsummaryrefslogtreecommitdiff
path: root/archivers/php-brotli
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* archivers/php-brotli: Update to version 0.13.1Tobias C. Berner2021-03-262-4/+4
| | | | | | | | | | | View changes to this version here: https://github.com/kjdev/php-ext-brotli/commits/c17297688a6c7d23be33f170405f099aa7cd0d38 Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D29346 Notes: svn path=/head/; revision=569263
* archivers/php-brotli: Update to 0.11.1Tobias C. Berner2020-10-012-4/+4
| | | | | | | | | | | Changelog: https://github.com/kjdev/php-ext-brotli/commits/master Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D26626 Notes: svn path=/head/; revision=550847
* archivers/php-brotli: Update to version 0.7.0Tobias C. Berner2019-05-092-4/+4
| | | | | | | | Submitted by: Daniel Shafer <daniel@shafer.cc> Differential Revision: https://reviews.freebsd.org/D20166 Notes: svn path=/head/; revision=501130
* [NEW PORT] archivers/php-brotli: PHP Extension for BrotliTobias C. Berner2019-03-183-0/+41
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. This is the Brotli Extension for PHP WWW: https://github.com/kjdev/php-ext-brotli PR: 236610 Submitted by: Daniel Shafer <daniel@shafer.cc> Differential_Revision: https://reviews.freebsd.org/D19619 Notes: svn path=/head/; revision=496204