pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/ancient



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 28 09:45:13 UTC 2024

Modified Files:
        pkgsrc/archivers/ancient: Makefile distinfo

Log Message:
ancient: update to 2.1.1.

2.1.1

Small hotfix release:

    Removing test-files from dist
    Removing VS2022 compiler warnings
    Making builds/prs gated on warnings. Added VS2022 to the gate

2.1.0

Added new decompressors:

    Compact (Unix)
    Compress (Unix)
    Freeze (Unix)
    LOB Compressor a.k.a. multipac. all 6 modes (Atari)
    Pack (Unix)
    Quasijarus Strong compression (FreeBSD)
    PX20 support - fast bypass of passwords (Amiga)
    DMS improvements for broken files - auto fixup (Amiga)
    XPK PPMQ (This concludes XPK, yay!) (Amiga)
    SCO Compress LZH (Unix)

Other improvements:

    XPK Unimplemented for detecting missing-formats
    Test Framework incl. test files
    Memory safety fixes
    Improved commandline
    Zip & Lzh cleanup (they are not part of the build anymore)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/ancient/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/ancient/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/ancient/Makefile
diff -u pkgsrc/archivers/ancient/Makefile:1.3 pkgsrc/archivers/ancient/Makefile:1.4
--- pkgsrc/archivers/ancient/Makefile:1.3       Thu Jul 20 21:09:00 2023
+++ pkgsrc/archivers/ancient/Makefile   Sun Apr 28 09:45:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/07/20 21:09:00 nia Exp $
+# $NetBSD: Makefile,v 1.4 2024/04/28 09:45:12 wiz Exp $
 
-DISTNAME=      ancient-2.0.0
+DISTNAME=      ancient-2.1.1
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=temisu/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -15,6 +15,7 @@ TOOL_DEPENDS+=                autoconf-archive-[0-9]*:
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
+# pkg-config needed by autoconf for m4 files
 USE_TOOLS+=            automake autoconf pkg-config
 
 USE_CXX_FEATURES+=     c++17

Index: pkgsrc/archivers/ancient/distinfo
diff -u pkgsrc/archivers/ancient/distinfo:1.1 pkgsrc/archivers/ancient/distinfo:1.2
--- pkgsrc/archivers/ancient/distinfo:1.1       Fri Feb 10 22:09:10 2023
+++ pkgsrc/archivers/ancient/distinfo   Sun Apr 28 09:45:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/02/10 22:09:10 fcambus Exp $
+$NetBSD: distinfo,v 1.2 2024/04/28 09:45:12 wiz Exp $
 
-BLAKE2s (ancient-2.0.0.tar.gz) = 33d05e7d7f1819f8097d6347b59e58489675fed06a76d32b4e466c3fc5f9ba08
-SHA512 (ancient-2.0.0.tar.gz) = 83221b83919b981013b3b54067a58ca0a53d4a4c4e195751c063226f1e7bdb5e031e480bbd67f818582269b8cc01fae2dafa257a1634bd918b38a38488659c21
-Size (ancient-2.0.0.tar.gz) = 98727 bytes
+BLAKE2s (ancient-2.1.1.tar.gz) = 6de9ae4b81605803f512ea553c767b0ced6631f409e63780e6847785e912f632
+SHA512 (ancient-2.1.1.tar.gz) = 47cf5d6ec0e5055507895495f88122c109ea4d3dfcb7a1bfef52d6e04fc2ac148706ddf03d2779c603229ba962874c007fad0e7f6270759db4ba67d141f4a0bf
+Size (ancient-2.1.1.tar.gz) = 117915 bytes



Home | Main Index | Thread Index | Old Index