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

Collapse All | Expand All

(-)net/gsocket/Makefile (+29 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	gsocket
4
PORTVERSION=	1.4.22
5
CATEGORIES=	net
6
7
MAINTAINER=	arr@watson.org
8
COMMENT=	Allows two users behind NAT/Firewall to establish a TCP connection
9
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		autoreconf shebangfix ssl
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	hackerschoice
17
GH_PROJECT=	gsocket
18
GH_TAGNAME=	v${PORTVERSION}
19
20
GNU_CONFIGURE=	yes
21
22
INSTALL_TARGET=	install-strip
23
24
SHEBANG_FILES=	${WRKSRC}/tools/blitz \
25
		${WRKSRC}/tools/gs_funcs \
26
		${WRKSRC}/tools/gs-mount \
27
		${WRKSRC}/tools/gs-sftp
28
29
.include <bsd.port.mk>
(-)net/gsocket/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1604583578
2
SHA256 (hackerschoice-gsocket-1.4.22-v1.4.22_GH0.tar.gz) = b900a98e05eac2f5bde7256624263555f5e3c62530172f3338bbd2331986bf40
3
SIZE (hackerschoice-gsocket-1.4.22-v1.4.22_GH0.tar.gz) = 81816
(-)net/gsocket/pkg-descr (+7 lines)
Line 0 Link Here
1
Global Socket allows two users behind NAT/Firewall to establish a TCP
2
connection with each other. Securely. Abandon the thinking that an IP Address
3
is needed to communicate with somebody. Instead start thinking that two users
4
should be able to communicate with each other as long as they know the same
5
secret (key/password). The Global Socket library handles the rest.
6
7
WWW: https://github.com/hackerschoice/gsocket
(-)net/gsocket/pkg-plist (+10 lines)
Line 0 Link Here
1
bin/blitz
2
bin/gs_funcs
3
bin/gs_uchroot_so
4
bin/gs-mount
5
bin/gs-netcat
6
bin/gs-sftp
7
man/man1/blitz.1.gz
8
man/man1/gs-mount.1.gz
9
man/man1/gs-netcat.1.gz
10
man/man1/gs-sftp.1.gz

Return to bug 250917