aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pick
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-03-23 13:16:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-03-23 13:16:23 +0000
commite9167207168e0843691d6673fbabc55e10fb1077 (patch)
treebaf5a9505006eab115c4522eee24dde54206df8b /sysutils/pick
parent8998313df66c985c424fa4bc708b07e0febe1087 (diff)
downloadports-e9167207168e0843691d6673fbabc55e10fb1077.tar.gz
ports-e9167207168e0843691d6673fbabc55e10fb1077.zip
Notes
Diffstat (limited to 'sysutils/pick')
-rw-r--r--sysutils/pick/Makefile16
-rw-r--r--sysutils/pick/distinfo2
-rw-r--r--sysutils/pick/pkg-descr4
3 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/pick/Makefile b/sysutils/pick/Makefile
new file mode 100644
index 000000000000..e039fe0c51c6
--- /dev/null
+++ b/sysutils/pick/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= pick
+PORTVERSION= 1.1.1
+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
+
+GNU_CONFIGURE= yes
+PLIST_FILES= bin/pick man/man1/pick.1.gz
+
+.include <bsd.port.mk>
diff --git a/sysutils/pick/distinfo b/sysutils/pick/distinfo
new file mode 100644
index 000000000000..53b3f34664e7
--- /dev/null
+++ b/sysutils/pick/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pick-1.1.1.tar.gz) = 2d2707d9fb6d9f8b3afffc0f02f81e7b6a02cf7823127e10b1c952adee42a306
+SIZE (pick-1.1.1.tar.gz) = 106841
diff --git a/sysutils/pick/pkg-descr b/sysutils/pick/pkg-descr
new file mode 100644
index 000000000000..a5300100b7ee
--- /dev/null
+++ b/sysutils/pick/pkg-descr
@@ -0,0 +1,4 @@
+pick allows users to choose one option from a set of choices using an interface
+with fuzzy search functionality.
+
+WWW: https://www.github.com/thoughtbot/pick