mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
da75a7a6df
This is a zsh plugin manager. Its syntax is similar to antigen, but is much, much faster. It's written in go (making it necessarily faster than antigen), but can also dump plugin info to a loadable script so that antibody doesn't need to run at all when spawning new shells. Antibody is a shell plugin manager made from the ground up thinking about performance. It is faster because it can do things concurrently, while Antigen does it sequentially. It also has the advantage of using a compiled language (go) instead of a scripting one. WWW: https://getantibody.github.io/
61 lines
1.2 KiB
Makefile
61 lines
1.2 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Shells
|
|
|
|
SUBDIR += 44bsd-csh
|
|
SUBDIR += ammonite
|
|
SUBDIR += antibody
|
|
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 += heirloom-sh
|
|
SUBDIR += hs-shelly
|
|
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 += rssh
|
|
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 += zsh
|
|
SUBDIR += zsh-antigen
|
|
SUBDIR += zsh-completions
|
|
SUBDIR += zsh-navigation-tools
|
|
|
|
.include <bsd.port.subdir.mk>
|