summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz>2008-03-12 09:47:58 +0000
committerwiz <wiz>2008-03-12 09:47:58 +0000
commitba7c101f9701c943a6d8fa1903d169ea95ddfe7c (patch)
tree908bc71489fdf4bf1370778a7a830534359ff5d3 /shells
parent4796eb399fbf37e655752a8116c639e343120ae2 (diff)
downloadpkgsrc-ba7c101f9701c943a6d8fa1903d169ea95ddfe7c.tar.gz
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.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-completion/DESCR20
-rw-r--r--shells/bash-completion/Makefile28
-rw-r--r--shells/bash-completion/PLIST35
-rw-r--r--shells/bash-completion/distinfo5
4 files changed, 88 insertions, 0 deletions
diff --git a/shells/bash-completion/DESCR b/shells/bash-completion/DESCR
new file mode 100644
index 00000000000..0b3b7174c12
--- /dev/null
+++ b/shells/bash-completion/DESCR
@@ -0,0 +1,20 @@
+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.
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile
new file mode 100644
index 00000000000..68e2ba7171c
--- /dev/null
+++ b/shells/bash-completion/Makefile
@@ -0,0 +1,28 @@
+# $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"
diff --git a/shells/bash-completion/PLIST b/shells/bash-completion/PLIST
new file mode 100644
index 00000000000..d3825cef64a
--- /dev/null
+++ b/shells/bash-completion/PLIST
@@ -0,0 +1,35 @@
+@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
diff --git a/shells/bash-completion/distinfo b/shells/bash-completion/distinfo
new file mode 100644
index 00000000000..fca8f66b37d
--- /dev/null
+++ b/shells/bash-completion/distinfo
@@ -0,0 +1,5 @@
+$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