pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/fzf



Module Name:    pkgsrc
Committed By:   iquiw
Date:           Sat Jul  1 06:47:29 UTC 2023

Modified Files:
        pkgsrc/sysutils/fzf: Makefile distinfo

Log Message:
fzf: update to 0.42.0

* Added new info style: --info=right
* Added new info style: --info=inline-right
* Added new border style thinblock which uses symbols for legacy computing
  one eighth block elements
  * Similarly to block, this style is suitable when using a different
    background color because the window is completely contained within the
    border.

    BAT_THEME=GitHub fzf --info=right --border=thinblock --preview-window=border-thinblock \
        --margin=3 --scrollbar=▏▕ --preview='bat --color=always --style=numbers {}' \
        --color=light,query:238,fg:238,bg:251,bg+:249,gutter:251,border:248,preview-bg:253

  * This style may not render correctly depending on the font and the
    terminal emulator.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/fzf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/fzf/Makefile
diff -u pkgsrc/sysutils/fzf/Makefile:1.68 pkgsrc/sysutils/fzf/Makefile:1.69
--- pkgsrc/sysutils/fzf/Makefile:1.68   Sat Jun  3 01:01:07 2023
+++ pkgsrc/sysutils/fzf/Makefile        Sat Jul  1 06:47:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2023/06/03 01:01:07 iquiw Exp $
+# $NetBSD: Makefile,v 1.69 2023/07/01 06:47:29 iquiw Exp $
 
-DISTNAME=      fzf-0.41.1
+DISTNAME=      fzf-0.42.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=junegunn/}
 

Index: pkgsrc/sysutils/fzf/distinfo
diff -u pkgsrc/sysutils/fzf/distinfo:1.15 pkgsrc/sysutils/fzf/distinfo:1.16
--- pkgsrc/sysutils/fzf/distinfo:1.15   Sat Jun  3 01:03:28 2023
+++ pkgsrc/sysutils/fzf/distinfo        Sat Jul  1 06:47:29 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2023/06/03 01:03:28 iquiw Exp $
+$NetBSD: distinfo,v 1.16 2023/07/01 06:47:29 iquiw Exp $
 
-BLAKE2s (fzf-0.41.1.tar.gz) = a23db9b2cecabaad8aebce740e097b25530f2bfb50bb9e5eba05007293a352dd
-SHA512 (fzf-0.41.1.tar.gz) = 2c9bf4f0e9b2772f2f911f5d2cb88715ce63b6029ad1a1eb066bdc670c05cf46a387ff8c019065b043858e82fb0234cce071b01f003f0c3f3f1c7720f1c6aa89
-Size (fzf-0.41.1.tar.gz) = 238333 bytes
+BLAKE2s (fzf-0.42.0.tar.gz) = 7328f3e1d9f1b258db66483476ff1c0be6bccb81427e51c809ac8eebd965478c
+SHA512 (fzf-0.42.0.tar.gz) = 9587b8c9d37abcf1ae85b12d5cf3a1179f57241e3932db6801dee9bb952f83621b780d713c1793ccb4c5c36921b9078e156fe989b3e13664201ed729ea03d414
+Size (fzf-0.42.0.tar.gz) = 239469 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



Home | Main Index | Thread Index | Old Index