pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 28 17:25:38 UTC 2023
Modified Files:
pkgsrc/archivers: Makefile
Added Files:
pkgsrc/archivers/bzip3: DESCR Makefile PLIST distinfo
Log Message:
bzip3: added version 1.3.2
A better, faster and stronger spiritual successor to BZip2. Features higher
compression ratios and better performance thanks to a order-0 context mixing
entropy coder, a fast Burrows-Wheeler transform code making use of suffix
arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style string
matching and PPM-style context modeling.
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 pkgsrc/archivers/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/bzip3/DESCR \
pkgsrc/archivers/bzip3/Makefile pkgsrc/archivers/bzip3/PLIST \
pkgsrc/archivers/bzip3/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/Makefile
diff -u pkgsrc/archivers/Makefile:1.207 pkgsrc/archivers/Makefile:1.208
--- pkgsrc/archivers/Makefile:1.207 Mon Nov 27 02:21:50 2023
+++ pkgsrc/archivers/Makefile Tue Nov 28 17:25:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2023/11/27 02:21:50 thorpej Exp $
+# $NetBSD: Makefile,v 1.208 2023/11/28 17:25:37 adam Exp $
#
COMMENT= Archivers and compression tools
@@ -23,6 +23,7 @@ SUBDIR+= brotli
SUBDIR+= bsdtar
SUBDIR+= bunzip
SUBDIR+= bzip2
+SUBDIR+= bzip3
SUBDIR+= cabextract
SUBDIR+= dact
SUBDIR+= dar
Added files:
Index: pkgsrc/archivers/bzip3/DESCR
diff -u /dev/null pkgsrc/archivers/bzip3/DESCR:1.1
--- /dev/null Tue Nov 28 17:25:38 2023
+++ pkgsrc/archivers/bzip3/DESCR Tue Nov 28 17:25:38 2023
@@ -0,0 +1,5 @@
+A better, faster and stronger spiritual successor to BZip2. Features higher
+compression ratios and better performance thanks to a order-0 context mixing
+entropy coder, a fast Burrows-Wheeler transform code making use of suffix
+arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style string
+matching and PPM-style context modeling.
Index: pkgsrc/archivers/bzip3/Makefile
diff -u /dev/null pkgsrc/archivers/bzip3/Makefile:1.1
--- /dev/null Tue Nov 28 17:25:38 2023
+++ pkgsrc/archivers/bzip3/Makefile Tue Nov 28 17:25:38 2023
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2023/11/28 17:25:38 adam Exp $
+
+DISTNAME= bzip3-1.3.2
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_GITHUB:=kspalaiologos/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/kspalaiologos/bzip3
+COMMENT= Successor to BZip2
+LICENSE= gnu-lgpl-v3
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= bzip3.pc.in
+
+REPLACE_SH+= bunzip3
+REPLACE_SH+= bz3cat
+REPLACE_SH+= bz3grep
+REPLACE_SH+= bz3less
+REPLACE_SH+= bz3more
+REPLACE_SH+= bz3most
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/bzip3/PLIST
diff -u /dev/null pkgsrc/archivers/bzip3/PLIST:1.1
--- /dev/null Tue Nov 28 17:25:38 2023
+++ pkgsrc/archivers/bzip3/PLIST Tue Nov 28 17:25:38 2023
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2023/11/28 17:25:38 adam Exp $
+bin/bunzip3
+bin/bz3cat
+bin/bz3grep
+bin/bz3less
+bin/bz3more
+bin/bz3most
+bin/bzip3
+include/libbz3.h
+lib/libbzip3.la
+lib/pkgconfig/bzip3.pc
+man/man1/bunzip3.1
+man/man1/bz3cat.1
+man/man1/bz3grep.1
+man/man1/bz3less.1
+man/man1/bz3more.1
+man/man1/bz3most.1
+man/man1/bzip3.1
Index: pkgsrc/archivers/bzip3/distinfo
diff -u /dev/null pkgsrc/archivers/bzip3/distinfo:1.1
--- /dev/null Tue Nov 28 17:25:38 2023
+++ pkgsrc/archivers/bzip3/distinfo Tue Nov 28 17:25:38 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/11/28 17:25:38 adam Exp $
+
+BLAKE2s (bzip3-1.3.2.tar.xz) = fe40f2a6908a4157678ad048a5e9a9c9744cf63209166d6d3c003f82833d4aeb
+SHA512 (bzip3-1.3.2.tar.xz) = 76521377adfe737b30e77f5c3241c1c12214165492fba5acbc5ba09c8e7b91396b772f9fec936d6603413c3ef179a13597b13509df99bd8a2d56cbf14a70a84f
+Size (bzip3-1.3.2.tar.xz) = 277768 bytes
Home |
Main Index |
Thread Index |
Old Index