Wed Mar 12 09:47:58 2008 UTC ()
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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-20080312


(wiz)
diff -r0 -r1.1.1.1 pkgsrc/shells/bash-completion/Makefile
diff -r0 -r1.1.1.1 pkgsrc/shells/bash-completion/PLIST
diff -r0 -r1.1.1.1 pkgsrc/shells/bash-completion/distinfo
diff -r0 -r1.1.1.1 pkgsrc/shells/bash-completion/DESCR

File Added: pkgsrc/shells/bash-completion/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/03/12 09:47:58 wiz Exp $
#

DISTNAME=	bash-completion-20060301
CATEGORIES=	shells
MASTER_SITES=	http://www.caliban.org/files/bash/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.caliban.org/bash/index.shtml
COMMENT=	Programmable completion specifications for bash

USE_TOOLS+=	bash:run

WRKSRC=		${WRKDIR}/bash_completion
USE_LANGUAGES=	# none

do-build:

do-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bash-completion
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bash-completion
	${INSTALL_DATA_DIR} ${PREFIX}/share/bash-completion
	${INSTALL_DATA} ${WRKSRC}/bash* ${PREFIX}/share/bash-completion
	${INSTALL_DATA_DIR} ${PREFIX}/share/bash-completion/contrib
	${INSTALL_DATA} ${WRKSRC}/contrib/* \
		${PREFIX}/share/bash-completion/contrib

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/shells/bash-completion/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/12 09:47:58 wiz Exp $
share/bash-completion/bash_completion
share/bash-completion/bash_completion.sh
share/bash-completion/contrib/bitkeeper
share/bash-completion/contrib/bittorrent
share/bash-completion/contrib/cksfv
share/bash-completion/contrib/clisp
share/bash-completion/contrib/dsniff
share/bash-completion/contrib/freeciv
share/bash-completion/contrib/gcl
share/bash-completion/contrib/gkrellm
share/bash-completion/contrib/gnatmake
share/bash-completion/contrib/harbour
share/bash-completion/contrib/hg
share/bash-completion/contrib/isql
share/bash-completion/contrib/larch
share/bash-completion/contrib/lilypond
share/bash-completion/contrib/lisp
share/bash-completion/contrib/mailman
share/bash-completion/contrib/mcrypt
share/bash-completion/contrib/modules
share/bash-completion/contrib/mtx
share/bash-completion/contrib/p4
share/bash-completion/contrib/povray
share/bash-completion/contrib/ri
share/bash-completion/contrib/sbcl
share/bash-completion/contrib/sitecopy
share/bash-completion/contrib/snownews
share/bash-completion/contrib/svk
share/bash-completion/contrib/unace
share/bash-completion/contrib/unrar
share/doc/bash-completion/README
@dirrm share/doc/bash-completion
@dirrm share/bash-completion/contrib
@dirrm share/bash-completion

File Added: pkgsrc/shells/bash-completion/distinfo
$NetBSD: distinfo,v 1.1.1.1 2008/03/12 09:47:58 wiz Exp $

SHA1 (bash-completion-20060301.tar.gz) = c99206545484c5d970803b098ce3cb84644cabc3
RMD160 (bash-completion-20060301.tar.gz) = 12c9c11600e08f9b3547586d5a82441b1dfc290a
Size (bash-completion-20060301.tar.gz) = 123300 bytes

File Added: pkgsrc/shells/bash-completion/DESCR
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.