pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/yash



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu Aug 24 21:37:56 UTC 2023

Modified Files:
        pkgsrc/shells/yash: Makefile PLIST distinfo
Removed Files:
        pkgsrc/shells/yash/patches: patch-configure

Log Message:
shells/yash: update to yash-2.55

# Changes
Yash 2.55 (2023-08-20)

  +  [line-editing] The Enter/Send key ("\et") now has a default
     binding to the command the Ctrl-M key ("\^M") is bound to in each
     mode.
  =  [line-editing] The redraw-all and clear-and-redraw-all commands
     now can be used with an argument to swap their behavior.
  *  Fixed mistranslation in the Japanese language support.
  .  Updated the sample initialization script (yashrc):
    +  Code example for binding Ctrl-L to clear-and-redraw-all.
  .  Updated completion scripts:
    +  Completion for git-switch and pass


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/shells/yash/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/shells/yash/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/yash/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/shells/yash/patches/patch-configure

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

Modified files:

Index: pkgsrc/shells/yash/Makefile
diff -u pkgsrc/shells/yash/Makefile:1.5 pkgsrc/shells/yash/Makefile:1.6
--- pkgsrc/shells/yash/Makefile:1.5     Thu Mar  2 09:01:12 2023
+++ pkgsrc/shells/yash/Makefile Thu Aug 24 21:37:56 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/03/02 09:01:12 vins Exp $
+# $NetBSD: Makefile,v 1.6 2023/08/24 21:37:56 vins Exp $
 
-DISTNAME=      yash-2.54
+DISTNAME=      yash-2.55
 CATEGORIES=    shells
-MASTER_SITES=  https://free.nchc.org.tw/osdn/yash/78345/
+MASTER_SITES=  http://osdn.dl.osdn.net/yash/79124/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    vins%NetBSD.org@localhost

Index: pkgsrc/shells/yash/PLIST
diff -u pkgsrc/shells/yash/PLIST:1.1 pkgsrc/shells/yash/PLIST:1.2
--- pkgsrc/shells/yash/PLIST:1.1        Sat Nov  5 16:41:14 2022
+++ pkgsrc/shells/yash/PLIST    Thu Aug 24 21:37:56 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/11/05 16:41:14 pin Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/08/24 21:37:56 vins Exp $
 bin/yash
 man/ja/man1/yash.1
 man/man1/yash.1
@@ -111,6 +111,7 @@ share/yash/completion/git-stash
 share/yash/completion/git-status
 share/yash/completion/git-submodule
 share/yash/completion/git-svn
+share/yash/completion/git-switch
 share/yash/completion/git-tag
 share/yash/completion/git-whatchanged
 share/yash/completion/git-worktree
@@ -152,6 +153,7 @@ share/yash/completion/nice
 share/yash/completion/nl
 share/yash/completion/nohup
 share/yash/completion/od
+share/yash/completion/pass
 share/yash/completion/passwd
 share/yash/completion/paste
 share/yash/completion/patch

Index: pkgsrc/shells/yash/distinfo
diff -u pkgsrc/shells/yash/distinfo:1.2 pkgsrc/shells/yash/distinfo:1.3
--- pkgsrc/shells/yash/distinfo:1.2     Thu Mar  2 09:01:12 2023
+++ pkgsrc/shells/yash/distinfo Thu Aug 24 21:37:56 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/03/02 09:01:12 vins Exp $
+$NetBSD: distinfo,v 1.3 2023/08/24 21:37:56 vins Exp $
 
-BLAKE2s (yash-2.54.tar.xz) = 09db8ccd0cbcc6c4346c7f563cd14d1acc5e25cbd8db3bf38d6dc5bbc4d2ea78
-SHA512 (yash-2.54.tar.xz) = 360dc55782def4ce8c1a5cf12836ec86405dfbe338c6a623c8031e84f76da1bfa2e5a5ad05c1a62ea7b516681457d124398e2194e2d23824c19216eb3807e155
-Size (yash-2.54.tar.xz) = 758916 bytes
-SHA1 (patch-configure) = d856019f32385ee9c501f0bf4be3b04ddc63807e
+BLAKE2s (yash-2.55.tar.xz) = 5d545dc5e6cd35545df915db24d4098121dfeb4b85b3fb0f666578e12dd6787d
+SHA512 (yash-2.55.tar.xz) = 9e92fc86884b0b315a98fcb5da0f319f431515185a970762946b919ccccc72aa8756e337dfa7cec763a7d8496bf4838eb9ef88664b35512180f13cc4146e9816
+Size (yash-2.55.tar.xz) = 761184 bytes



Home | Main Index | Thread Index | Old Index