aboutsummaryrefslogtreecommitdiff
path: root/shells/bash-completion
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.1.Adam Weinberger2013-04-203-4/+41
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316125
* Add support for WITH_BASH_DEVEL=yes to depend on shells/bash-devel.Adam Weinberger2013-01-171-1/+7
| | | | | | | Also, use MDOCS. Notes: svn path=/head/; revision=310540
* Update to 2.0.Adam Weinberger2012-11-025-218/+561
| | | | | | | | | | | Please note that the mechanism for activating the completions library has changed. You must source ${PREFIX}/share/bash-completion/bash_completion.sh from your .bashrc. Feature safe: yes Notes: svn path=/head/; revision=306891
* Fix a variable substitution.Adam Weinberger2011-10-262-2/+2
| | | | | | | | | | | Note that this was the intended fix in PORTREVISION 3, the previous commit, and was the change intended by ports/161999. PR: ports/161999 Submitted by: Eugene Paskevich <eugene@raptor.kiev.ua> Notes: svn path=/head/; revision=284392
* Fix a // in path which apparently breaks portinstall's ability to parseAdam Weinberger2011-10-252-2/+2
| | | | | | | | | | INDEX. PR: ports/161999 Submitted by: Eugene Paskevich <eugene@raptor.kiev.ua> Notes: svn path=/head/; revision=284317
* - Use @dirrmtry for PREFIX/etc/bash_completion.dSunpoet Po-Chuan Hsieh2011-09-192-15/+14
| | | | | | | | | | | | | | Other ports (e.g. devel/glib20) install files to this directory. - Costmetic change: put build-related knobs together - Sort PLIST - Space/tab twiddle PR: ports/160202 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 24 days) Notes: svn path=/head/; revision=282011
* Fix completions for portinstall, an indexing error.Adam Weinberger2011-08-012-1/+2
| | | | | | | | PR: ports/152387 Submitted by: Martin GlaC <glaszig@gmail.com> Notes: svn path=/head/; revision=278746
* Update to 1.3.Adam Weinberger2011-02-125-29/+27
| | | | | | | | | According to the CHANGES file, the avahi-browse error is patched in this version, though in a manner a bit different from our patch. Please test on amd64 and let me know if the problem has regressed. Notes: svn path=/head/; revision=269022
* This patch hopefully fixes bash freezing on amd64 when using host-basedAdam Weinberger2010-11-213-6/+22
| | | | | | | | | | | | completions. Tons of thanks to Raphael Kubo da Costa for identifying the fix and providing us with a patch, and to ehaupt for testing! PR: ports/150322 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Reviewed by: ehaupt Notes: svn path=/head/; revision=264859
* Now that shells/bash-completion-classic is in the tree, register aAdam Weinberger2010-09-202-7/+4
| | | | | | | | | | | conflict with it. Also, remove the rsync-disable hack on amd64, and replace it with a simple BROKEN message. Note that shells/bash-completion-classic is currently an unedited repocopy, but I know ehaupt is working to get it up and running. Notes: svn path=/head/; revision=261508
* The rsync completion plugin causes the shell to freeze on amd64.Adam Weinberger2010-09-062-3/+14
| | | | | | | | | | | Until that gets resolved, I'm disconnecting the rsync plugin from the build on amd64. PR: ports/150322 Submitted by: ehaupt Notes: svn path=/head/; revision=260658
* Add pkg-plist, forgotten in bash-completion-1.2 commit.Adam Weinberger2010-09-041-0/+166
| | | | Notes: svn path=/head/; revision=260559
* Replace bash-completion with a new package.Adam Weinberger2010-09-046-63/+52
| | | | | | | | | | | | The previous bash-completion package hadn't been updated since 2006. A new group has picked up the package and continued development. The old completions should remain, so I'm not going to update UPDATING. I'm taking maintainership of this as well. Many thanks to Kirk, the previous maintainer! Notes: svn path=/head/; revision=260558
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* . drop OPTIONS for BASH2;Boris Samorodov2007-02-151-6/+1
| | | | | | | | | | | | . drop variable RUN_DEPENDS for shells/bash2; . do not bump PORTREVISION since this dependency is not default. PR: 108626 Submitted by: bsam (me) Approved by: kirk at strauser.com (maintainer timeout -- 2 weeks) Notes: svn path=/head/; revision=185242
* Provide flv (FFmpeg Flash video) file completion for mplayerEmanuel Haupt2006-10-311-2/+3
| | | | | | | | PR: 104571 Approved by: Kirk Strauser <kirk@strauser.com> (maintainer) Notes: svn path=/head/; revision=175776
* Fix auto-completion for portinstall and /usr/ports/INDEX-*.Shaun Amott2006-10-072-0/+20
| | | | | | | | | PR: ports/103550 Submitted by: Jeppe Larsen <jwl@io.dk> Approved by: Kirk Strauser <kirk@strauser.com> (maintainer) Notes: svn path=/head/; revision=174705
* - Update to 20060301Marcus Alves Grando2006-03-152-5/+4
| | | | | | | | | | | - portlint(1) PR: 93995 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer Notes: svn path=/head/; revision=157286
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* [1]:Jean-Yves Lefort2005-07-294-62/+29
| | | | | | | | | | | | | | | | - Update to 20050721 - OPTIONSify Moreover: - Improve the FreeBSD integration by fixing paths in the script - Use SUB_FILES=pkg-message [1]: PR: ports/84305 Submitted by: maintainer Notes: svn path=/head/; revision=140420
* - Update to 20050112Pav Lucistnik2005-01-192-3/+3
| | | | | | | | | PR: ports/76455 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: Kirk Strauser <kirk@strauser.com> (maintainer) Notes: svn path=/head/; revision=126851
* - Update to 20041017Pav Lucistnik2004-10-273-16/+22
| | | | | | | | PR: ports/73174 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer) Notes: svn path=/head/; revision=120334
* - Update to 20040711Pav Lucistnik2004-07-292-4/+3
| | | | | | | | | PR: ports/69769 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer Notes: svn path=/head/; revision=115039
* - Postfix fix: don't expect postconf be in /usr/sbin, rely on it being in PATHPav Lucistnik2004-06-052-2/+21
| | | | | | | | | PR: ports/63314 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=110893
* - Update to version 20040331Kirill Ponomarev2004-04-162-3/+3
| | | | | | | | | PR: ports/65606 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer Notes: svn path=/head/; revision=107229
* - Update to version 20040214Kirill Ponomarev2004-02-183-22/+15
| | | | | | | | PR: ports/63023 Submitted by: maintainer Notes: svn path=/head/; revision=101352
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Update to 20040101Michael Haro2004-01-102-2/+2
| | | | | | | | PR: 61177 Submitted by: maintainer Notes: svn path=/head/; revision=97880
* Add 'cvs blame' support.David E. O'Brien2003-12-061-4/+22
| | | | Notes: svn path=/head/; revision=95203
* - Update to version 20031112Kirill Ponomarev2003-11-162-2/+2
| | | | | | | | PR: 59343 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer) Notes: svn path=/head/; revision=94123
* - Update to version 20031022Kirill Ponomarev2003-11-062-2/+2
| | | | | | | | PR: 59018 Submitted by: maintainer Notes: svn path=/head/; revision=93258
* - Update to version 20030929Kirill Ponomarev2003-09-292-3/+3
| | | | | | | | PR: 57373 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer) Notes: svn path=/head/; revision=89839
* New port: shells/bash-completionEdwin Groothuis2003-09-296-0/+71
The shells/bash-completion port installs Ian Macdonald's programmable completion library for Bash 2.04 and above. This gives users context- sensitive tab-completion for such things as program arguments, SSH hostnames, NFS mounts, and so on. PR: ports/52790 Submitted by: Kirk Strauser <kirk@strauser.com> Notes: svn path=/head/; revision=89798