mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
493 B
Plaintext
11 lines
493 B
Plaintext
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.
|