diff options
Diffstat (limited to 'lang/execline/pkg-plist')
-rw-r--r-- | lang/execline/pkg-plist | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist new file mode 100644 index 00000000000..ae766fa804b --- /dev/null +++ b/lang/execline/pkg-plist @@ -0,0 +1,97 @@ +@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%% |