Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2015 13:16:24 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381992 - in head/sysutils: . pick
Message-ID:  <201503231316.t2NDGOGX067751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Mar 23 13:16:23 2015
New Revision: 381992
URL: https://svnweb.freebsd.org/changeset/ports/381992
QAT: https://qat.redports.org/buildarchive/r381992/

Log:
  [NEW] sysutils/pick: Tool for choosing one option from a set of choices
  with an interface
  
  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
  
  PR:		198695
  Submitted by:	neel@neelc.org
  Approved by:	bapt marino (implicit)

Added:
  head/sysutils/pick/
  head/sysutils/pick/Makefile   (contents, props changed)
  head/sysutils/pick/distinfo   (contents, props changed)
  head/sysutils/pick/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Mar 23 12:21:33 2015	(r381991)
+++ head/sysutils/Makefile	Mon Mar 23 13:16:23 2015	(r381992)
@@ -697,6 +697,7 @@
     SUBDIR += php55-posix
     SUBDIR += php56-fileinfo
     SUBDIR += php56-posix
+    SUBDIR += pick
     SUBDIR += pidof
     SUBDIR += pipemeter
     SUBDIR += plasma-applet-apcups

Added: head/sysutils/pick/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pick/Makefile	Mon Mar 23 13:16:23 2015	(r381992)
@@ -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>

Added: head/sysutils/pick/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pick/distinfo	Mon Mar 23 13:16:23 2015	(r381992)
@@ -0,0 +1,2 @@
+SHA256 (pick-1.1.1.tar.gz) = 2d2707d9fb6d9f8b3afffc0f02f81e7b6a02cf7823127e10b1c952adee42a306
+SIZE (pick-1.1.1.tar.gz) = 106841

Added: head/sysutils/pick/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pick/pkg-descr	Mon Mar 23 13:16:23 2015	(r381992)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503231316.t2NDGOGX067751>