1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/shells/Makefile
Eitan Adler f82456ddc8 Ambit, at its simplest, uses Bash Brace Expansion to expand and list
hostnames OR commands. First and foremost Ambit is meant to be a general
purpose hostlist enumerator to be used by other applications or scripts.
Additionally Ambit can be used to manage User Specific as well as
System-Wide HostGroups. It can also be used to query Network HostGroups.
Finally, Ambit is able to detect when it is expanding a command (rather than
a host list), allowing for the command to be expanded and executed
synchronously. This means Ambit can expand and run just about anything on
the command line and usually works in places where Bash Brace Expansion
might fail.

WWW: http://m.a.tt/er/ambit/

PR:		159769
Submitted by:	Sascha Klauder <sklauder@trimind.de>
Approved by:	sahil (mentor)
2011-08-29 23:17:16 +00:00

48 lines
927 B
Makefile

# $FreeBSD$
#
COMMENT = Shells
SUBDIR += 44bsd-csh
SUBDIR += ambit
SUBDIR += bash
SUBDIR += bash-completion
SUBDIR += bash-static
SUBDIR += bashc
SUBDIR += ch
SUBDIR += dash
SUBDIR += es
SUBDIR += esh
SUBDIR += fd
SUBDIR += fish
SUBDIR += flash
SUBDIR += gscommander
SUBDIR += heirloom-sh
SUBDIR += ibsh
SUBDIR += jailkit
SUBDIR += ksh93
SUBDIR += lshell
SUBDIR += mksh
SUBDIR += nologinmsg
SUBDIR += osh
SUBDIR += p5-Shell-Perl
SUBDIR += p5-Term-ShellUI
SUBDIR += pdksh
SUBDIR += pear-PHP_Shell
SUBDIR += psh
SUBDIR += rc
SUBDIR += rssh
SUBDIR += sash
SUBDIR += scponly
SUBDIR += shell-include
SUBDIR += tcsh_nls
SUBDIR += tcshrc
SUBDIR += v7sh
SUBDIR += viewglob
SUBDIR += vshnu
SUBDIR += wapsh
SUBDIR += zoidberg
SUBDIR += zsh
.include <bsd.port.subdir.mk>