pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/fzy Import fzy-0.7 as misc/fzy



details:   https://anonhg.NetBSD.org/pkgsrc/rev/517117699577
branches:  trunk
changeset: 354953:517117699577
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Nov 16 10:39:31 2016 +0000

description:
Import fzy-0.7 as misc/fzy

A fast, simple fuzzy text selector for the terminal with an advanced scoring
algorithm.

diffstat:

 misc/fzy/DESCR                  |   2 ++
 misc/fzy/Makefile               |  19 +++++++++++++++++++
 misc/fzy/PLIST                  |   3 +++
 misc/fzy/distinfo               |   7 +++++++
 misc/fzy/patches/patch-Makefile |  16 ++++++++++++++++
 5 files changed, 47 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r f7a841208c28 -r 517117699577 misc/fzy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/fzy/DESCR    Wed Nov 16 10:39:31 2016 +0000
@@ -0,0 +1,2 @@
+A fast, simple fuzzy text selector for the terminal with an advanced scoring
+algorithm.
diff -r f7a841208c28 -r 517117699577 misc/fzy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/fzy/Makefile Wed Nov 16 10:39:31 2016 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/11/16 10:39:31 leot Exp $
+
+DISTNAME=      fzy-0.7
+CATEGORIES=    misc
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=jhawthorn/}
+
+MAINTAINER=    leot%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jhawthorn/fzy
+COMMENT=       Fuzzy text selector for the terminal
+LICENSE=       mit
+
+USE_TOOLS+=    gmake
+
+MAKE_ENV+=     MANDIR="${PREFIX}/${PKGMANDIR}"
+
+USE_LANGUAGES= c99
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f7a841208c28 -r 517117699577 misc/fzy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/fzy/PLIST    Wed Nov 16 10:39:31 2016 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2016/11/16 10:39:31 leot Exp $
+bin/fzy
+man/man1/fzy.1
diff -r f7a841208c28 -r 517117699577 misc/fzy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/fzy/distinfo Wed Nov 16 10:39:31 2016 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2016/11/16 10:39:31 leot Exp $
+
+SHA1 (fzy-0.7.tar.gz) = 0d45b6ebe4af521f0e81376ff6fc22ce48098a35
+RMD160 (fzy-0.7.tar.gz) = 09f7af1055c24c4ac9ea583823696ebf5ded9d56
+SHA512 (fzy-0.7.tar.gz) = 2c43b2e6e926075ff677bbf93a718f8c0db042fc978aa1daed44e0b42474e85d3753918b2f3698f495894d21e208cf5f53378a52d38afe51531f78c1ec09f1ec
+Size (fzy-0.7.tar.gz) = 17799 bytes
+SHA1 (patch-Makefile) = ffc00a3b211269ef4bc4a74d9280238bb00ee291
diff -r f7a841208c28 -r 517117699577 misc/fzy/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/fzy/patches/patch-Makefile   Wed Nov 16 10:39:31 2016 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-Makefile,v 1.1 2016/11/16 10:39:31 leot Exp $
+
+Do not ignore CPPFLAGS and do not force optimization in CFLAGS
+
+--- Makefile.orig      2016-08-04 06:54:51.000000000 +0000
++++ Makefile
+@@ -1,7 +1,7 @@
+ VERSION=0.7
+ 
+-CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
+-CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic
++CPPFLAGS+=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
++CFLAGS+=-Wall -Wextra -g -std=c99 -pedantic
+ PREFIX?=/usr/local
+ MANDIR?=$(PREFIX)/share/man
+ BINDIR?=$(PREFIX)/bin



Home | Main Index | Thread Index | Old Index