Bug 243790 - [NEW PORT] devel/gh: GitHub command-line tool
Summary: [NEW PORT] devel/gh: GitHub command-line tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL: https://github.com/cli/cli
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-02 01:12 UTC by Lewis Cook
Modified: 2020-02-12 21:39 UTC (History)
1 user (show)

See Also:


Attachments
gh-0.5.2.diff (9.45 KB, patch)
2020-02-02 01:12 UTC, Lewis Cook
no flags Details | Diff
gh-0.5.2.log (27.13 KB, text/plain)
2020-02-02 01:12 UTC, Lewis Cook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-02-02 01:12:19 UTC
Created attachment 211264 [details]
gh-0.5.2.diff

GitHub on the command line, and it's now available in beta.
It brings pull requests, issues, and other GitHub concepts
to the terminal next to where you are already working with
git and your code.

WWW: https://github.com/cli/cli

Testing:
   * No errors reported with portlint, built in Poudriere and
     application works as expected (logs attached).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-02-02 01:12:56 UTC
Created attachment 211265 [details]
gh-0.5.2.log

* Poudriere build log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-02-12 21:38:31 UTC
A commit references this bug:

Author: swills
Date: Wed Feb 12 21:37:57 UTC 2020
New revision: 525971
URL: https://svnweb.freebsd.org/changeset/ports/525971

Log:
  devel/gh: create port

  GitHub on the command line, and it's now available in beta.
  It brings pull requests, issues, and other GitHub concepts
  to the terminal next to where you are already working with
  git and your code.

  WWW: https://github.com/cli/cli

  PR:		243790
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Changes:
  head/devel/Makefile
  head/devel/gh/
  head/devel/gh/Makefile
  head/devel/gh/distinfo
  head/devel/gh/pkg-descr
Comment 3 Steve Wills freebsd_committer freebsd_triage 2020-02-12 21:39:16 UTC
Committed, thanks!