Bug 245647

Summary: [NEW PORT] net/evans: More expressive universal gRPC client
Product: Ports & Packages Reporter: Lewis Cook <lcook>
Component: Individual Port(s)Assignee: Dmitri Goutnik <dmgk>
Status: Closed FIXED    
Severity: Affects Only Me CC: dmgk
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
evans-0.8.5.diff
none
evans-0.8.5.log none

Description Lewis Cook freebsd_committer freebsd_triage 2020-04-15 19:56:15 UTC
Created attachment 213427 [details]
evans-0.8.5.diff

Advanced gRPC API inspection, with an in-built
REPL and CLI mode giving you full control and
understanding. Evans provides an easy interface
to automating scripting via the CLI mode - ideal
for continuous integration and other tasks.

WWW: https://github.com/ktr0731/evans

Tested:
 * portlint: OK (looks fine).
 * testport: OK (poudriere: 3.3.4).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-04-15 19:56:57 UTC
Created attachment 213428 [details]
evans-0.8.5.log

* Poudriere testport log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-19 21:54:13 UTC
A commit references this bug:

Author: dmgk
Date: Sun Apr 19 21:53:52 UTC 2020
New revision: 532163
URL: https://svnweb.freebsd.org/changeset/ports/532163

Log:
  New port: net/evans

  Advanced gRPC API inspection, with an in-built
  REPL and CLI mode giving you full control and
  understanding. Evans provides an easy interface
  to automating scripting via the CLI mode - ideal
  for continuous integration and other tasks.

  WWW: https://github.com/ktr0731/evans

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

Changes:
  head/net/Makefile
  head/net/evans/
  head/net/evans/Makefile
  head/net/evans/distinfo
  head/net/evans/pkg-descr
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2020-04-19 21:54:43 UTC
Committed, thanks!