pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/arqiver



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Feb  2 18:45:09 UTC 2021

Modified Files:
        pkgsrc/archivers/arqiver: Makefile distinfo

Log Message:
archivers/arqiver: update to 0.7.0

-Handle newlines and text tabs in item names as far as possible.
-Natural sorting of items by treating dot as a separator.
-Set the window title to the archive name.
-Added context menu to the archive path bar for copying path and opening
containing folder.
-Use 7z for uncompressed disk images and bsdtar for compressed ones.
-Added fallback icons for files and folders.
-Fixed emblemized icons with device pixel ratio.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/arqiver/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/arqiver/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/arqiver/Makefile
diff -u pkgsrc/archivers/arqiver/Makefile:1.13 pkgsrc/archivers/arqiver/Makefile:1.14
--- pkgsrc/archivers/arqiver/Makefile:1.13      Thu Nov  5 09:07:23 2020
+++ pkgsrc/archivers/arqiver/Makefile   Tue Feb  2 18:45:09 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2020/11/05 09:07:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2021/02/02 18:45:09 pin Exp $
 
-DISTNAME=      Arqiver-0.6.1
+DISTNAME=      Arqiver-0.7.0
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}

Index: pkgsrc/archivers/arqiver/distinfo
diff -u pkgsrc/archivers/arqiver/distinfo:1.5 pkgsrc/archivers/arqiver/distinfo:1.6
--- pkgsrc/archivers/arqiver/distinfo:1.5       Sun Sep 13 07:18:55 2020
+++ pkgsrc/archivers/arqiver/distinfo   Tue Feb  2 18:45:09 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/09/13 07:18:55 pin Exp $
+$NetBSD: distinfo,v 1.6 2021/02/02 18:45:09 pin Exp $
 
-SHA1 (Arqiver-0.6.1.tar.gz) = 47f7d37f45a3b583128eff188dbaaa9928c4e2c1
-RMD160 (Arqiver-0.6.1.tar.gz) = 140b141dce4b10ba2c9e948f642794a0de33129c
-SHA512 (Arqiver-0.6.1.tar.gz) = 7a0ad2bf164d6fa9a9f2eab7f9fca27b4e9d851b071aacda75c525ec2dad6e558c8c266792efe2cb3a4d33a45308a8e5f1334ad10f74924ddb5ca371ccac700b
-Size (Arqiver-0.6.1.tar.gz) = 123068 bytes
+SHA1 (Arqiver-0.7.0.tar.gz) = 0bb441c01ed3925c50a398a3ca60292002637957
+RMD160 (Arqiver-0.7.0.tar.gz) = ae5497e3eda51351dc4e942e07daa3e357fd73d2
+SHA512 (Arqiver-0.7.0.tar.gz) = 82968411961ad5bd4e523d7ea464e2eac647dff3fd5dc52ebaf8f5be7c8200f5fa53ffd184f544d707a476574f6ee6ca5d26a8e55280324d224e7e366c1f63c8
+Size (Arqiver-0.7.0.tar.gz) = 124380 bytes



Home | Main Index | Thread Index | Old Index