pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ytree



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Sep 19 09:17:12 UTC 2024

Modified Files:
        pkgsrc/sysutils/ytree: Makefile distinfo

Log Message:
ytree: update to 2.09

New in 2.06
    Fixed compile error in input.c (UTF_8 only)
New in 2.07
    Removed -O compiler switch due to problems with UTF_8 code
    Added workaround when resizing ytree window during string input
New in 2.08
    "Show tagged files only" in file windows (Shift-F4 or Ctrl-F4 (if system allows Ctrl function keys / Thanks to frank)
    Lots of UTF_8 improvements/bugfixes
    Improve compatibility with old unix systems / some minor fixes
New in 2.09
    Window resize support for hex-view and hex-edit
    Display format improvements


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/ytree/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/ytree/distinfo

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

Modified files:

Index: pkgsrc/sysutils/ytree/Makefile
diff -u pkgsrc/sysutils/ytree/Makefile:1.5 pkgsrc/sysutils/ytree/Makefile:1.6
--- pkgsrc/sysutils/ytree/Makefile:1.5  Mon Nov  6 22:07:51 2023
+++ pkgsrc/sysutils/ytree/Makefile      Thu Sep 19 09:17:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/11/06 22:07:51 fcambus Exp $
+# $NetBSD: Makefile,v 1.6 2024/09/19 09:17:12 nia Exp $
 
-DISTNAME=      ytree-2.05
+DISTNAME=      ytree-2.09
 CATEGORIES=    sysutils
 MASTER_SITES=  https://www.han.de/~werner/
 

Index: pkgsrc/sysutils/ytree/distinfo
diff -u pkgsrc/sysutils/ytree/distinfo:1.6 pkgsrc/sysutils/ytree/distinfo:1.7
--- pkgsrc/sysutils/ytree/distinfo:1.6  Mon Nov  6 22:07:51 2023
+++ pkgsrc/sysutils/ytree/distinfo      Thu Sep 19 09:17:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/11/06 22:07:51 fcambus Exp $
+$NetBSD: distinfo,v 1.7 2024/09/19 09:17:12 nia Exp $
 
-BLAKE2s (ytree-2.05.tar.gz) = a600ea84d4bb5b9a0e7c401985a0ea6bfe3f46ab8ea9b6c651bc7223d3147422
-SHA512 (ytree-2.05.tar.gz) = 561255992492c0251892512999de1e8351e1f589fc38404755c4afe753873abb37b1ffec53de0a153a6870ccf6d665fccaa08f3dc9c8a04903175bcb6c278129
-Size (ytree-2.05.tar.gz) = 124141 bytes
+BLAKE2s (ytree-2.09.tar.gz) = 830967125937b49452e82b4f1b817e80813c6b601f6b6bed3a5b400c466bb052
+SHA512 (ytree-2.09.tar.gz) = 6220345d89791b0ac7a68c4ac477e669cd2c50fb25002b1c4742f811f2dd4ec89385e5a920e5ef815e8eb1efa935d388f096216a94971a0ef3b90789ead8663b
+Size (ytree-2.09.tar.gz) = 121209 bytes



Home | Main Index | Thread Index | Old Index