notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
execline Lightweight non-interactive sh(1)-like scripting language
2.9.3.0 lang on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.9.3.0Version of this port present on the latest quarterly branch.
Maintainer: crest@rlwinm.de search for ports maintained by this maintainer
Port Added: 2003-10-24 21:42:49
Last Update: 2023-04-06 20:33:21
Commit Hash: db4243b
People watching this port, also watch:: json-c, sysinfo, python, miller
Also Listed In: shells
License: ISCL
WWW:
https://www.skarnet.org/software/execline/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (131 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/execline-2.9.3.0/catalog.mk
  3. /usr/local/share/licenses/execline-2.9.3.0/LICENSE
  4. /usr/local/share/licenses/execline-2.9.3.0/ISCL
  5. bin/background
  6. bin/backtick
  7. bin/case
  8. bin/cd
  9. bin/define
  10. bin/dollarat
  11. bin/elgetopt
  12. bin/elgetpositionals
  13. bin/elglob
  14. bin/eltest
  15. bin/emptyenv
  16. bin/envfile
  17. bin/exec
  18. @mode 755
  19. bin/execline-cd
  20. bin/execline-umask
  21. @mode
  22. bin/execlineb
  23. bin/exit
  24. bin/export
  25. bin/fdblock
  26. bin/fdclose
  27. bin/fdmove
  28. bin/fdreserve
  29. bin/fdswap
  30. bin/forbacktickx
  31. bin/foreground
  32. bin/forstdin
  33. bin/forx
  34. bin/getcwd
  35. bin/getpid
  36. bin/heredoc
  37. bin/homeof
  38. bin/if
  39. bin/ifelse
  40. bin/ifte
  41. bin/ifthenelse
  42. bin/importas
  43. bin/loopwhilex
  44. bin/multidefine
  45. bin/multisubstitute
  46. bin/pipeline
  47. bin/piperw
  48. bin/posix-cd
  49. bin/posix-umask
  50. bin/redirfd
  51. bin/runblock
  52. bin/shift
  53. bin/trap
  54. bin/tryexec
  55. bin/umask
  56. bin/unexport
  57. bin/wait
  58. bin/withstdinas
  59. include/execline/config.h
  60. include/execline/execline.h
  61. lib/execline/libexecline.a
  62. lib/libexecline.so
  63. lib/libexecline.so.2.9
  64. lib/libexecline.so.2.9.3.0
  65. share/doc/execline/AUTHORS
  66. share/doc/execline/README
  67. share/doc/execline/background.html
  68. share/doc/execline/backtick.html
  69. share/doc/execline/case.html
  70. share/doc/execline/define.html
  71. share/doc/execline/dieshdiedie.html
  72. share/doc/execline/dollarat.html
  73. share/doc/execline/el_pushenv.html
  74. share/doc/execline/el_semicolon.html
  75. share/doc/execline/el_substitute.html
  76. share/doc/execline/el_transform.html
  77. share/doc/execline/elgetopt.html
  78. share/doc/execline/elgetpositionals.html
  79. share/doc/execline/elglob.html
  80. share/doc/execline/eltest.html
  81. share/doc/execline/emptyenv.html
  82. share/doc/execline/envfile.html
  83. share/doc/execline/exec.html
  84. share/doc/execline/execline-cd.html
  85. share/doc/execline/execline-shell.html
  86. share/doc/execline/execline-startup.html
  87. share/doc/execline/execline-umask.html
  88. share/doc/execline/execline.html
  89. share/doc/execline/execlineb.html
  90. share/doc/execline/exit.html
  91. share/doc/execline/exitcodes.html
  92. share/doc/execline/export.html
  93. share/doc/execline/fdblock.html
  94. share/doc/execline/fdclose.html
  95. share/doc/execline/fdmove.html
  96. share/doc/execline/fdreserve.html
  97. share/doc/execline/fdswap.html
  98. share/doc/execline/forbacktickx.html
  99. share/doc/execline/foreground.html
  100. share/doc/execline/forstdin.html
  101. share/doc/execline/forx.html
  102. share/doc/execline/getcwd.html
  103. share/doc/execline/getpid.html
  104. share/doc/execline/grammar.html
  105. share/doc/execline/heredoc.html
  106. share/doc/execline/homeof.html
  107. share/doc/execline/if.html
  108. share/doc/execline/ifelse.html
  109. share/doc/execline/ifte.html
  110. share/doc/execline/ifthenelse.html
  111. share/doc/execline/importas.html
  112. share/doc/execline/index.html
  113. share/doc/execline/loopwhilex.html
  114. share/doc/execline/multidefine.html
  115. share/doc/execline/multisubstitute.html
  116. share/doc/execline/pipeline.html
  117. share/doc/execline/piperw.html
  118. share/doc/execline/posix-cd.html
  119. share/doc/execline/posix-umask.html
  120. share/doc/execline/redirfd.html
  121. share/doc/execline/runblock.html
  122. share/doc/execline/shift.html
  123. share/doc/execline/trap.html
  124. share/doc/execline/tryexec.html
  125. share/doc/execline/unexport.html
  126. share/doc/execline/upgrade.html
  127. share/doc/execline/wait.html
  128. share/doc/execline/withstdinas.html
  129. @owner
  130. @group
  131. @mode
