forked from Lainports/freebsd-ports
New features - Add a test suite (Anton Lindqvist, prahlad, Score_Under) - Add an -S option for disable sorting of choices (Calle Erlandsson) - Add UTF-8 support (Anton Lindqvist) - Add support for using the delete key and Ctrl-D interchangeably (prahlad) - Make use of pledge(1) on OpenBSD (Anton Lindqvist) Bug fixes - Fix compatibility issues with the Android NDK and the musl libc (Fredrik Fornwall) - Fix issues with newlines caused by colored input (Calle Erlandsson) - Fix standout rendering of the last line (Anton Lindqvist) - Refactoring and cleanup (Anton Lindqvist) Removed features - Remove altscreen condition if invoked from Vim (Anton Lindqvist) PR: 210108 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
18 lines
403 B
Makefile
18 lines
403 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pick
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://github.com/thoughtbot/pick/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Tool for choosing one option from a set of choices with an interface
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= ncurses
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/pick man/man1/pick.1.gz
|
|
|
|
.include <bsd.port.mk>
|