Port details |
- py-brotli Generic-purpose lossless compression algorithm
- 1.1.0 archivers =6 1.1.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2016-11-24 15:35:29
- Last Update: 2023-09-11 16:27:14
- Commit Hash: 1214f37
- People watching this port, also watch:: indexinfo, libXdamage, libevent, xcb-util-image, dav1d
- Also Listed In: python
- 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 - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}brotli>0:archivers/py-brotli@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/archivers/py-brotli/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/py-brotli
- pkg install py39-brotli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-brotli listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-brotli
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1694348256
SHA256 (Brotli-1.1.0.tar.gz) = 81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724
SIZE (Brotli-1.1.0.tar.gz) = 7372270
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:
-
- brotli>=1.1.0,1<1.1.0_99,1 : archivers/brotli
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libbrotlicommon.so : archivers/brotli
- This port is required by:
- for Build
-
- www/searx
- www/yt-dlp
- for Run
-
- archivers/py-py7zr
- devel/py-geventhttpclient
- net/py-cloudscraper
- print/py-fonttools
- print/py-weasyprint
- www/mitmproxy
- www/py-django-compression-middleware
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- archivers_py-brotli
- USES:
- cpe python
- 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 11 Sep 2023 16:27:14 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-brotli: Fix build
- Fix module name case: We should loosen PEP 517 installation for this
- Fix LOCALBASE substitution |
1.1.0 11 Sep 2023 03:08:05 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-brotli: Update to 1.1.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/google/brotli/releases |
1.0.9_1 31 Jul 2023 16:39:55 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-brotli: Use archivers/brotli instead of bundled one
- Bump PORTREVISION for dependency and package change |
1.0.9 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.0.9 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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 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 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 25 Oct 2021 15:57:21 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-brotli: Cosmetic change |
1.0.9 05 Oct 2021 19:11:34 |
Bernhard Froehlich (decke) |
archivers/py-brotli: Add CPE information
Approved by: portmgr (blanket) |
1.0.9 29 Apr 2021 14:23:43 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-brotli: Add CATEGORIES=python |
1.0.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.9 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.0.9 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
1.0.9 30 Aug 2020 07:14:57 |
sunpoet |
Update to 1.0.9
- Change MASTER_SITES to CHEESESHOP
- Update LICENSE
Changes: https://github.com/google/brotli/releases |
1.0.7_3 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_2 17 Feb 2019 19:39:48 |
sunpoet |
Remove bin/brotli to avoid CONFLICTS with archivers/brotli
- Bump PORTREVISION for package change |
1.0.7_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 24 Oct 2018 17:57:15 |
sunpoet |
Update to 1.0.7
Changes: https://github.com/google/brotli/releases |
1.0.6 20 Sep 2018 19:27:18 |
sunpoet |
Update to 1.0.6
Changes: https://github.com/google/brotli/releases |
1.0.5_1 22 Aug 2018 21:45:12 |
sunpoet |
Update pkg-descr |
1.0.5_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 29 Jul 2018 19:15:05 |
sunpoet |
Update to 1.0.5
Changes: https://github.com/google/brotli/releases |
1.0.4 11 Apr 2018 19:38:21 |
sunpoet |
Update to 1.0.4
Changes: https://github.com/google/brotli/releases |
1.0.3 03 Mar 2018 16:30:19 |
sunpoet |
Update to 1.0.3
Changes: https://github.com/google/brotli/releases |
1.0.2 11 Dec 2017 10:38:40 |
sunpoet |
Update to 1.0.2
- Change MASTER_SITES from CHEESESHOP to GitHub
Changes: https://github.com/google/brotli/releases |
1.0.1 14 Nov 2017 22:50:52 |
sunpoet |
Update to 1.0.1
Changes: https://github.com/google/brotli/releases |
0.6.0_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 22 Apr 2017 10:56:42 |
sunpoet |
Update to 0.6.0
Changes: https://github.com/google/brotli/releases |
0.5.2_4 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.5.2_3 25 Feb 2017 04:23:17 |
sunpoet |
Fix shebang
- Bump PORTREVISION for package change
PR: 217332
Submitted by: lifanov |
0.5.2_2 03 Dec 2016 08:31:37 |
sunpoet |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change |
0.5.2_1 24 Nov 2016 15:34:11 |
sunpoet |
- Move archivers/brotli to archivers/py-brotli
- Change MASTER_SITES to CHEESESHOP
- Bump PORTREVISION |