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/gomate + +.include 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