Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163423298
D15573.id42992.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15573.id42992.diff
View Options
Index: editors/gomate/Makefile
===================================================================
--- editors/gomate/Makefile
+++ editors/gomate/Makefile
@@ -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>
Index: editors/gomate/distinfo
===================================================================
--- editors/gomate/distinfo
+++ editors/gomate/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527262340
+SHA256 (mattn-gomate-g20170711-7008ee3057500672a7b3b28360b10d1b9288f2f7_GH0.tar.gz) = fba980ee5560edb204178ba6c2f39d0906296f366bd547b4fd3f48c339451f3e
+SIZE (mattn-gomate-g20170711-7008ee3057500672a7b3b28360b10d1b9288f2f7_GH0.tar.gz) = 1464
Index: editors/gomate/pkg-descr
===================================================================
--- editors/gomate/pkg-descr
+++ editors/gomate/pkg-descr
@@ -0,0 +1,5 @@
+An implementation of rmate in Go. Allows edititing files
+from a ssh session in TextMate, VSCode, or any other editor
+that supports the rmate.
+
+WWW: https://github.com/mattn/gomate
Index: editors/gomate/pkg-message
===================================================================
--- editors/gomate/pkg-message
+++ editors/gomate/pkg-message
@@ -0,0 +1,8 @@
+The gomate port has been installed.
+
+To remotely edit a file via a ssh session in TextMate,
+VSCode, or any other editor that supports rmate, SSH into
+this host with remote port forwarding:
+
+ssh -R 52698:127.0.0.1:52698 user@example.org \
+ gomate /path/to/the/file.txt
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 24, 2:18 AM (15 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35425258
Default Alt Text
D15573.id42992.diff (1 KB)
Attached To
Mode
D15573: New Port: editors/gomate
Attached
Detach File
Event Timeline
Log In to Comment