cvs commit: ports/shells Makefile ports/shells/ambit Makefile distinfo pkg-descr pkg-plist

Eitan Adler eadler at FreeBSD.org
Mon Aug 29 23:17:16 UTC 2011


eadler      2011-08-29 23:17:16 UTC

  FreeBSD ports repository

  Modified files:
    shells               Makefile 
  Added files:
    shells/ambit         Makefile distinfo pkg-descr pkg-plist 
  Log:
  Ambit, at its simplest, uses  Bash Brace Expansion  to expand and list
  hostnames OR commands. First and foremost Ambit is meant to be a general
  purpose hostlist enumerator to be used by other applications or scripts.
  Additionally Ambit can be used to manage User Specific as well as
  System-Wide HostGroups. It can also be used to query Network HostGroups.
  Finally, Ambit is able to detect when it is expanding a command (rather than
  a host list), allowing for the command to be expanded and executed
  synchronously. This means Ambit can expand and run just about anything on
  the command line and usually works in places where Bash Brace Expansion
  might fail.
  
  WWW: http://m.a.tt/er/ambit/
  
  PR:             159769
  Submitted by:   Sascha Klauder <sklauder at trimind.de>
  Approved by:    sahil (mentor)
  
  Revision  Changes    Path
  1.91      +1 -0      ports/shells/Makefile
  1.1       +47 -0     ports/shells/ambit/Makefile (new)
  1.1       +2 -0      ports/shells/ambit/distinfo (new)
  1.1       +12 -0     ports/shells/ambit/pkg-descr (new)
  1.1       +10 -0     ports/shells/ambit/pkg-plist (new)


More information about the cvs-ports mailing list