Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 47E1E1A9239 for ; Mon, 8 Nov 2021 12:50:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 789318AFF8; Mon, 8 Nov 2021 12:50:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9FC0A8AFEC for ; Mon, 8 Nov 2021 12:50:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ruHYbxCucH47 for ; Mon, 8 Nov 2021 12:50:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 292818AFF4 for ; Mon, 8 Nov 2021 12:50:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 230A6FAEC; Mon, 8 Nov 2021 12:50:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636375807187560" MIME-Version: 1.0 Date: Mon, 8 Nov 2021 12:50:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/fzf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211108125007.230A6FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636375807187560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 8 12:50:07 UTC 2021 Modified Files: pkgsrc/sysutils/fzf: Makefile distinfo Log Message: fzf: update to 0.28.0. 0.28.0 ------ - Added `--header-first` option to print header before the prompt line ```sh fzf --header $'Welcome to fzf\n▔▔▔▔▔▔▔▔▔▔▔▔▔▔' --reverse --height 30% --border --header-first ``` - Added `--scroll-off=LINES` option (similar to `scrolloff` option of Vim) - You can set it to a very large number so that the cursor stays in the middle of the screen while scrolling ```sh fzf --scroll-off=5 fzf --scroll-off=999 ``` - Fixed bug where preview window is not updated on `reload` (#2644) - fzf on Windows will also use `$SHELL` to execute external programs - See #2638 and #2647 - Thanks to @rashil2000, @vovcacik, and @janlazo To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/fzf/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/fzf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636375807187560 Content-Disposition: inline Content-Length: 1842 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/fzf/Makefile diff -u pkgsrc/sysutils/fzf/Makefile:1.45 pkgsrc/sysutils/fzf/Makefile:1.46 --- pkgsrc/sysutils/fzf/Makefile:1.45 Fri Nov 5 20:02:48 2021 +++ pkgsrc/sysutils/fzf/Makefile Mon Nov 8 12:50:06 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2021/11/05 20:02:48 bsiegert Exp $ +# $NetBSD: Makefile,v 1.46 2021/11/08 12:50:06 wiz Exp $ -DISTNAME= fzf-0.27.3 -PKGREVISION= 1 +DISTNAME= fzf-0.28.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=junegunn/} Index: pkgsrc/sysutils/fzf/distinfo diff -u pkgsrc/sysutils/fzf/distinfo:1.11 pkgsrc/sysutils/fzf/distinfo:1.12 --- pkgsrc/sysutils/fzf/distinfo:1.11 Mon Nov 1 18:38:38 2021 +++ pkgsrc/sysutils/fzf/distinfo Mon Nov 8 12:50:06 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2021/11/01 18:38:38 wiz Exp $ +$NetBSD: distinfo,v 1.12 2021/11/08 12:50:06 wiz Exp $ -BLAKE2s (fzf-0.27.3.tar.gz) = 8fe59b9a9a9b52f97e1ccb191407df2491e0fa85f0d9a2e9fe0e28821da344ac -SHA512 (fzf-0.27.3.tar.gz) = 978cc524b257e931c2ac0323e7e8c78bcc554677e812a471f2af1e2fd35c4fb62d72baa5eaf4305291d524c97c59da1a8cc54c042b739b0ab0800b46916ce891 -Size (fzf-0.27.3.tar.gz) = 202761 bytes +BLAKE2s (fzf-0.28.0.tar.gz) = 0a23c83dd83eebb62dd1b0c72e6002bd7d7d4014f83d8e05c95d02de31ad735b +SHA512 (fzf-0.28.0.tar.gz) = 5e5652272b90ef1b79ed9faa0563439fe184aa2d91a6a76388145fc92cd851753abb70b3c22b3a77a863b0e47f3960ca2cb6236a93b48ca8efc1b6aceffcd621 +Size (fzf-0.28.0.tar.gz) = 205763 bytes BLAKE2s (github.com_gdamore_encoding_@v_v1.0.0.mod) = d98306119aa62bd2bb2dc3fd0a93976e35a5396dd7d50fb0fc3eb0c157fb88c2 SHA512 (github.com_gdamore_encoding_@v_v1.0.0.mod) = fb153c4e481c073133f0c933c67eba8a1f160ab146921f2c77125b6ff5c348cea57e3a5701a557c8db2212d32e3cba1c09b9509210660c17b66c2a45ba97cb75 Size (github.com_gdamore_encoding_@v_v1.0.0.mod) = 77 bytes --_----------=_1636375807187560--