freebsd-ports/lang/execline/pkg-plist
Sergei Kolobov e6630da35a 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)
2003-10-24 21:41:31 +00:00

97 lines
2.6 KiB
Text

@comment $FreeBSD$
bin/background
bin/backtick
bin/cd
bin/define
bin/dollarat
bin/elgetopt
bin/elgetpositionals
bin/elglob
bin/emptyenv
bin/exec
bin/execline
bin/execlineb
bin/exit
bin/export
bin/fdclose
bin/fdmove
bin/fdreserve
bin/for
bin/forbacktick
bin/foreground
bin/getpid
bin/heredoc
bin/if
bin/ifthenelse
bin/import
bin/importas
bin/loopwhile
bin/multisubstitute
bin/pipeline
bin/piperw
bin/redirfd
bin/runblock
bin/shift
bin/umask
bin/unexport
bin/wait
include/execline/execline.h
include/execline/exls1.h
lib/libexecline.a
lib/libexls1.a
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/THANKS
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/background.html
%%PORTDOCS%%%%DOCSDIR%%/backtick.html
%%PORTDOCS%%%%DOCSDIR%%/cd.html
%%PORTDOCS%%%%DOCSDIR%%/define.html
%%PORTDOCS%%%%DOCSDIR%%/dieshdiedie.html
%%PORTDOCS%%%%DOCSDIR%%/dollarat.html
%%PORTDOCS%%%%DOCSDIR%%/el_pushenv.html
%%PORTDOCS%%%%DOCSDIR%%/el_semicolon.html
%%PORTDOCS%%%%DOCSDIR%%/el_split.html
%%PORTDOCS%%%%DOCSDIR%%/el_substitute.html
%%PORTDOCS%%%%DOCSDIR%%/elgetopt.html
%%PORTDOCS%%%%DOCSDIR%%/elgetpositionals.html
%%PORTDOCS%%%%DOCSDIR%%/elglob.html
%%PORTDOCS%%%%DOCSDIR%%/emptyenv.html
%%PORTDOCS%%%%DOCSDIR%%/exec.html
%%PORTDOCS%%%%DOCSDIR%%/execline-shell.html
%%PORTDOCS%%%%DOCSDIR%%/execline-startup.html
%%PORTDOCS%%%%DOCSDIR%%/execline.html
%%PORTDOCS%%%%DOCSDIR%%/execlineb.html
%%PORTDOCS%%%%DOCSDIR%%/exit.html
%%PORTDOCS%%%%DOCSDIR%%/export.html
%%PORTDOCS%%%%DOCSDIR%%/fdclose.html
%%PORTDOCS%%%%DOCSDIR%%/fdmove.html
%%PORTDOCS%%%%DOCSDIR%%/fdreserve.html
%%PORTDOCS%%%%DOCSDIR%%/for.html
%%PORTDOCS%%%%DOCSDIR%%/forbacktick.html
%%PORTDOCS%%%%DOCSDIR%%/foreground.html
%%PORTDOCS%%%%DOCSDIR%%/getpid.html
%%PORTDOCS%%%%DOCSDIR%%/grammar.html
%%PORTDOCS%%%%DOCSDIR%%/heredoc.html
%%PORTDOCS%%%%DOCSDIR%%/if.html
%%PORTDOCS%%%%DOCSDIR%%/ifthenelse.html
%%PORTDOCS%%%%DOCSDIR%%/import.html
%%PORTDOCS%%%%DOCSDIR%%/importas.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/install.html
%%PORTDOCS%%%%DOCSDIR%%/libexecline.html
%%PORTDOCS%%%%DOCSDIR%%/loopwhile.html
%%PORTDOCS%%%%DOCSDIR%%/multisubstitute.html
%%PORTDOCS%%%%DOCSDIR%%/pipeline.html
%%PORTDOCS%%%%DOCSDIR%%/piperw.html
%%PORTDOCS%%%%DOCSDIR%%/redirfd.html
%%PORTDOCS%%%%DOCSDIR%%/runblock.html
%%PORTDOCS%%%%DOCSDIR%%/shift.html
%%PORTDOCS%%%%DOCSDIR%%/umask.html
%%PORTDOCS%%%%DOCSDIR%%/unexport.html
%%PORTDOCS%%%%DOCSDIR%%/upgrade.html
%%PORTDOCS%%%%DOCSDIR%%/wait.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%EXAMPLESDIR%%/execline-shell
%%EXAMPLESDIR%%/execline-startup
@dirrm %%EXAMPLESDIR%%