pkgsrc-WIP-changes archive

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

pick: Remove, imported in pkgsrc as misc/pick



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed May 9 17:32:10 2018 +0200
Changeset:	d3fc0d75ddebc6a89857b252f26a9999aa3c3463

Modified Files:
	Makefile
Removed Files:
	pick/DESCR
	pick/Makefile
	pick/PLIST
	pick/distinfo
	pick/patches/patch-pick.c

Log Message:
pick: Remove, imported in pkgsrc as misc/pick

Thanks to Jenz Guenther for packaging it!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d3fc0d75ddebc6a89857b252f26a9999aa3c3463

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

diffstat:
 Makefile                  |  1 -
 pick/DESCR                |  3 ---
 pick/Makefile             | 18 ------------------
 pick/PLIST                |  3 ---
 pick/distinfo             |  7 -------
 pick/patches/patch-pick.c | 25 -------------------------
 6 files changed, 57 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b3bd5b5fac..84ea37f162 100644
--- a/Makefile
+++ b/Makefile
@@ -2752,7 +2752,6 @@ SUBDIR+=	php-msgpack
 SUBDIR+=	php-tclink
 SUBDIR+=	php-xdiff
 SUBDIR+=	php-zmq
-SUBDIR+=	pick
 SUBDIR+=	picolisp
 SUBDIR+=	picolisp64
 SUBDIR+=	picosat
diff --git a/pick/DESCR b/pick/DESCR
deleted file mode 100644
index e429a3f74c..0000000000
--- a/pick/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-The pick utility allows users to select from a set of choices using an interface
-with fuzzy search functionality. The choices are read from stdin, and the
-selected choice written to stdout.
diff --git a/pick/Makefile b/pick/Makefile
deleted file mode 100644
index 300a15cf3a..0000000000
--- a/pick/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pick-2.0.2
-CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_GITHUB:=mptre/}
-GITHUB_RELEASE=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	dbotw%gmx.net@localhost
-HOMEPAGE=	https://github.com/mptre/pick/
-COMMENT=	Fuzzy search tool for the command-line
-LICENSE=	mit
-
-GNU_CONFIGURE=	yes
-
-CFLAGS.NetBSD+=	-D_OPENBSD_SOURCE	# reallocarray(3), strtonum(3)
-
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/pick/PLIST b/pick/PLIST
deleted file mode 100644
index 988031afa0..0000000000
--- a/pick/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/pick
-man/man1/pick.1
diff --git a/pick/distinfo b/pick/distinfo
deleted file mode 100644
index b0ecef41cd..0000000000
--- a/pick/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (pick-2.0.2.tar.gz) = 6cc08e999f044defff085efa9182678cf25ff132
-RMD160 (pick-2.0.2.tar.gz) = 0d5b69ca295511ac7e32b3a8fea24c590ed089e3
-SHA512 (pick-2.0.2.tar.gz) = 92d74fa62f6c829117c6c3faf6ec39fc5dd66465516be396d21d7b0a92ee10761a1d3f43aa4a454f8d19790ac02a4a1af145139d488344c97a511805c5d6965b
-Size (pick-2.0.2.tar.gz) = 132174 bytes
-SHA1 (patch-pick.c) = cdce675828e0187cc9567aeec93893c9dbd14087
diff --git a/pick/patches/patch-pick.c b/pick/patches/patch-pick.c
deleted file mode 100644
index b3d2e32b69..0000000000
--- a/pick/patches/patch-pick.c
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD$
-
-tparm(3) expects a `const char *' as first argument, adjust tty_parm1()
-accordingly.
-
---- pick.c.orig	2018-04-10 19:52:06.000000000 +0000
-+++ pick.c
-@@ -90,7 +90,7 @@ static void			 toggle_sigwinch(int);
- static int			 tty_getc(void);
- static const char		*tty_getcap(char *);
- static void			 tty_init(int);
--static const char		*tty_parm1(char *, int);
-+static const char		*tty_parm1(const char *, int);
- static int			 tty_putc(int);
- static void			 tty_restore(int);
- static void			 tty_size(void);
-@@ -1063,7 +1063,7 @@ tty_getcap(char *cap)
- }
- 
- const char *
--tty_parm1(char *cap, int a)
-+tty_parm1(const char *cap, int a)
- {
- 	return tparm(cap, a, 0, 0, 0, 0, 0, 0, 0, 0);
- }


Home | Main Index | Thread Index | Old Index