forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= [email protected] | ||
HOMEPAGE= https://yash.osdn.jp/index.html.en | ||
HOMEPAGE= https://magicant.github.io/yash/ | ||
COMMENT= POSIX-compliant command line shell | ||
LICENSE= gnu-gpl-v2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |