aboutsummaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2019-06-16 15:40:08 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2019-06-16 15:40:08 +0000
commit2e29b5e9340901ae7b08f7eab367e394fa736418 (patch)
tree28fefe1ac0f3bc238489a097b61d49194dd83c50 /shells/Makefile
parenta64f91a4b2754f553ecd23c1c3034c39ca0172d0 (diff)
downloadports-2e29b5e9340901ae7b08f7eab367e394fa736418.tar.gz
ports-2e29b5e9340901ae7b08f7eab367e394fa736418.zip
New port: shells/yash
Yash, yet another shell, is a POSIX-compliant command line shell. Yash is intended to be the most POSIX-compliant shell in the world while supporting features for daily interactive and scripting use. Notable features are: * Global aliases * Arrays * Socket redirection, pipeline redirection, and process redirection * Brace expansion and extended globbing * Fractional numbers in arithmetic expansion * Prompt command and command-not-found handler * Command line completion with predefined completion scripts for more than 100 commands * Command line prediction based on command history WWW: https://yash.osdn.jp/index.html.en
Notes
Notes: svn path=/head/; revision=504351
Diffstat (limited to 'shells/Makefile')
-rw-r--r--shells/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index bd83878b7093..dbb41353e428 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -53,6 +53,7 @@
SUBDIR += vshnu
SUBDIR += wcd
SUBDIR += xonsh
+ SUBDIR += yash
SUBDIR += zsh
SUBDIR += zsh-antigen
SUBDIR += zsh-autosuggestions