Bug 228486

Summary: NEW PORT: editors/gomate: Implementation of rmate in go. Allows remote editing of files over SSH tunnel with TextMate / VSCode.
Product: Ports & Packages Reporter: Fabian Freyer <fabian.freyer>
Component: Individual Port(s)Assignee: Tobias Kortkamp <tobik>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D15573
Attachments:
Description Flags
port
none
port
none
port none

Description Fabian Freyer 2018-05-25 15:49:21 UTC
Created attachment 193692 [details]
port

see review D15573
Comment 1 Fabian Freyer 2018-05-25 16:30:03 UTC
Created attachment 193694 [details]
port
Comment 2 Fabian Freyer 2018-05-25 17:02:19 UTC
Created attachment 193698 [details]
port
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-05-26 06:38:22 UTC
A commit references this bug:

Author: tobik
Date: Sat May 26 06:38:16 UTC 2018
New revision: 470882
URL: https://svnweb.freebsd.org/changeset/ports/470882

Log:
  New port: editors/gomate

  Gomate is an implementation of rmate in Go.  It allows editing of
  files via an ssh session in TextMate, VSCode, or any other editor
  that supports rmate.

  WWW: https://github.com/mattn/gomate

  PR:		228486
  Submitted by:	Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
  Differential Revision:	https://reviews.freebsd.org/D15573

Changes:
  head/editors/Makefile
  head/editors/gomate/
  head/editors/gomate/Makefile
  head/editors/gomate/distinfo
  head/editors/gomate/pkg-descr
  head/editors/gomate/pkg-message
Comment 4 Tobias Kortkamp freebsd_committer freebsd_triage 2018-05-26 06:39:44 UTC
Landed. Thanks!