Bug 245647 - [NEW PORT] net/evans: More expressive universal gRPC client
Summary: [NEW PORT] net/evans: More expressive universal gRPC client
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: Dmitri Goutnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-15 19:56 UTC by Lewis Cook
Modified: 2020-04-19 21:54 UTC (History)
1 user (show)

See Also:


Attachments
evans-0.8.5.diff (20.24 KB, patch)
2020-04-15 19:56 UTC, Lewis Cook
no flags Details | Diff
evans-0.8.5.log (58.13 KB, text/plain)
2020-04-15 19:56 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-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!