Collapse this list.
Dependency lines:
  • execline>0:lang/execline
To install the port:
cd /usr/ports/lang/execline/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/execline
  • pkg install execline
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: execline
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1680558463 SHA256 (execline-2.9.3.0.tar.gz) = c8027fa70922d117cdee8cc20d277e38d03fd960e6d136d8cec32603d4ec238d SIZE (execline-2.9.3.0.tar.gz) = 109536

Packages (timestamps in pop-ups are UTC):
execline
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.9.3.02.9.3.02.7.0.02.9.3.02.9.3.0-2.6.0.1-
FreeBSD:13:quarterly2.9.3.02.9.3.02.9.3.02.9.3.02.9.3.02.9.3.02.9.3.02.9.3.0
FreeBSD:14:latest2.9.3.02.9.3.02.9.0.02.9.3.02.9.3.02.9.3.0-2.9.3.0
FreeBSD:14:quarterly2.9.3.02.9.3.0-2.9.3.02.9.3.02.9.3.02.9.3.02.9.3.0
FreeBSD:15:latest2.9.3.02.9.3.0n/a2.9.3.0n/a2.9.3.02.9.3.02.9.3.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. skalibs>=2.13.1.1 : devel/skalibs
  2. gmake>=4.3 : devel/gmake
Library dependencies:
  1. libskarnet.so : devel/skalibs
This port is required by:
for Build
  1. sysutils/s6
  2. sysutils/s6-rc
for Run
  1. sysutils/s6
  2. sysutils/s6-rc

Configuration Options:
===> The following configuration options are available for execline-2.9.3.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
lang_execline
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://www.skarnet.org/software/execline/
Collapse this list.

Number of commits found: 43

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.9.3.0
06 Apr 2023 20:33:21
commit hash: db4243b231901f119659caa2ba76034b81329898commit hash: db4243b231901f119659caa2ba76034b81329898commit hash: db4243b231901f119659caa2ba76034b81329898commit hash: db4243b231901f119659caa2ba76034b81329898 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Jan Bramkamp
lang/execline: update to 2.9.3.0

Changelog: https://skarnet.org/software/execline/upgrade.html

MFH:		2023Q2
2.9.1.0_1
18 Feb 2023 12:26:40
commit hash: 97cc52875872928d12da8a128339ee18aaf8324bcommit hash: 97cc52875872928d12da8a128339ee18aaf8324bcommit hash: 97cc52875872928d12da8a128339ee18aaf8324bcommit hash: 97cc52875872928d12da8a128339ee18aaf8324b files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
lang/execline: Fix permissions for some files

Some executables did not have the right permissions.

PR:		268593
Reported by:	sg@redu.cx
2.9.1.0
16 Feb 2023 15:40:54
commit hash: edde229eb6e2f7c47cf0c29576f2c3070a803ae0commit hash: edde229eb6e2f7c47cf0c29576f2c3070a803ae0commit hash: edde229eb6e2f7c47cf0c29576f2c3070a803ae0commit hash: edde229eb6e2f7c47cf0c29576f2c3070a803ae0 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
lang/execline: Update to 2.9.1.0

PR:		269439
Reported by:	crest@rlwinm.de
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f 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)
2.9.0.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.9.0.0
20 Jul 2022 14:22:15
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
lang: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.9.0.0
26 Jun 2022 12:27:08
commit hash: f7b02132107602cb413f5c07a50abe3bc9524798commit hash: f7b02132107602cb413f5c07a50abe3bc9524798commit hash: f7b02132107602cb413f5c07a50abe3bc9524798commit hash: f7b02132107602cb413f5c07a50abe3bc9524798 files touched by this commit
Dirk Meyer (dinoex) search for other commits by this committer
sysutils/s6-rc: update to 0.5.3.2

