cvs commit: ports/lang Makefile ports/lang/execline Makefile distinfo pkg-descr pkg-plist

Sergei Kolobov sergei at FreeBSD.org
Fri Oct 24 14:41:32 PDT 2003


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 at 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)


More information about the cvs-all mailing list