Bug 228486 - NEW PORT: editors/gomate: Implementation of rmate in go. Allows remote editing of files over SSH tunnel with TextMate / VSCode.
Summary: NEW PORT: editors/gomate: Implementation of rmate in go. Allows remote editin...
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: Tobias Kortkamp
URL: https://reviews.freebsd.org/D15573
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-25 15:49 UTC by Fabian Freyer
Modified: 2018-05-26 06:39 UTC (History)
0 users

See Also:


Attachments
port (3.21 KB, patch)
2018-05-25 15:49 UTC, Fabian Freyer
no flags Details | Diff
port (3.11 KB, patch)
2018-05-25 16:30 UTC, Fabian Freyer
no flags Details | Diff
port (3.10 KB, patch)
2018-05-25 17:02 UTC, Fabian Freyer
no flags Details | Diff

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