head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.05.58.49;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2008.10.23.22.56.48;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2008.09.30.14.12.35;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2004.06.10.21.13.36;	author sergei;	state Exp;
branches;
next	1.2;

1.2
date	2004.04.13.22.15.26;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.24.21.41.31;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@@@comment $FreeBSD: head/lang/execline/pkg-plist 300896 2012-07-14 13:54:48Z beat $
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/homeof
bin/if
bin/ifthenelse
bin/ifte
bin/import
bin/importas
bin/loopwhile
bin/multisubstitute
bin/pipeline
bin/piperw
bin/redirfd
bin/runblock
bin/shift
bin/tryexec
bin/umask
bin/unexport
bin/wait
include/execline/execline.h
include/execline/exls1.h
lib/libexecline.a
lib/libexlp.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_substitute.html
%%PORTDOCS%%%%DOCSDIR%%/el_transform.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%%/homeof.html
%%PORTDOCS%%%%DOCSDIR%%/if.html
%%PORTDOCS%%%%DOCSDIR%%/ifte.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%%/tryexec.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%%
@@dirrm include/execline
@


1.5
log
@- Update to 1.08.
- Take maintainership.
@
text
@d1 1
a1 1
@@comment $FreeBSD: ports/lang/execline/pkg-plist,v 1.4 2008/09/30 14:12:35 miwi Exp $
@


1.4
log
@- Update to 1.07

PR:		127746
Submitted by:	"Beat Gtzi" <beat@@chruetertee.ch>
@
text
@d1 1
a1 1
@@comment $FreeBSD: ports/lang/execline/pkg-plist,v 1.3 2004/06/10 21:13:36 sergei Exp $
d27 1
d37 1
d82 1
d96 1
@


1.3
log
@- Update to 1.06
@
text
@d1 1
a1 1
@@comment $FreeBSD: ports/lang/execline/pkg-plist,v 1.2 2004/04/13 22:15:26 kris Exp $
d24 1
d78 1
@


1.2
log
@Add missing @@dirrm
@
text
@d1 1
a1 1
@@comment $FreeBSD: ports/lang/execline/pkg-plist,v 1.1 2003/10/24 21:41:31 sergei Exp $
d41 1
a54 1
%%PORTDOCS%%%%DOCSDIR%%/el_split.html
d56 1
@


1.1
log
@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)
@
text
@d1 1
a1 1
@@comment $FreeBSD$
d98 1
@

