Port details |
- ls-qpack QPACK compression library for use with HTTP/3
- 2.5.5 www =2 2.5.4Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-11-15 17:56:25
- Last Update: 2024-09-18 06:13:09
- Commit Hash: a45b891
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/litespeedtech/ls-qpack
- Description:
- QPACK is the compression mechanism used by HTTP/3 to compress HTTP headers. It
is in the process of being standardazed by the QUIC Working Group. The QPACK
Internet-Draft is has been stable for some time and we don't expect functional
changes to it before the final RFC is released.
ls-qpack is a full-featured, tested, and fast QPACK library. The QPACK encoder
produces excellent compression results based on an innovative mnemonic technique
(to be described in a future article). It boasts the fastest Huffman encoder and
decoder.
The library is production quality. It is used in OpenLiteSpeed, LiteSpeed Web
Server, and LiteSpeed Web ADC.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/ls-qpack/ && make install clean
- To add the package, run one of these commands:
- pkg install www/ls-qpack
- pkg install ls-qpack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ls-qpack
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726487326
SHA256 (litespeedtech-ls-qpack-v2.5.5_GH0.tar.gz) = 71c95067e99bb5e889119bd6208fe2b03a0b9b8f386ef5f3bbcb9e3765bcf0cb
SIZE (litespeedtech-ls-qpack-v2.5.5_GH0.tar.gz) = 709160
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
- Library dependencies:
-
- libxxhash.so : devel/xxhash
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_ls-qpack
- USES:
- cmake compiler:c11 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 |
2.5.5 18 Sep 2024 06:13:09 |
Po-Chuan Hsieh (sunpoet) |
www/ls-qpack: Update to 2.5.5
Changes: https://github.com/litespeedtech/ls-qpack/releases |
2.5.4 25 Dec 2023 08:59:46 |
Po-Chuan Hsieh (sunpoet) |
www/ls-qpack: Update to 2.5.4
Changes: https://github.com/litespeedtech/ls-qpack/releases |
2.5.3 27 May 2023 23:43:45 |
Po-Chuan Hsieh (sunpoet) |
www/ls-qpack: Update to 2.5.3
Changes: https://github.com/litespeedtech/ls-qpack/releases |
2.5.2 05 Feb 2023 15:47:45 |
Po-Chuan Hsieh (sunpoet) |
www/ls-qpack: Update to 2.5.2
Changes: https://github.com/litespeedtech/ls-qpack/releases |
2.5.1 30 Jan 2023 12:59:12 |
Po-Chuan Hsieh (sunpoet) |
www/ls-qpack: Update to 2.5.1
Changes: https://github.com/litespeedtech/ls-qpack/releases |
2.5.0 30 Dec 2022 09:04:13 |
Po-Chuan Hsieh (sunpoet) |
www/ls-qpack: Update to 2.5.0
Changes: https://github.com/litespeedtech/ls-qpack/releases |
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) |
2.4.0 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 ) |
2.4.0 31 Aug 2022 11:40:54 |
Po-Chuan Hsieh (sunpoet) |
www/ls-qpack: Update to 2.4.0
Changes: https://github.com/litespeedtech/ls-qpack/releases |
2.3.0_1 13 Aug 2022 18:51:14 |
Matthias Andree (mandree) |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix. |
2.3.0 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.3.0 13 May 2022 11:39:20 |
Po-Chuan Hsieh (sunpoet) |
www/ls-qpack: Update to 2.3.0
Changes: https://github.com/litespeedtech/ls-qpack/releases |
2.2.3 25 Jan 2022 19:50:05 |
Po-Chuan Hsieh (sunpoet) |
www/ls-qpack: Update to 2.2.3
Changes: https://github.com/litespeedtech/ls-qpack/releases |
2.2.2 01 Nov 2021 13:41:27 |
Po-Chuan Hsieh (sunpoet) |
www/ls-qpack: Update to 2.2.2
Changes: https://github.com/litespeedtech/ls-qpack/releases |
2.2.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.1 28 Nov 2020 22:17:10 |
pkubaj |
www/ls-qpack: fix build on GCC architectures
/wrkdirs/usr/ports/www/ls-qpack/work/ls-qpack-2.2.1/lsqpack.c: In function
'qenc_huffman_enc':
/wrkdirs/usr/ports/www/ls-qpack/work/ls-qpack-2.2.1/lsqpack.c:5028: error:
#pragma GCC diagnostic not allowed inside functions
/wrkdirs/usr/ports/www/ls-qpack/work/ls-qpack-2.2.1/lsqpack.c:5029: error:
#pragma GCC diagnostic not allowed inside functions
/wrkdirs/usr/ports/www/ls-qpack/work/ls-qpack-2.2.1/lsqpack.c:5030: error:
#pragma GCC diagnostic not allowed inside functions
/wrkdirs/usr/ports/www/ls-qpack/work/ls-qpack-2.2.1/lsqpack.c:5126: error:
#pragma GCC diagnostic not allowed inside functions
/wrkdirs/usr/ports/www/ls-qpack/work/ls-qpack-2.2.1/lsqpack.c: In function
'huff_decode_fast':
/wrkdirs/usr/ports/www/ls-qpack/work/ls-qpack-2.2.1/lsqpack.c:5192: error:
#pragma GCC diagnostic not allowed inside functions
/wrkdirs/usr/ports/www/ls-qpack/work/ls-qpack-2.2.1/lsqpack.c:5193: error:
#pragma GCC diagnostic not allowed inside functions
/wrkdirs/usr/ports/www/ls-qpack/work/ls-qpack-2.2.1/lsqpack.c:5194: error:
#pragma GCC diagnostic not allowed inside functions
/wrkdirs/usr/ports/www/ls-qpack/work/ls-qpack-2.2.1/lsqpack.c:5354: error:
#pragma GCC diagnostic not allowed inside functions |
2.2.1 15 Nov 2020 17:54:58 |
sunpoet |
Add ls-qpack 2.2.1
QPACK is the compression mechanism used by HTTP/3 to compress HTTP headers. It
is in the process of being standardazed by the QUIC Working Group. The QPACK
Internet-Draft is has been stable for some time and we don't expect functional
changes to it before the final RFC is released.
ls-qpack is a full-featured, tested, and fast QPACK library. The QPACK encoder
produces excellent compression results based on an innovative mnemonic technique
(to be described in a future article). It boasts the fastest Huffman encoder and
decoder.
The library is production quality. It is used in OpenLiteSpeed, LiteSpeed Web
Server, and LiteSpeed Web ADC.
WWW: https://github.com/litespeedtech/ls-qpack |