Date: Fri, 24 Oct 2003 14:41:31 -0700 (PDT) From: Sergei Kolobov <sergei@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/execline Makefile distinfo pkg-descr pkg-plist Message-ID: <200310242141.h9OLfVnh025927@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sergei 2003/10/24 14:41:31 PDT FreeBSD ports repository Modified files: lang Makefile Added files: lang/execline Makefile distinfo pkg-descr pkg-plist 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) Revision Changes Path 1.362 +1 -0 ports/lang/Makefile 1.1 +40 -0 ports/lang/execline/Makefile (new) 1.1 +1 -0 ports/lang/execline/distinfo (new) 1.1 +13 -0 ports/lang/execline/pkg-descr (new) 1.1 +97 -0 ports/lang/execline/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310242141.h9OLfVnh025927>