Subject: CVS commit: pkgsrc/shells/bash-completion
From: Thomas Klausner
Date: 2008-03-12 10:47:58
Message id: 20080312094758.4A346175C1@cvs.netbsd.org

Log Message:
Initial import of bash-completion-20060301:

A relatively new feature in bash is programmable completion, which
has been available since the beta version of 2.04. Programmable
completion will be familiar to you if you are a zsh user. It also
exists, albeit in a much less usable form, in tcsh.

Standard completion

bash has offered many forms of completion since its inception,
including path, file, user, host and variable completion.

    * Path-name completion
    * File-name completion
    * User-name completion
    * Host-name completion
    * Variable-name completion

Programmable completion indefinitely extends the type of completion
you can perform.

This package contains a variety of completions for various programs.


Files:
RevisionActionfile
1.1importpkgsrc/shells/bash-completion/Makefile
1.1importpkgsrc/shells/bash-completion/PLIST
1.1importpkgsrc/shells/bash-completion/distinfo
1.1importpkgsrc/shells/bash-completion/DESCR