2e29b5e934
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
65 lines
1.3 KiB
Makefile
65 lines
1.3 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Shells
|
|
|
|
SUBDIR += 44bsd-csh
|
|
SUBDIR += ammonite
|
|
SUBDIR += antibody
|
|
SUBDIR += ast-ksh
|
|
SUBDIR += bash
|
|
SUBDIR += bash-completion
|
|
SUBDIR += bash-static
|
|
SUBDIR += bashc
|
|
SUBDIR += bicon
|
|
SUBDIR += ch
|
|
SUBDIR += dash
|
|
SUBDIR += envy
|
|
SUBDIR += es
|
|
SUBDIR += esh
|
|
SUBDIR += fd
|
|
SUBDIR += fish
|
|
SUBDIR += flash
|
|
SUBDIR += git-prompt.zsh
|
|
SUBDIR += heirloom-sh
|
|
SUBDIR += ibsh
|
|
SUBDIR += ion
|
|
SUBDIR += jailkit
|
|
SUBDIR += klish
|
|
SUBDIR += ksh93
|
|
SUBDIR += ksh93-devel
|
|
SUBDIR += lshell
|
|
SUBDIR += mksh
|
|
SUBDIR += nologinmsg
|
|
SUBDIR += oksh
|
|
SUBDIR += osh
|
|
SUBDIR += p5-Bash-Completion
|
|
SUBDIR += p5-Shell-Perl
|
|
SUBDIR += p5-Term-Bash-Completion-Generator
|
|
SUBDIR += p5-Term-ShellUI
|
|
SUBDIR += pdksh
|
|
SUBDIR += pear-PHP_Shell
|
|
SUBDIR += psh
|
|
SUBDIR += rc
|
|
SUBDIR += rush
|
|
SUBDIR += sash
|
|
SUBDIR += scponly
|
|
SUBDIR += shell-include
|
|
SUBDIR += sparforte
|
|
SUBDIR += tcsh_nls
|
|
SUBDIR += tcshrc
|
|
SUBDIR += v7sh
|
|
SUBDIR += viewglob
|
|
SUBDIR += vshnu
|
|
SUBDIR += wcd
|
|
SUBDIR += xonsh
|
|
SUBDIR += yash
|
|
SUBDIR += zsh
|
|
SUBDIR += zsh-antigen
|
|
SUBDIR += zsh-autosuggestions
|
|
SUBDIR += zsh-completions
|
|
SUBDIR += zsh-navigation-tools
|
|
SUBDIR += zsh-syntax-highlighting
|
|
|
|
.include <bsd.port.subdir.mk>
|