pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/fzy



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Sep 24 13:59:56 UTC 2018

Modified Files:
        pkgsrc/misc/fzy: Makefile distinfo
        pkgsrc/misc/fzy/patches: patch-Makefile

Log Message:
fzy: Update misc/fzy to 1.0

Changes:
1.0 (2018-09-23)
----------------
Features:
  - Support UTF-8
  - Support readline-like editing
  - Quit on Esc
  - Redraw on terminal resize
  - Bracketed paste escapes are ignored

Performance:
  - Initialize tty interface before reading stdin


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/fzy/Makefile pkgsrc/misc/fzy/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/fzy/patches/patch-Makefile

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

Modified files:

Index: pkgsrc/misc/fzy/Makefile
diff -u pkgsrc/misc/fzy/Makefile:1.3 pkgsrc/misc/fzy/Makefile:1.4
--- pkgsrc/misc/fzy/Makefile:1.3        Mon Apr 17 09:51:54 2017
+++ pkgsrc/misc/fzy/Makefile    Mon Sep 24 13:59:56 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/04/17 09:51:54 leot Exp $
+# $NetBSD: Makefile,v 1.4 2018/09/24 13:59:56 leot Exp $
 
-DISTNAME=      fzy-0.9
+DISTNAME=      fzy-1.0
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jhawthorn/}
 
Index: pkgsrc/misc/fzy/distinfo
diff -u pkgsrc/misc/fzy/distinfo:1.3 pkgsrc/misc/fzy/distinfo:1.4
--- pkgsrc/misc/fzy/distinfo:1.3        Mon Apr 17 09:51:54 2017
+++ pkgsrc/misc/fzy/distinfo    Mon Sep 24 13:59:56 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2017/04/17 09:51:54 leot Exp $
+$NetBSD: distinfo,v 1.4 2018/09/24 13:59:56 leot Exp $
 
-SHA1 (fzy-0.9.tar.gz) = 33a171617920aa685f26baf6b8af251e358c8d96
-RMD160 (fzy-0.9.tar.gz) = c64892e3c8fd59efece20131ce955f2aaf7a4e9d
-SHA512 (fzy-0.9.tar.gz) = 71a44bc3bbef3a2d82476a69b5c9e28753e760bbb8d453a9e44b57f34a79dd8ebcd510a869dfeae95f522ba6ccb4b8f10f79c081ce6bc6cfae9a41f4071fefc0
-Size (fzy-0.9.tar.gz) = 42992 bytes
-SHA1 (patch-Makefile) = 5fb4a687ef04a8e35239d50ea4585998708530b9
+SHA1 (fzy-1.0.tar.gz) = d5a7a25e61ab4fb33f2d176775ebf338c48ce61c
+RMD160 (fzy-1.0.tar.gz) = 103c16326e8330d716cb0bd726937d8ef5268085
+SHA512 (fzy-1.0.tar.gz) = de5ed1af035260f4ae550c53b08c4ff302c978350784cbfd2981d1691f55d9c0f26b9333c74adea939b3f4578dd47e66ee99112e10afc5497c64011827d19dbc
+Size (fzy-1.0.tar.gz) = 47432 bytes
+SHA1 (patch-Makefile) = 954e36b9524aaefc3c1e940a0d96976a415c0cb5

Index: pkgsrc/misc/fzy/patches/patch-Makefile
diff -u pkgsrc/misc/fzy/patches/patch-Makefile:1.3 pkgsrc/misc/fzy/patches/patch-Makefile:1.4
--- pkgsrc/misc/fzy/patches/patch-Makefile:1.3  Mon Apr 17 09:51:54 2017
+++ pkgsrc/misc/fzy/patches/patch-Makefile      Mon Sep 24 13:59:56 2018
@@ -1,11 +1,11 @@
-$NetBSD: patch-Makefile,v 1.3 2017/04/17 09:51:54 leot Exp $
+$NetBSD: patch-Makefile,v 1.4 2018/09/24 13:59:56 leot Exp $
 
 Do not ignore CPPFLAGS and do not force optimization in CFLAGS
 
---- Makefile.orig      2017-04-17 07:55:42.000000000 +0000
+--- Makefile.orig      2018-09-23 22:05:55.000000000 +0000
 +++ Makefile
 @@ -1,7 +1,7 @@
- VERSION=0.9
+ VERSION=1.0
  
 -CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
 -CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps



Home | Main Index | Thread Index | Old Index