pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/lzip



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 30 06:54:57 UTC 2026

Modified Files:
        pkgsrc/archivers/lzip: Makefile distinfo

Log Message:
lzip: updated to 1.26

Changes in version 1.26:

'-dvv' and '-tvv' now print (de)compressed sizes instead of compression
ratio. (Sizes are more informative than compression ratio).

Large numbers in option arguments are now accepted with underscore
separators (-s 123_456_789).

Large numbers are now printed with underscore separators (123_456_789).

'-h' now prints a short help screen containing only the command-line
options. For full help, use '--help'.

'--list' now can safely skip any trailing data added to a lzip file by the
option '--append' of lziprecover.

'--list' now prints '+t' after the number of members to indicate the
presence of trailing data, and prints the size of the trailing data below
the size of the last member.

'-lvv' now prints a blank line between the list of members of each
multimember file and the next file.

Several improvements suggested by John Gilmore have been made to the manual.

'EXIT STATUS' now has its own section in the man page.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/archivers/lzip/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/archivers/lzip/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/lzip/Makefile
diff -u pkgsrc/archivers/lzip/Makefile:1.24 pkgsrc/archivers/lzip/Makefile:1.25
--- pkgsrc/archivers/lzip/Makefile:1.24 Sun Aug 10 13:02:56 2025
+++ pkgsrc/archivers/lzip/Makefile      Tue Jun 30 06:54:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/08/10 13:02:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2026/06/30 06:54:57 adam Exp $
 
-DISTNAME=      lzip-1.25
+DISTNAME=      lzip-1.26
 CATEGORIES=    archivers
 MASTER_SITES=  https://download.savannah.gnu.org/releases/lzip/
 
@@ -10,13 +10,13 @@ COMMENT=    Lossless data compressor based 
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES=         c++
+USE_TOOLS+=            gmake
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
 CONFIGURE_ARGS+=       --infodir=${PREFIX}/${PKGINFODIR}
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
 INFO_FILES=            yes
 TEST_TARGET=           check
-USE_TOOLS+=            gmake
 
 CPPFLAGS.SCO_SV+=      -Dstrtoull=strtoul -DS_ISSOCK=S_ISBLK
 

Index: pkgsrc/archivers/lzip/distinfo
diff -u pkgsrc/archivers/lzip/distinfo:1.19 pkgsrc/archivers/lzip/distinfo:1.20
--- pkgsrc/archivers/lzip/distinfo:1.19 Sun Aug 10 13:02:56 2025
+++ pkgsrc/archivers/lzip/distinfo      Tue Jun 30 06:54:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/08/10 13:02:56 ryoon Exp $
+$NetBSD: distinfo,v 1.20 2026/06/30 06:54:57 adam Exp $
 
-BLAKE2s (lzip-1.25.tar.gz) = ee579cbb34a63da65bfdfe6cbe47e839721751f66dbebf6bdd435969eabfd8bf
-SHA512 (lzip-1.25.tar.gz) = 6dec5625d5668d2f6f93816b0f2d7050ef357b5ce9a9af100bde45dddc21171341c2bcb623acdde8146b7eaed2248f8e0f5f32e64f57ecc6fe6cb9a0e187b796
-Size (lzip-1.25.tar.gz) = 115640 bytes
+BLAKE2s (lzip-1.26.tar.gz) = 28dcbb96cc27f3bf9136340ae47c561753887afd22f3138468bf02331a8635d2
+SHA512 (lzip-1.26.tar.gz) = df99d7c9ce932486aec64fe9f9c378a9f98300deac6f6065c9543006cf35daeb52b419316d4672c182acbd0c8105388267947dfc9267965697d521259d59a0ad
+Size (lzip-1.26.tar.gz) = 120476 bytes



Home | Main Index | Thread Index | Old Index