mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
2d46959df2
The authors removed the shell functionality but it is still a good dev-tool. Changelog --------- * Added support for Scala 2.13.8 * Re-added old Main entry point for better compatibility with Ammonite 2.4 and older * Dropped built-in support for shell operations * move from shells/ammonite to devel/ammonite PR: 261191 Reported by: freebsd-ports@jan0sch.de (maintainer)
64 lines
1.4 KiB
Makefile
64 lines
1.4 KiB
Makefile
COMMENT = Shells
|
|
|
|
SUBDIR += 44bsd-csh
|
|
SUBDIR += anongitssh
|
|
SUBDIR += antibody
|
|
SUBDIR += ast-ksh
|
|
SUBDIR += bash
|
|
SUBDIR += bash-completion
|
|
SUBDIR += bash-static
|
|
SUBDIR += bashc
|
|
SUBDIR += bicon
|
|
SUBDIR += ch
|
|
SUBDIR += dash
|
|
SUBDIR += elvish
|
|
SUBDIR += envy
|
|
SUBDIR += es
|
|
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 += modernish
|
|
SUBDIR += nologinmsg
|
|
SUBDIR += nsh
|
|
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>
|