aboutsummaryrefslogtreecommitdiff
path: root/archivers/brotli
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Upgrade from 1.0.4 to 1.0.5.Sergey A. Osokin2018-07-032-4/+4
| | | | Notes: svn path=/head/; revision=473858
* Remove the PORTDOCS duplicate.Sergey A. Osokin2018-04-211-1/+1
| | | | | | | | | Do not bump PORTREVISION. PR: 227649 Notes: svn path=/head/; revision=467856
* Upgrade from 1.0.2 to 1.0.4.Sergey A. Osokin2018-04-123-125/+4
| | | | Notes: svn path=/head/; revision=467121
* archivers/brotli: Update to 1.0.2Bernard Spil2017-12-124-18/+142
| | | | | | | | PR: 223966 Approved by: osa (maintainer) Notes: svn path=/head/; revision=456110
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-12-031-3/+4
| | | | | | | | | - Do not silence installation message Approved by: portmgr (blanket) Notes: svn path=/head/; revision=455483
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* archivers/brotli: Move and update to 0.6.0Bernard Spil2017-07-124-0/+57
| | | | | | | | | | | | | | | | - 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-243-40/+0
| | | | | | | | - Change MASTER_SITES to CHEESESHOP - Bump PORTREVISION Notes: svn path=/head/; revision=427029
* - Update to 0.5.2Sunpoet Po-Chuan Hsieh2016-11-202-4/+4
| | | | | | | Changes: https://github.com/google/brotli/releases Notes: svn path=/head/; revision=426651
* - Update to 0.4.0Sunpoet Po-Chuan Hsieh2016-06-263-28/+4
| | | | | | | Changes: https://github.com/google/brotli/releases Notes: svn path=/head/; revision=417536
* archivers/brotli, devel/libbrotli: fix buffer overflowJan Beich2016-03-082-0/+25
| | | | | | | | | Obtained from: upstream Security: 1bcfd963-e483-41b8-ab8e-bad5c3ce49c9 MFH: 2016Q1 Notes: svn path=/head/; revision=410664
* - Update to 0.3.0Sunpoet Po-Chuan Hsieh2016-01-123-883/+3
| | | | | | | Changes: https://github.com/google/brotli/releases Notes: svn path=/head/; revision=405921
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743
* - Fix build on 9.xSunpoet Po-Chuan Hsieh2015-10-042-1/+880
| | | | | | | | | | | - Remove unnecessary USE_CXXSTD - Bump PORTREVISION for package change Obtained from: https://github.com/google/brotli/commit/4a7024dcde1aaf30d824ade299e70711a30f4399 MFH: 2015Q4 Notes: svn path=/head/; revision=398593
* - Add brotli 0.2.0Sunpoet Po-Chuan Hsieh2015-10-013-0/+40
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