pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/quazip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  6 13:00:52 UTC 2025

Modified Files:
        pkgsrc/archivers/quazip: DESCR Makefile

Log Message:
quazip: update DESCR & COMMENT


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/quazip/DESCR
cvs rdiff -u -r1.22 -r1.23 pkgsrc/archivers/quazip/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/quazip/DESCR
diff -u pkgsrc/archivers/quazip/DESCR:1.1 pkgsrc/archivers/quazip/DESCR:1.2
--- pkgsrc/archivers/quazip/DESCR:1.1   Thu May 28 14:15:12 2020
+++ pkgsrc/archivers/quazip/DESCR       Tue May  6 13:00:51 2025
@@ -3,3 +3,5 @@ QuaZIP is the C++ wrapper for Gilles Vol
 
 If you need to write files to a ZIP archive or read files from one
 using QIODevice API, QuaZIP is exactly the kind of tool you need.
+
+This package provides the deprecated major version 0 of the library.

Index: pkgsrc/archivers/quazip/Makefile
diff -u pkgsrc/archivers/quazip/Makefile:1.22 pkgsrc/archivers/quazip/Makefile:1.23
--- pkgsrc/archivers/quazip/Makefile:1.22       Thu Apr 24 14:13:09 2025
+++ pkgsrc/archivers/quazip/Makefile    Tue May  6 13:00:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2025/04/24 14:13:09 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/05/06 13:00:51 wiz Exp $
 
 DISTNAME=      quazip-0.9
 PKGREVISION=   21
@@ -9,7 +9,7 @@ GITHUB_TAG=     v${PKGVERSION_NOREV}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://stachenov.github.io/quazip/
-COMMENT=       Qt/C++ wrapper for Minizip
+COMMENT=       Qt/C++ wrapper for Minizip (v0)
 LICENSE=       gnu-lgpl-v2.1 # with static linking exception
 
 USE_CMAKE=     yes



Home | Main Index | Thread Index | Old Index