diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-25 05:41:31 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-25 05:41:31 +0800 |
commit | 0f3baa266707c97bd1a1a9000beb52f48d281f91 (patch) | |
tree | 35770c702d9ac28aaf8421aa3a48c6f2cd675d8d /lang/Makefile | |
parent | 1593059bce03d22c291745485a79c136316d327e (diff) | |
download | freebsd-ports-gnome-0f3baa266707c97bd1a1a9000beb52f48d281f91.tar.gz freebsd-ports-gnome-0f3baa266707c97bd1a1a9000beb52f48d281f91.tar.zst freebsd-ports-gnome-0f3baa266707c97bd1a1a9000beb52f48d281f91.zip |
Add execline 1.05:
execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.
execline features conditional loops, getopt-style option handling,
filename globbing, and more. Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.
Author: Laurent G. Bercot <ska-skaware@skarnet.org>
WWW: http://www.skarnet.org/software/execline/
Approved by: krion (implicit)
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index b5453e92319c..1a9370c97183 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -42,6 +42,7 @@ SUBDIR += eperl SUBDIR += erlang SUBDIR += erlang-doc + SUBDIR += execline SUBDIR += expect SUBDIR += ezm3 SUBDIR += f2c |