Skip to content

Commit

Permalink
shells/yash: update to 2.56.1
Browse files Browse the repository at this point in the history
# changes

* Codebase moved from OSDN to github.
* The shell can now open more file descriptors on Cygwin.
* Fixed the bug where the "typeset -fp" built-in prints parameter
  expansions of the form ${foo:/bar/baz} with a redundant # flag like
  ${foo:/#bar/baz}.
* Fixed the bug where the emacs-capitalize-word line-editing command
  misbehaves and possibly crashes the shell if there is no word following
  the cursor to be capitalized.
* Added the emacs-search-forward-current and emacs-search-backward-current
  line-editing commands. (by @vext01 in #37)
* [line-editing] Added the completion script for doas. (by @DanisDGK in #45)
  • Loading branch information
vins committed Jun 9, 2024
1 parent 98d8acb commit 6db7c00
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions shells/yash/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.9 2023/08/26 19:05:31 vins Exp $
# $NetBSD: Makefile,v 1.10 2024/06/09 07:44:54 vins Exp $

DISTNAME= yash-2.55
PKGREVISION= 1
DISTNAME= yash-2.56.1
CATEGORIES= shells
MASTER_SITES= http://osdn.dl.osdn.net/yash/79124/
MASTER_SITES= ${MASTER_SITE_GITHUB:=magicant/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz

MAINTAINER= vins@NetBSD.org
HOMEPAGE= https://yash.osdn.jp/index.html.en
HOMEPAGE= https://magicant.github.io/yash/
COMMENT= POSIX-compliant command line shell
LICENSE= gnu-gpl-v2

Expand Down
3 changes: 2 additions & 1 deletion shells/yash/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2023/08/24 21:37:56 vins Exp $
@comment $NetBSD: PLIST,v 1.3 2024/06/09 07:44:54 vins Exp $
bin/yash
man/ja/man1/yash.1
man/man1/yash.1
Expand Down Expand Up @@ -44,6 +44,7 @@ share/yash/completion/diff
share/yash/completion/dirs
share/yash/completion/disown
share/yash/completion/dnf
share/yash/completion/doas
share/yash/completion/du
share/yash/completion/echo
share/yash/completion/ed
Expand Down
8 changes: 4 additions & 4 deletions shells/yash/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2023/08/26 19:05:31 vins Exp $
$NetBSD: distinfo,v 1.5 2024/06/09 07:44:54 vins Exp $

BLAKE2s (yash-2.55.tar.xz) = 5d545dc5e6cd35545df915db24d4098121dfeb4b85b3fb0f666578e12dd6787d
SHA512 (yash-2.55.tar.xz) = 9e92fc86884b0b315a98fcb5da0f319f431515185a970762946b919ccccc72aa8756e337dfa7cec763a7d8496bf4838eb9ef88664b35512180f13cc4146e9816
Size (yash-2.55.tar.xz) = 761184 bytes
BLAKE2s (yash-2.56.1.tar.xz) = 2e3ecb3cfcb9b197f433e9d2e2139c04527b7d86c60c9641ab1202b6c75f2dc1
SHA512 (yash-2.56.1.tar.xz) = 28e8bde5fc12e5178136b82ecdc0c52c37c98301245089b0d55c43266880e299237a5522e572883e5c51b7d9a0e9bf94fe265a9ebdbf346c28ff837b0f60cc00
Size (yash-2.56.1.tar.xz) = 768752 bytes
SHA1 (patch-Makefile.in) = f9529b43db6f3775a5676b0f96f5cd5c4d60234e

0 comments on commit 6db7c00

Please sign in to comment.