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 Apr 17 09:51:54 UTC 2017

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

Log Message:
Update misc/fzy to 0.9.

Changes:
## 0.9 (2017-04-17)
Features:
  - Support Ctrl-k and Ctrl-j for movement

Performance:
  - Use threads to parallelize sorting
  - Improve parallelism of searching and scoring

Internal:
  - Fix test suite on i386
  - Replace test suite with greatest
  - Add property tests
  - Add acceptance tests


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/fzy/Makefile pkgsrc/misc/fzy/distinfo
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/misc/fzy/Makefile:1.3
--- pkgsrc/misc/fzy/Makefile:1.2        Sun Jan  1 16:03:37 2017
+++ pkgsrc/misc/fzy/Makefile    Mon Apr 17 09:51:54 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/01/01 16:03:37 leot Exp $
+# $NetBSD: Makefile,v 1.3 2017/04/17 09:51:54 leot Exp $
 
-DISTNAME=      fzy-0.8
+DISTNAME=      fzy-0.9
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jhawthorn/}
 
Index: pkgsrc/misc/fzy/distinfo
diff -u pkgsrc/misc/fzy/distinfo:1.2 pkgsrc/misc/fzy/distinfo:1.3
--- pkgsrc/misc/fzy/distinfo:1.2        Sun Jan  1 16:03:37 2017
+++ pkgsrc/misc/fzy/distinfo    Mon Apr 17 09:51:54 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/01/01 16:03:37 leot Exp $
+$NetBSD: distinfo,v 1.3 2017/04/17 09:51:54 leot Exp $
 
-SHA1 (fzy-0.8.tar.gz) = 96340f6ed0025c2ca22762822791b9a087797d34
-RMD160 (fzy-0.8.tar.gz) = dfcf0cc2944cba4ca0471ddfb9c834b4b6bb9c70
-SHA512 (fzy-0.8.tar.gz) = c4713ec1b23ec6be403f1092823f9f3e9618bc04237eead980e2a76eb7a1d97127e7fc467a73479515dff86014278c4352c5644669633e18a80ae11b05269d68
-Size (fzy-0.8.tar.gz) = 18777 bytes
-SHA1 (patch-Makefile) = a0a8dc3f490240911a084cec7e9615dca4309e47
+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

Index: pkgsrc/misc/fzy/patches/patch-Makefile
diff -u pkgsrc/misc/fzy/patches/patch-Makefile:1.2 pkgsrc/misc/fzy/patches/patch-Makefile:1.3
--- pkgsrc/misc/fzy/patches/patch-Makefile:1.2  Sun Jan  1 16:03:38 2017
+++ pkgsrc/misc/fzy/patches/patch-Makefile      Mon Apr 17 09:51:54 2017
@@ -1,16 +1,16 @@
-$NetBSD: patch-Makefile,v 1.2 2017/01/01 16:03:38 leot Exp $
+$NetBSD: patch-Makefile,v 1.3 2017/04/17 09:51:54 leot Exp $
 
 Do not ignore CPPFLAGS and do not force optimization in CFLAGS
 
---- Makefile.orig      2017-01-01 12:33:41.000000000 +0000
+--- Makefile.orig      2017-04-17 07:55:42.000000000 +0000
 +++ Makefile
 @@ -1,7 +1,7 @@
- VERSION=0.8
+ VERSION=0.9
  
 -CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
--CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic
+-CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps
 +CPPFLAGS+=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
-+CFLAGS+=-Wall -Wextra -g -std=c99 -pedantic
++CFLAGS+=-Wall -Wextra -g -std=c99 -pedantic -Ideps
  PREFIX?=/usr/local
  MANDIR?=$(PREFIX)/share/man
  BINDIR?=$(PREFIX)/bin



Home | Main Index | Thread Index | Old Index