View | Details | Raw Unified | Return to bug 228486 | Differences between
and this patch

Collapse All | Expand All

(-)editors/gomate/Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	gomate
4
DISTVERSION=	g20170711
5
CATEGORIES=	editors
6
7
MAINTAINER=	fabian.freyer@physik.tu-berlin.de
8
COMMENT=	Edit files from a ssh session in TextMate/VSCode
9
10
LICENSE=	MIT
11
12
USES=		go
13
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	mattn
16
GH_TAGNAME=	7008ee3057500672a7b3b28360b10d1b9288f2f7
17
18
PLIST_FILES=	bin/$(GO_PKGNAME)
19
20
.include <bsd.port.mk>
(-)editors/gomate/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527262340
2
SHA256 (mattn-gomate-g20170711-7008ee3057500672a7b3b28360b10d1b9288f2f7_GH0.tar.gz) = fba980ee5560edb204178ba6c2f39d0906296f366bd547b4fd3f48c339451f3e
3
SIZE (mattn-gomate-g20170711-7008ee3057500672a7b3b28360b10d1b9288f2f7_GH0.tar.gz) = 1464
(-)editors/gomate/pkg-descr (+5 lines)
Line 0 Link Here
1
Gomate is an implementation of rmate in Go. It allows
2
editing of files via an ssh session in TextMate,
3
VSCode, or any other editor that supports rmate.
4
5
WWW: https://github.com/mattn/gomate
(-)editors/gomate/pkg-message (+5 lines)
Line 0 Link Here
1
To remotely edit a file on this host connect via SSH with
2
remote port forwarding:
3
4
ssh -R 52698:127.0.0.1:52698 user@example.org \
5
	gomate /path/to/the/file.txt

Return to bug 228486