summaryrefslogtreecommitdiff
path: root/textproc/fzf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/fzf: Update to 0.27.0Dmitri Goutnik2021-04-062-8/+7
| | | | Changes: https://github.com/junegunn/fzf/releases/tag/0.27.0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Switch to GO_MODULE after r566063Dmitri Goutnik2021-02-192-41/+10
|
* textproc/fzf: Update to 0.25.1Dmitri Goutnik2021-02-142-5/+5
| | | | Changes: https://github.com/junegunn/fzf/releases/tag/0.25.1
* textproc/fzf: Update to 0.25.0, take maintainershipDmitri Goutnik2021-01-142-7/+8
| | | | Changes: https://github.com/junegunn/fzf/releases/tag/0.25.0
* Return to pool as per maintainer's requestKoichiro Iwao2021-01-141-1/+1
| | | | | | | and I take security/dehydrated. PR: 252650 Submitted by: Sascha Holzleiter <sascha@root-login.org>
* - Update to 0.24.2Ashish SHUKLA2020-11-082-29/+29
| | | | | PR: 250776 Approved by: Sascha Holzleiter <sascha at root-login dot org>(maintainer)
* Update to 0.22.0Li-Wen Hsu2020-08-044-22/+22
| | | | | PR: 248447 Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
* Update textproc/fzf to version 0.21.1.Jimmy Olgeni2020-05-284-45/+51
| | | | | | PR: 246739 Submitted by: olgeni Approved by: maintainer
* Update textproc/fzf to version 0.19.0.Jimmy Olgeni2019-11-182-30/+15
| | | | | | PR: 242042 (plus git hash fix) Submitted by: olgeni Approved by: maintainer
* textproc/fzf: Switch to USES=go:modules, fix build with go1.13Yuri Victorovich2019-08-151-26/+6
| | | | | | PR: 239881 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: sascha@root-login.org (maintainer)
* Convert to UCL & cleanup pkg-message (categories [t-u])Mathieu Arnold2019-08-141-1/+6
|
* Update textproc/fzf to version 0.18.0.Jimmy Olgeni2019-05-302-31/+47
| | | | | Approved by: maintainer Differential Revision: https://reviews.freebsd.org/D20465
* - Update to 0.17.5Martin Wilke2018-10-152-4/+4
| | | | | | | | Changelog: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0175 PR: 232071 Submitted by: maintainer Sponsored by: iXsystems Inc.
* Update to 0.17.4Akinori MUSHA2018-06-132-8/+7
| | | | | | PR: 228910 Submitted by: knu Approved by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
* textproc/fzf: Fix patchesDanilo G. Baio2018-03-173-7/+5
| | | | | | | | | | The patches for this port got mangled in the last update. This patch corrects that so the completion for kill(1) works again if one is using the example shell completion files. PR: 226654 Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
* Fix files/patch-foo meta dataTobias C. Berner2017-12-302-6/+6
| | | | | | * regenerated patches with make makepatch. Reported by: danfe
* Update textproc/fzf to 0.17.3Tobias C. Berner2017-12-304-14/+17
| | | | | PR: 224715 Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
* Update textproc/fzf to version 0.17.1.Jimmy Olgeni2017-10-263-15/+26
| | | | | | PR: 223246 Submitted by: olgeni Approved by: maintainer
* textproc/fzf: quick compatibility fix for kill command autocompletion.Jimmy Olgeni2017-10-253-1/+23
|
* * Bump PORTREVISIONRichard Gallamore2017-08-082-5/+16
| | | | | | | | | | | * Removed strip, stripping go is safe * Added examples PR: 221113 Submitted by: Sascha Holzleiter (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11894
* Update to upstream release 0.16.10Thomas Zander2017-07-222-17/+24
| | | | | PR: 220903 Submitted by: sascha@root-login.org (maintainer)
* - Update to 0.16.5Wen Heping2017-02-212-7/+5
| | | | | PR: 217255 Submitted by: sascha@root-login.org(maintainer)
* - Update to 0.16.1Dmitry Marakasov2017-01-192-5/+8
| | | | | PR: 216246 Submitted by: sascha@root-login.org (maintainer)
* textproc/fzf: Several fixes required after last updateJohn Marino2016-11-211-4/+5
| | | | | | | | | | | | | 1. The proper variable is MAKE_ENV, not BUILD_ENV 2. The build steps must not be surpressed! Remove "@" from build step 3. The make command is contingent on the success of the cd command, so change the concatenation (";") to AND ("&&") and run the whole thing in a subshell 4. Additional CGO_ variables are required now. Define CGO_LDFLAGS so that ncurses library can be found and add another path for CGO_CFLAGS so that ncurses_dll.h can be found. Approved by: general and ncurses blankets
* textproc/fzf: re-fix headers inclusion for ports-based ncursesKurt Jaeger2016-11-211-0/+1
| | | | | | PR: 214678 Submitted by: marino Approved by: ncurses blanket
* textproc/fzf: Update 13.4 -> 0.15.8Kurt Jaeger2016-11-204-34/+24
| | | | | | PR: 214678 Changes: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
* textproc/fzf: Fix headers inclusion for ports-based ncursesJohn Marino2016-11-201-0/+1
| | | | Approved by: ncurses blanket
* textproc/fzf: Document ncurses requirementJohn Marino2016-11-051-1/+1
| | | | Approved by: ncurses blanket
* - Update to 0.13.4Dmitry Marakasov2016-08-172-8/+17
| | | | | | | | - Add TMUX option - While here, add LICENSE_FILE PR: 211865 Submitted by: sascha@root-login.org (maintainer)
* FZF is a general-purpose command-line fuzzy finder.Pawel Pekala2016-08-125-0/+71
WWW: https://github.com/junegunn/fzf/ PR: 211661 Submitted by: Sascha Holzleiter <sascha@root-login.org>