Port details |
- brotli Generic-purpose lossless compression algorithm
- 1.1.0,1 archivers =25 1.1.0,1Version of this port present on the latest quarterly branch.
- Maintainer: osa@FreeBSD.org
- Port Added: 2015-10-01 15:55:19
- Last Update: 2023-09-09 19:40:56
- Commit Hash: 62740dc
- People watching this port, also watch:: png, gnutls, glib, pkg, gettext-runtime
- Also Listed In: devel
- License: MIT
- WWW:
- https://github.com/google/brotli
- Description:
- 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 RFC 7932.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- brotli>0:archivers/brotli
- To install the port:
- cd /usr/ports/archivers/brotli/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/brotli
- pkg install brotli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: brotli
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1694245655
SHA256 (google-brotli-v1.1.0_GH0.tar.gz) = e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff
SIZE (google-brotli-v1.1.0_GH0.tar.gz) = 511969
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Build
-
- archivers/py-brotli
- www/cpp-httplib
- www/node18
- www/node20
- www/node22
- www/node23
- x11/xpra-html5
-
Deleted ports which required this port:
- for Libraries
-
- archivers/p5-IO-Compress-Brotli
- archivers/php-brotli
- archivers/py-brotli
- archivers/py-brotlicffi
- databases/redisdesktopmanager
- devel/android-tools
- devel/apitrace
-
Deleted ports which required this port:
- for Run
-
- www/cpp-httplib
Configuration Options:
- ===> The following configuration options are available for brotli-1.1.0,1:
STATIC=off: Build static executables and/or libraries
===> Use 'make config' to modify these settings
- Options name:
- archivers_brotli
- USES:
- cmake:testing cpe pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0,1 09 Sep 2023 19:40:56 |
Sergey A. Osokin (osa) |
archivers/brotli: update from 1.0.9 to 1.1.0 (+)
PR: 272005
Reviewed by: diizzy
Tested by: diizzy |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.9,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.9,1 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.9,1 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
1.0.9,1 15 Aug 2021 13:34:32 |
Bernhard Froehlich (decke) |
archivers/brotli: Add CPE information
Approved by: portmgr (blanket) |
1.0.9,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.9,1 27 Aug 2020 14:45:38 |
osa |
Update from 1.0.7 to 1.0.9.
<Security note>
Please consider updating brotli to version 1.0.9 (latest).
Version 1.0.9 contains a fix to "integer overflow" problem. This
happens when "one-shot" decoding API is used (or input chunk for
streaming API is not limited), input size (chunk size) is larger
than 2GiB, and input contains uncompressed blocks. After the
overflow happens, `memcpy` is invoked with a gigantic `num`
value, that will likely cause the crash.
</Security note> |
1.0.7_2,1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.7_1,1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.0.7,1 24 Oct 2018 23:38:34 |
osa |
Upgrade from 1.0.6 to 1.0.7. |
1.0.6,1 20 Sep 2018 21:17:46 |
osa |
Upgrade from 1.0.5 to 1.0.6. |
1.0.5_1,1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.0.5_1,1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.0.5,1 03 Jul 2018 23:35:32 |
osa |
Upgrade from 1.0.4 to 1.0.5. |
1.0.4,1 21 Apr 2018 04:58:18 |
osa |
Remove the PORTDOCS duplicate.
Do not bump PORTREVISION.
PR: 227649 |
1.0.4,1 12 Apr 2018 00:30:20 |
osa |
Upgrade from 1.0.2 to 1.0.4. |
1.0.2,1 12 Dec 2017 08:11:25 |
brnrd |
archivers/brotli: Update to 1.0.2
PR: 223966
Approved by: osa (maintainer) |
0.6.0_1,1 03 Dec 2017 20:38:38 |
sunpoet |
Add LICENSE_FILE
- Do not silence installation message
Approved by: portmgr (blanket) |
0.6.0_1,1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(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 |
0.6.0,1 12 Jul 2017 19:44:56 |
brnrd |
archivers/brotli: Move and update to 0.6.0
- 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 |
0.5.2 24 Nov 2016 15:34:11 |
sunpoet |
- Move archivers/brotli to archivers/py-brotli
- Change MASTER_SITES to CHEESESHOP
- Bump PORTREVISION |
0.5.2 20 Nov 2016 23:54:18 |
sunpoet |
- Update to 0.5.2
Changes: https://github.com/google/brotli/releases |
0.4.0 26 Jun 2016 17:13:04 |
sunpoet |
- Update to 0.4.0
Changes: https://github.com/google/brotli/releases |
0.3.0_1 08 Mar 2016 21:15:16 |
jbeich |
archivers/brotli, devel/libbrotli: fix buffer overflow
Obtained from: upstream
Security: 1bcfd963-e483-41b8-ab8e-bad5c3ce49c9
MFH: 2016Q1 |
0.3.0 12 Jan 2016 21:37:09 |
sunpoet |
- Update to 0.3.0
Changes: https://github.com/google/brotli/releases |
0.2.0_1 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
0.2.0_1 04 Oct 2015 18:00:06 |
sunpoet |
- Fix build on 9.x
- Remove unnecessary USE_CXXSTD
- Bump PORTREVISION for package change
Obtained
from: https://github.com/google/brotli/commit/4a7024dcde1aaf30d824ade299e70711a30f4399
MFH: 2015Q4 |
0.2.0 01 Oct 2015 15:55:06 |
sunpoet |
- Add brotli 0.2.0
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 |