aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2003-10-25 05:41:31 +0800
committersergei <sergei@FreeBSD.org>2003-10-25 05:41:31 +0800
commit0f3baa266707c97bd1a1a9000beb52f48d281f91 (patch)
tree35770c702d9ac28aaf8421aa3a48c6f2cd675d8d /lang/Makefile
parent1593059bce03d22c291745485a79c136316d327e (diff)
downloadfreebsd-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/Makefile1
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