Index: net/gsocket/Makefile =================================================================== --- net/gsocket/Makefile (nonexistent) +++ net/gsocket/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= gsocket +PORTVERSION= 1.4.22 +CATEGORIES= net + +MAINTAINER= arr@watson.org +COMMENT= Allows two users behind NAT/Firewall to establish a TCP connection + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= autoreconf shebangfix ssl + +USE_GITHUB= yes +GH_ACCOUNT= hackerschoice +GH_PROJECT= gsocket +GH_TAGNAME= v${PORTVERSION} + +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip + +SHEBANG_FILES= ${WRKSRC}/tools/blitz \ + ${WRKSRC}/tools/gs_funcs \ + ${WRKSRC}/tools/gs-mount \ + ${WRKSRC}/tools/gs-sftp + +.include Property changes on: net/gsocket/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: net/gsocket/distinfo =================================================================== --- net/gsocket/distinfo (nonexistent) +++ net/gsocket/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1604583578 +SHA256 (hackerschoice-gsocket-1.4.22-v1.4.22_GH0.tar.gz) = b900a98e05eac2f5bde7256624263555f5e3c62530172f3338bbd2331986bf40 +SIZE (hackerschoice-gsocket-1.4.22-v1.4.22_GH0.tar.gz) = 81816 Property changes on: net/gsocket/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: net/gsocket/pkg-descr =================================================================== --- net/gsocket/pkg-descr (nonexistent) +++ net/gsocket/pkg-descr (working copy) @@ -0,0 +1,7 @@ +Global Socket allows two users behind NAT/Firewall to establish a TCP +connection with each other. Securely. Abandon the thinking that an IP Address +is needed to communicate with somebody. Instead start thinking that two users +should be able to communicate with each other as long as they know the same +secret (key/password). The Global Socket library handles the rest. + +WWW: https://github.com/hackerschoice/gsocket Property changes on: net/gsocket/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: net/gsocket/pkg-plist =================================================================== --- net/gsocket/pkg-plist (nonexistent) +++ net/gsocket/pkg-plist (working copy) @@ -0,0 +1,13 @@ +bin/blitz +bin/gs_funcs +bin/gs_uchroot_so +bin/gs-mount +bin/gs-netcat +bin/gs-sftp +man/man1/blitz.1.gz +man/man1/gs-mount.1.gz +man/man1/gs-netcat.1.gz +man/man1/gs-sftp.1.gz +share/licenses/gsocket-1.4.22/BSD2CLAUSE +share/licenses/gsocket-1.4.22/catalog.mk +share/licenses/gsocket-1.4.22/LICENSE Property changes on: net/gsocket/pkg-plist ___________________________________________________________________ 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