pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/zlib-ng
Module Name: pkgsrc
Committed By: wiz
Date: Sat Apr 29 12:39:30 UTC 2023
Added Files:
pkgsrc/archivers/zlib-ng: DESCR Makefile PLIST distinfo
Log Message:
archivers/zlib-ng: import zlib-ng-2.0.7
zlib data compression library for the next generation systems
Features:
* Zlib compatible API with support for dual-linking
* Modernized native API based on zlib API for ease of porting
* Modern C11 syntax and a clean code layout
* Deflate medium and quick algorithms based on Intel's zlib fork
* Support for CPU intrinsics when available
* Unaligned memory read/writes and large bit buffer improvements
* Includes improvements from Cloudflare and Intel forks
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/zlib-ng/DESCR \
pkgsrc/archivers/zlib-ng/Makefile pkgsrc/archivers/zlib-ng/PLIST \
pkgsrc/archivers/zlib-ng/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/archivers/zlib-ng/DESCR
diff -u /dev/null pkgsrc/archivers/zlib-ng/DESCR:1.1
--- /dev/null Sat Apr 29 12:39:30 2023
+++ pkgsrc/archivers/zlib-ng/DESCR Sat Apr 29 12:39:30 2023
@@ -0,0 +1,10 @@
+zlib data compression library for the next generation systems
+
+Features:
+* Zlib compatible API with support for dual-linking
+* Modernized native API based on zlib API for ease of porting
+* Modern C11 syntax and a clean code layout
+* Deflate medium and quick algorithms based on Intel's zlib fork
+* Support for CPU intrinsics when available
+* Unaligned memory read/writes and large bit buffer improvements
+* Includes improvements from Cloudflare and Intel forks
Index: pkgsrc/archivers/zlib-ng/Makefile
diff -u /dev/null pkgsrc/archivers/zlib-ng/Makefile:1.1
--- /dev/null Sat Apr 29 12:39:30 2023
+++ pkgsrc/archivers/zlib-ng/Makefile Sat Apr 29 12:39:30 2023
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2023/04/29 12:39:30 wiz Exp $
+
+DISTNAME= zlib-ng-2.0.7
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_GITHUB:=zlib-ng/}
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/zlib-ng/zlib-ng/
+COMMENT= Replacement for zlib with optimizations for "next generation" systems
+LICENSE= zlib
+
+TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}
+TEST_TARGET= test
+
+PKGCONFIG_OVERRIDE+= zlib.pc.cmakein
+
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/zlib-ng/PLIST
diff -u /dev/null pkgsrc/archivers/zlib-ng/PLIST:1.1
--- /dev/null Sat Apr 29 12:39:30 2023
+++ pkgsrc/archivers/zlib-ng/PLIST Sat Apr 29 12:39:30 2023
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/29 12:39:30 wiz Exp $
+include/zconf-ng.h
+include/zlib-ng.h
+lib/libz-ng.a
+lib/libz-ng.so
+lib/libz-ng.so.2
+lib/libz-ng.so.${PKGVERSION}
+lib/pkgconfig/zlib-ng.pc
Index: pkgsrc/archivers/zlib-ng/distinfo
diff -u /dev/null pkgsrc/archivers/zlib-ng/distinfo:1.1
--- /dev/null Sat Apr 29 12:39:30 2023
+++ pkgsrc/archivers/zlib-ng/distinfo Sat Apr 29 12:39:30 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/29 12:39:30 wiz Exp $
+
+BLAKE2s (zlib-ng-2.0.7.tar.gz) = ef387f9a33d80a090bf539dc2ab350b19b8c27abb92deb76993571f6846dcb2c
+SHA512 (zlib-ng-2.0.7.tar.gz) = 1c19a62bb00727ac49049c299fb70060da95b5fafa448144ae4133372ec8c3da15cef6c1303485290f269b23c580696554ca0383dba3e1f9609f65c332981988
+Size (zlib-ng-2.0.7.tar.gz) = 853381 bytes
Home |
Main Index |
Thread Index |
Old Index