| Port details |
- angie-module-brotli Angie Brotli dynamic module
- 1.0.0.r,1 www
=2 1.0.0.r,1Version of this port present on the latest quarterly branch. - Maintainer: sko@rostwald.de
 - Port Added: 2023-08-09 13:08:16
- Last Update: 2025-12-09 19:28:53
- Commit Hash: 779f158
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/google/ngx_brotli/
- Description:
- Module adds Brotli compression support to Angie.
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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- angie-module-brotli>0:www/angie-module-brotli
- To install the port:
- cd /usr/ports/www/angie-module-brotli/ && make install clean
- To add the package, run one of these commands:
- pkg install www/angie-module-brotli
- pkg install angie-module-brotli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: angie-module-brotli
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1765363285
SHA256 (angie-1.10.3.tar.gz) = ff820ec9dc7ac8b0e873c52ddc48b3417f5054f157b5d2df5c1b8ed7adfb2256
SIZE (angie-1.10.3.tar.gz) = 1758928
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Master port: www/angie
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pcre2>=0 : devel/pcre2
- Runtime dependencies:
-
- angie>=1.10.3 : www/angie
- Library dependencies:
-
- libbrotlienc.so : archivers/brotli
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for angie-module-brotli-1.0.0.r,1:
DEBUG=on: Include debug version
===> Use 'make config' to modify these settings
- Options name:
- www_angie-module-brotli
- USES:
- localbase:ldflags ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| This is a slave port. You may also want to view the commits to the master port: www/angie |
| Commit | Credits | Log message |
1.0.0.r,1 09 Dec 2025 19:28:53
    |
Vladimir Druzenko (vvd)  Author: Sebastian Oswald |
www/angie: Use upstream version numbers for modules
Angie modules currently inherit the version number of the angie version
they are built against. This makes it hard and opaque to track their
actual version.
The mechanism used in the Makefile also had the unwanted side-effect of
PORTREVISION propagating from modules to the master port, which broke
the build (we found out the hard way...)
While here reduce number of of MKDIR calls.
PR: 291490
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> |
1.2.0_1 09 Aug 2023 13:01:15
    |
Robert Clausecker (fuz)  Author: Oleg A. Mamontov |
www/angie-module-brotli: Angie Brotli dynamic module
Module adds Brotli compression support to Angie.
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.
PR: 272999 |