From owner-cvs-all@FreeBSD.ORG Sun Oct 23 07:40:59 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA2BC106566C; Sun, 23 Oct 2011 07:40:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A06C58FC13; Sun, 23 Oct 2011 07:40:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9N7exaN052130; Sun, 23 Oct 2011 07:40:59 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9N7exq9052129; Sun, 23 Oct 2011 07:40:59 GMT (envelope-from sunpoet) Message-Id: <201110230740.p9N7exq9052129@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Oct 2011 07:40:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells Makefile ports/shells/p5-Bash-Completion Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 07:40:59 -0000 sunpoet 2011-10-23 07:40:59 UTC FreeBSD ports repository Modified files: shells Makefile Added files: shells/p5-Bash-Completion Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Bash-Completion 0.008 bash completion should just work when you install new commands. Bash::Completion is a system to use and write bash completion rules. For end-users, you just need to add this line to your .bashrc or .bash_profile: setup-bash-complete This will load all the installed Bash::Completion plugins, make sure they should be activated and generate the proper bash code to setup bash completion for them. If you later install a new command line tool, and it has a Bash::Completion::Plugin -based plugin, all your new shells will have bash completion rules for it. You can also force immediate setup by running the same command: setup-bash-complete To write a new Bash::Completion plugin, see Bash::Completion::Plugin. WWW: http://search.cpan.org/dist/Bash-Completion/ Revision Changes Path 1.92 +1 -0 ports/shells/Makefile 1.1 +47 -0 ports/shells/p5-Bash-Completion/Makefile (new) 1.1 +2 -0 ports/shells/p5-Bash-Completion/distinfo (new) 1.1 +21 -0 ports/shells/p5-Bash-Completion/pkg-descr (new) 1.1 +16 -0 ports/shells/p5-Bash-Completion/pkg-plist (new)