FreeBSD Bugzilla – Attachment 193694 Details for
Bug 228486
NEW PORT: editors/gomate: Implementation of rmate in go. Allows remote editing of files over SSH tunnel with TextMate / VSCode.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port
gomate.diff (text/plain), 3.11 KB, created by
Fabian Freyer
on 2018-05-25 16:30:03 UTC
(
hide
)
Description:
port
Filename:
MIME Type:
Creator:
Fabian Freyer
Created:
2018-05-25 16:30:03 UTC
Size:
3.11 KB
patch
obsolete
>Index: editors/gomate/Makefile >=================================================================== >--- editors/gomate/Makefile (nonexistent) >+++ editors/gomate/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# $FreeBSD$ >+ >+PORTNAME= gomate >+DISTVERSION= g20170711 >+CATEGORIES= editors >+ >+MAINTAINER= fabian.freyer@physik.tu-berlin.de >+COMMENT= Edit files from a ssh session in TextMate/VSCode >+ >+LICENSE= MIT >+ >+USES= go >+ >+USE_GITHUB= yes >+GH_ACCOUNT= mattn >+GH_TAGNAME= 7008ee3057500672a7b3b28360b10d1b9288f2f7 >+ >+PLIST_FILES= bin/$(GO_PKGNAME) >+ >+.include <bsd.port.mk> > >Property changes on: editors/gomate/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: editors/gomate/distinfo >=================================================================== >--- editors/gomate/distinfo (nonexistent) >+++ editors/gomate/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1527262340 >+SHA256 (mattn-gomate-g20170711-7008ee3057500672a7b3b28360b10d1b9288f2f7_GH0.tar.gz) = fba980ee5560edb204178ba6c2f39d0906296f366bd547b4fd3f48c339451f3e >+SIZE (mattn-gomate-g20170711-7008ee3057500672a7b3b28360b10d1b9288f2f7_GH0.tar.gz) = 1464 > >Property changes on: editors/gomate/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: editors/gomate/pkg-descr >=================================================================== >--- editors/gomate/pkg-descr (nonexistent) >+++ editors/gomate/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+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 > >Property changes on: editors/gomate/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: editors/gomate/pkg-message >=================================================================== >--- editors/gomate/pkg-message (nonexistent) >+++ editors/gomate/pkg-message (working copy) >@@ -0,0 +1,5 @@ >+To remotely edit a file on this host connect via SSH with >+remote port forwarding: >+ >+ssh -R 52698:127.0.0.1:52698 user@example.org \ >+ gomate /path/to/the/file.txt > >Property changes on: editors/gomate/pkg-message >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228486
:
193692
|
193694
|
193698