aboutsummaryrefslogtreecommitdiff
path: root/shells/bash-completion/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Remove FREEBSD optionSunpoet Po-Chuan Hsieh2020-08-301-4/+4
| | | | | | | As a FreeBSD port, I see no need not to install the FreeBSD-specific bash completions. Notes: svn path=/head/; revision=546991
* Update to 2.11Sunpoet Po-Chuan Hsieh2020-07-301-0/+12
| | | | | | | Changes: https://github.com/scop/bash-completion/releases Notes: svn path=/head/; revision=543743
* Update to 2.10Sunpoet Po-Chuan Hsieh2019-12-081-0/+10
| | | | | | | Changes: https://github.com/scop/bash-completion/blob/master/CHANGES Notes: svn path=/head/; revision=519332
* Update FreeBSD extensions to 1.1.1Sunpoet Po-Chuan Hsieh2019-09-121-0/+1
| | | | | | | Changes: https://github.com/0mp/bash-completion-freebsd/commits/master Notes: svn path=/head/; revision=511894
* Update to 2.9Sunpoet Po-Chuan Hsieh2019-04-291-6/+70
| | | | | | | Changes: https://github.com/scop/bash-completion/blob/master/CHANGES Notes: svn path=/head/; revision=500382
* Add FREEBSD option (enabled by default)Sunpoet Po-Chuan Hsieh2018-06-051-0/+3
| | | | | | | | | | - Update pkg-descr - Bump PORTREVISION for package change FreeBSD-specific bash completions are provided by 0mp@. Notes: svn path=/head/; revision=471801
* Update to 2.8Sunpoet Po-Chuan Hsieh2018-03-181-1/+20
| | | | | | | Changes: https://github.com/scop/bash-completion/blob/master/CHANGES Notes: svn path=/head/; revision=464893
* Update to 2.7Sunpoet Po-Chuan Hsieh2017-07-021-4/+11
| | | | | | | | | | | | - Cosmetic change - Sort PLIST - Reformat pkg-descr - Take maintainership Changes: https://github.com/scop/bash-completion/blob/master/CHANGES Notes: svn path=/head/; revision=444870
* shells/bash-completion:Lars Engels2017-02-051-0/+3
| | | | | | | Update to 2.5 Notes: svn path=/head/; revision=433394
* Update to 2.4, and switch from the alioth sources to the Github projectAdam Weinberger2016-12-021-14/+76
| | | | | | | | | | that the old WWW redirects to. Among other changes, this port now optionally installs some cmake modules, which I hope I'm installing into the correct place. Notes: svn path=/head/; revision=427580
* Stop installing the reptyr completion.Raphael Kubo da Costa2016-01-241-1/+1
| | | | | | | | | | | | | | Import an upstream commit that installs the reptyr completion as _reptyr to avoid conflicts with the version that reptyr itself has started shipping. It is required for bash-completion not to conflict with sysutils/reptyr. PR: 206541 Approved by: adamw (maintainer) MFH: 2016Q1 Notes: svn path=/head/; revision=407168
* Add completions for portsnap and freebsd-update. Both were obtained from ↵Adam Weinberger2015-01-271-0/+2
| | | | | | | | | | | | | | upstream git. Given the infrequency with which new versions of bash-completion are released, it seems appropriate to just add them in here. Submitted by: Peter Dave Hello (author of the two completions) While here, add in LICENSE. Notes: svn path=/head/; revision=378011
* Cleanup plistAntoine Brodin2014-11-121-4/+0
| | | | Notes: svn path=/head/; revision=372496
* Staging support.Adam Weinberger2013-09-301-3/+8
| | | | Notes: svn path=/head/; revision=328796
* Update to 2.1.Adam Weinberger2013-04-201-1/+38
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316125
* Update to 2.0.Adam Weinberger2012-11-021-184/+535
| | | | | | | | | | | 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
* - Use @dirrmtry for PREFIX/etc/bash_completion.dSunpoet Po-Chuan Hsieh2011-09-191-2/+2
| | | | | | | | | | | | | | 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
* Update to 1.3.Adam Weinberger2011-02-121-0/+18
| | | | | | | | | 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
* Now that shells/bash-completion-classic is in the tree, register aAdam Weinberger2010-09-201-1/+1
| | | | | | | | | | | 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-061-1/+1
| | | | | | | | | | | 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
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-061-1/+0
| | | | Notes: svn path=/head/; revision=100139
* New port: shells/bash-completionEdwin Groothuis2003-09-291-0/+1
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