78a5f56be2
SPARforte is an open source programming language for high-integrity tasks, efficient development over the project lifecycle and assuming best practices. Language characteristics: * Paradigm: imperative/ procedural, scripting, shell, limited reflexive * Typing Disciplines: strong typing, type safety, nominative static with optional limited weak and duck typing * Appeared: 2001 (Ken O. Burtch) * Source Code: GCC Ada, GCC C, Bourne-Again Shell, GCC Make * Influenced by: Ada 95, Bourne Shell, SQL, and minorly BASIC, PHP, Python * Usual File Extensions: .sp, .bush
52 lines
1.0 KiB
Makefile
52 lines
1.0 KiB
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 += heirloom-sh
|
|
SUBDIR += hs-shelly
|
|
SUBDIR += ibsh
|
|
SUBDIR += jailkit
|
|
SUBDIR += klish
|
|
SUBDIR += ksh93
|
|
SUBDIR += lshell
|
|
SUBDIR += mksh
|
|
SUBDIR += nologinmsg
|
|
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 += zsh
|
|
SUBDIR += zsh-navigation-tools
|
|
|
|
.include <bsd.port.subdir.mk>
|