sysutils/s6-rc:  update to 0.5.3.2
sysutils/s6:     update to 2.11.1.1
lang/execline:   update to 2.9.0.0
devel/skalibs:   update to 2.12.0.1
PR: 234939
2.8.0.1
09 May 2021 08:58:59
commit hash: 862f5d1238e0075bee9492ee6e65fc0098b7f1f7commit hash: 862f5d1238e0075bee9492ee6e65fc0098b7f1f7commit hash: 862f5d1238e0075bee9492ee6e65fc0098b7f1f7commit hash: 862f5d1238e0075bee9492ee6e65fc0098b7f1f7 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
- Update Skarnet.org software stack ports to their latest versions
- Allow to override default location of s6-rc's root (--livedir)

PR:	237760
2.7.0.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.7.0.0
11 Jan 2021 21:25:31
Revision:561274Original commit files touched by this commit
tcberner search for other commits by this committer
lang/execline: Update execline to version 2.7.0.0

PR:		252588
Submitted by:	crest@rlwinm.de (maintainer)
2.6.0.1
24 Apr 2020 18:45:10
Revision:532887Original commit files touched by this commit
tcberner search for other commits by this committer
lang/execline: Update to 2.6.0.1

PR:		245687
Submitted by:	crest@rlwinm.de  (maintainer)
2.5.1.0
02 Apr 2019 17:19:09
Revision:497569Original commit files touched by this commit
tcberner search for other commits by this committer
lang/execline: Update to 2.5.1.0

PR:		236934
Submitted by:	crest@rlwinm.de (maintainer)
2.5.0.1
18 Sep 2018 18:21:06
Revision:480055Original commit files touched by this commit
fernape search for other commits by this committer
lang/execline: update to 2.5.0.1

* Change maintainership
* Move DOCS variable to its proper place

PR:	231158
Submitted by:	colin-ports@heliocat.net
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17223
2.3.0.4
11 Jan 2018 14:18:01
Revision:458739Original commit files touched by this commit
danfe search for other commits by this committer
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2.3.0.4
11 Jan 2018 13:43:15
Revision:458734Original commit files touched by this commit
pi search for other commits by this committer
lang/execline: update 2.2.0.0 -> 2.3.0.4

PR:		218544
Submitted by:	Colin Booth <colin-ports@heliocat.net> (maintainer)
Relnotes:	http://www.skarnet.org/software/execline/upgrade.html
2.2.0.0
13 Dec 2016 15:45:47
Revision:428503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 2.2.0.0
- Update maintainer's email
- While here, add LICENSE_FILE, fix library dependency, don't install unneeded
docs, fix command for docs installation and apply some cosmetic fixes

PR:		213897
Submitted by:	colin@heliocat.net (maintainer)
2.1.4.5
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
2.1.4.5
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
2.1.4.5
24 Jan 2016 16:13:34
Revision:407164Original commit files touched by this commit
pi search for other commits by this committer
lang/execline: 2.1.4.2 -> 2.1.4.5

- additional error condition in src/execline/backtick.c
- better explaination in doc/dieshdiedie.html

PR:		206554
Submitted by:	Colin Booth <colin@heliocat.net> (maintainer)
2.1.4.2
17 Oct 2015 17:39:58
Revision:399546Original commit files touched by this commit
pi search for other commits by this committer
lang/execline: 2.1.3.1 -> 2.1.4.2

- New EXECLINE_BLOCK_END_STRING and EXECLINE_BLOCK_QUOTE_STRING macros
- New command: withstdinas. It's a simplification of backtick, which
  is now implemented as a combination of pipeline and withstdinas.
- Other new command: getcwd.

PR:		203789
Submitted by:	Colin Booth <colin@heliocat.net> (maintainer)
2.1.3.1
18 Aug 2015 13:09:58
Revision:394581Original commit files touched by this commit
wen search for other commits by this committer
- Update to 2.1.3.1

PR:		202389
Submitted by:	colin@heliocat.net(maintainer)
2.1.3.0
16 Aug 2015 02:43:55
Revision:394373Original commit files touched by this commit
jbeich search for other commits by this committer
lang/execline: update to 2.1.3.0

