aboutsummaryrefslogtreecommitdiff
path: root/lang/execline
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149422
* - Update to 1.06Sergei Kolobov2004-06-103-6/+10
| | | | Notes: svn path=/head/; revision=111234
* Add missing @dirrmKris Kennaway2004-04-131-0/+1
| | | | Notes: svn path=/head/; revision=106965
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
| | | | Notes: svn path=/head/; revision=99525
* - Change to my @FreeBSD.org addressSergei Kolobov2003-10-281-1/+1
| | | | | | | Approved by: krion (implicit) Notes: svn path=/head/; revision=92444
* - Unbreak build by adding forgotten dependency on devel/skalibsSergei Kolobov2003-10-251-1/+3
| | | | | | | | | | | Reported by: bento (kris) - Reword COMMENT to avoid truncation by pkg_info(1) Approved by: krion (implicit) Notes: svn path=/head/; revision=92132
* Add execline 1.05:Sergei Kolobov2003-10-244-0/+151
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) Notes: svn path=/head/; revision=92085