Port details |
- zlib-ng Fork of the zlib data compression library
- 2.2.1 archivers =2 2.1.6Version of this port present on the latest quarterly branch.
- Maintainer: vvd@FreeBSD.org
- Port Added: 2022-01-25 07:39:07
- Last Update: 2024-07-02 15:17:29
- Commit Hash: dbb3a68
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ZLIB
- WWW:
- https://github.com/zlib-ng/zlib-ng
- Description:
- Zlib replacement with optimizations for next generation systems.
The motivation for this fork came after seeing several 3rd party contributions
containing new optimizations not getting implemented into the official zlib
repository.
Mark Adler has been maintaining zlib for a very long time, and he has done a
great job and hopefully he will continue for a long time yet.
The idea of zlib-ng is not to replace zlib, but to co-exist as a drop-in
replacement with a lower threshold for code change.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zlib-ng>0:archivers/zlib-ng
- To install the port:
- cd /usr/ports/archivers/zlib-ng/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/zlib-ng
- pkg install zlib-ng
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zlib-ng
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1719931511
SHA256 (zlib-ng-zlib-ng-2.2.1_GH0.tar.gz) = ec6a76169d4214e2e8b737e0850ba4acb806c69eeace6240ed4481b9f5c57cdf
SIZE (zlib-ng-zlib-ng-2.2.1_GH0.tar.gz) = 2412427
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
- This port is required by:
- for Libraries
-
- archivers/minizip-ng
- emulators/dosbox-staging
Configuration Options:
- ===> The following configuration options are available for zlib-ng-2.2.1:
SIMD=off: Use CPU-specific optimizations
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- archivers_zlib-ng
- USES:
- cmake: compiler:c11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1 02 Jul 2024 15:17:29 |
Vladimir Druzenko (vvd) |
archivers/zlib-ng: update 2.1.7 → 2.2.1
Changelogs:
https://github.com/zlib-ng/zlib-ng/releases/tag/2.2.0
https://github.com/zlib-ng/zlib-ng/releases/tag/2.2.1 |
2.1.7 01 Jul 2024 13:17:03 |
Vladimir Druzenko (vvd) |
archivers/zlib-ng: update 2.1.6 → 2.1.7
Changelog:
https://github.com/zlib-ng/zlib-ng/releases/tag/2.1.7 |
2.1.6 12 Jun 2024 00:49:01 |
Vladimir Druzenko (vvd) |
archivers/{minizip{,-ng},zlib-ng}: take maintainership
While here remove GNU_CONFIGURE_MANPREFIX and pet portclippy.
Approved by: lbartoletti (former maintainer, via IRC) |
2.1.6 22 Feb 2024 17:21:37 |
Max Brazhnikov (makc) |
archivers/zlib-ng: fix build with TEST option
PR: 277098
Approved by: maintainer |
2.1.6 16 Feb 2024 10:23:35 |
Max Brazhnikov (makc) |
archivers/zlib-ng: update to 2.1.6
Approved by: maintainer via irc |
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.0.6 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.0.6 25 Jan 2022 06:35:22 |
Loïc Bartoletti (lbartoletti) |
archivers/minizip*: Add minizip-ng and zlib-ng and create USES=minizip
Import minizip-ng and zlib-ng
Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.
+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption. (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 8
|