summaryrefslogtreecommitdiff
path: root/lang/execline (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - Update to 1.08.Marcelo Araujo2008-10-233-5/+9
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=221952
* - Update to 1.07Martin Wilke2008-09-303-4/+8
| | | | | | | | PR: 127746 Submitted by: "Beat Gätzi" <beat@chruetertee.ch> Notes: svn path=/head/; revision=221046
* Reset sergei@ due to maintainer-timeouts and no response to email.Mark Linimon2008-07-271-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=217649
* - 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