mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
f7877fd33d
Shellwords manipulates strings according to the word parsing rules of the UNIX Bourne shell. The shellwords() function was originally a port of shellwords.pl, but modified to conform to the Shell & Utilities volume of the IEEE Std 1003.1-2008, 2016 Edition. WWW: https://github.com/ruby/shellwords
66 lines
1.4 KiB
Makefile
66 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Shells
|
|
|
|
SUBDIR += 44bsd-csh
|
|
SUBDIR += ammonite
|
|
SUBDIR += anongitssh
|
|
SUBDIR += antibody
|
|
SUBDIR += ast-ksh
|
|
SUBDIR += bash
|
|
SUBDIR += bash-completion
|
|
SUBDIR += bash-static
|
|
SUBDIR += bicon
|
|
SUBDIR += ch
|
|
SUBDIR += dash
|
|
SUBDIR += elvish
|
|
SUBDIR += envy
|
|
SUBDIR += es
|
|
SUBDIR += esh
|
|
SUBDIR += fd
|
|
SUBDIR += fish
|
|
SUBDIR += git-prompt.zsh
|
|
SUBDIR += heirloom-sh
|
|
SUBDIR += ibsh
|
|
SUBDIR += ion
|
|
SUBDIR += jailkit
|
|
SUBDIR += klish
|
|
SUBDIR += ksh2020
|
|
SUBDIR += ksh93
|
|
SUBDIR += ksh93-devel
|
|
SUBDIR += mksh
|
|
SUBDIR += nologinmsg
|
|
SUBDIR += ohmyzsh
|
|
SUBDIR += oksh
|
|
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 += rubygem-shellwords
|
|
SUBDIR += rush
|
|
SUBDIR += sash
|
|
SUBDIR += scponly
|
|
SUBDIR += starship
|
|
SUBDIR += switchBashZsh
|
|
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>
|