Bug 198695 - [NEW PORT] sysutils/pick: Tool for choosing one option from a set of choices with an interface
Summary: [NEW PORT] sysutils/pick: Tool for choosing one option from a set of choices ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-18 23:55 UTC by Neel Chauhan
Modified: 2015-03-23 13:19 UTC (History)
2 users (show)

See Also:


Attachments
shar file for the new port sysutils/pick 1.1.1 (1.45 KB, text/plain)
2015-03-18 23:55 UTC, Neel Chauhan
no flags Details
poudriere build log for sysutils/pick 1.1.1 (13.51 KB, text/x-log)
2015-03-18 23:56 UTC, Neel Chauhan
no flags Details
shar file for the new port sysutils/pick 1.1.1 (with man file) (1.55 KB, text/plain)
2015-03-23 12:47 UTC, Neel Chauhan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.