- Restore DOCS option accidentally removed in r378797

Changes:	http://skarnet.org/software/execline/upgrade.html
PR:		201924
Submitted by:	Colin Booth <colin@heliocat.net> (maintainer)
2.1.1.0
16 Mar 2015 19:02:57
Revision:381433Original commit files touched by this commit
pawel search for other commits by this committer
Update to version 2.1.1.0

2.1.0.0
    skalibs dependency bumped to 2.3.1.0
    foreground now sets the ? environment variable to 256 plus the signal
    number when its block was killed by a signal (in previous
    releases it used 126).
    New rules for exit codes of forx, loopwhilex, forbacktickx
    New -e option to loopwhilex, deprecating the -x option.

PR:		198058
Submitted by:	Colin Booth <colin@heliocat.net> (maintainer)
2.0.2.1
23 Feb 2015 21:39:41
Revision:379710Original commit files touched by this commit
pawel search for other commits by this committer
- Update to version 2.0.2.1 [1]
- Remove Author tag from pkg-descr

PR:		197873 [1]
Submitted by:	Colin Booth <colin@heliocat.net> (maintainer) [1]
2.0.2.0
19 Feb 2015 02:29:07
Revision:379331Original commit files touched by this commit
jbeich search for other commits by this committer
Register CONFLICTS between execline and ImageMagick

Differential Revision:	https://reviews.freebsd.org/D1820
Approved by:	bapt (mentor)
Approved by:	portmgr blanket
2.0.2.0
10 Feb 2015 20:33:52
Revision:378797Original commit files touched by this commit
jbeich search for other commits by this committer
- devel/skalibs: update to 2.2.1.0 [1]
- lang/execline: update to 2.0.2.0 [2]
- Pass maintainership to the submitter [1][2]
- Mark sysutils/runwhen as BROKEN

PR:		197233 [1]
PR:		197234 [2]
Differential Revision:	https://reviews.freebsd.org/D1818
Submitted by:	Colin Booth <colin@heliocat.net>
Approved by:	portmgr (bapt) [1]
Approved by:	bapt (mentor)
1.08
27 Oct 2014 15:23:31
Revision:371587Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.08
06 Aug 2014 04:34:23
Revision:364152Original commit files touched by this commit
adamw search for other commits by this committer
In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
1.08
01 Jun 2014 09:07:52
Revision:356067Original commit files touched by this commit
pawel search for other commits by this committer
- Fix build on 10+ by respecting CC, CFLAGS
- Add staging support
- Convert to new options framework

MFH:		2014Q2
1.08
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
1.08
29 Nov 2013 07:37:53
Revision:335151Original commit files touched by this commit
araujo search for other commits by this committer
- Return almost all of my ports back to the pool. I have no time to make any
  necessary fixes on them for the past months.
1.08
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
1.08
03 Jul 2011 13:45:36
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
1.08
23 Oct 2008 22:56:48
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 1.08.
- Take maintainership.
1.07
30 Sep 2008 14:12:35
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.07

PR:             127746
Submitted by:   "Beat Gätzi" <beat@chruetertee.ch>
1.06
27 Jul 2008 04:30:53
Original commit files touched by this commit
linimon search for other commits by this committer
Reset sergei@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
1.06
25 Nov 2005 14:05:38
Original commit files touched by this commit
sergei search for other commits by this committer
- Add SHA256 checksums to my ports
1.06
10 Jun 2004 21:13:36
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 1.06
1.05
13 Apr 2004 22:15:26
Original commit files touched by this commit
kris search for other commits by this committer
Add missing @dirrm
1.05
30 Jan 2004 16:03:29
Original commit files touched by this commit
sergei search for other commits by this committer
SIZE *DOES* MATTER.
1.05
28 Oct 2003 10:16:43
Original commit files touched by this commit
sergei search for other commits by this committer
- Change to my @FreeBSD.org address

Approved by:    krion (implicit)
1.05
25 Oct 2003 20:37:17
Original commit files touched by this commit
sergei search for other commits by this committer
- Unbreak build by adding forgotten dependency on devel/skalibs
  Reported  by: bento (kris)

- Reword COMMENT to avoid truncation by pkg_info(1)

Approved by:    krion (implicit)
1.05
24 Oct 2003 21:41:31
Original commit files touched by this commit
sergei search for other commits by this committer
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)

Number of commits found: 43