Bug 198695

Summary: [NEW PORT] sysutils/pick: Tool for choosing one option from a set of choices with an interface
Product: Ports & Packages Reporter: Neel Chauhan <nc>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Some People CC: bofh, nc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar file for the new port sysutils/pick 1.1.1
none
poudriere build log for sysutils/pick 1.1.1
none
shar file for the new port sysutils/pick 1.1.1 (with man file) none

Description Neel Chauhan freebsd_committer freebsd_triage 2015-03-18 23:55:47 UTC
Created attachment 154499 [details]
shar file for the new port sysutils/pick 1.1.1

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
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2015-03-18 23:56:21 UTC
Created attachment 154500 [details]
poudriere build log for sysutils/pick 1.1.1
Comment 2 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2015-03-23 12:05:48 UTC
There is a man file for this program. Do you think it's perfect installing without the man file?
Comment 3 Neel Chauhan freebsd_committer freebsd_triage 2015-03-23 12:47:18 UTC
Created attachment 154701 [details]
shar file for the new port sysutils/pick 1.1.1 (with man file)

I didn't know a man page existed for sysutils/pick. I have added the man page to the Makefile, and uploaded the updated shar file.
-Neel
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-03-23 13:17:05 UTC
A commit references this bug:

Author: bofh
Date: Mon Mar 23 13:16:26 UTC 2015
New revision: 381992
URL: https://svnweb.freebsd.org/changeset/ports/381992

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)

Changes:
  head/sysutils/Makefile
  head/sysutils/pick/
  head/sysutils/pick/Makefile
  head/sysutils/pick/distinfo
  head/sysutils/pick/pkg-descr
Comment 5 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2015-03-23 13:19:40 UTC
Committed with minor changes.

Some points for future future reference:
1. Do not use do-install unless explicitly required. Check first with default Makefile of dist what it does.
2. Do not replace variables like PORTNAME in PLIST_FILES.