New port: net/microsocks

MicroSocks is a SOCKS5 service that you can run on your remote boxes
to tunnel connections through them, if for some reason SSH does not
cut it for you.

WWW: https://github.com/rofl0r/microsocks

PR:		233941
Submitted by:	neel@neelc.org
This commit is contained in:
Tobias Kortkamp 2019-01-25 07:08:09 +00:00
parent 6d23da0b66
commit 1fb943759f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491126
4 changed files with 30 additions and 0 deletions

View file

@ -456,6 +456,7 @@
SUBDIR += mgen
SUBDIR += micro_inetd
SUBDIR += micro_proxy
SUBDIR += microsocks
SUBDIR += minidlna
SUBDIR += mininet
SUBDIR += minisapserver

21
net/microsocks/Makefile Normal file
View file

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= microsocks
PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= http://ftp.barfooze.de/pub/sabotage/tarballs/
MAINTAINER= neel@neelc.org
COMMENT= Multithreaded, small, efficient SOCKS5 server
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

3
net/microsocks/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1548399778
SHA256 (microsocks-1.0.1.tar.xz) = 389f60fb1851601236017acda78f8650b278d2cdcd91e7843416f0f1ad521c70
SIZE (microsocks-1.0.1.tar.xz) = 8056

5
net/microsocks/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
MicroSocks is a SOCKS5 service that you can run on your remote boxes
to tunnel connections through them, if for some reason SSH does not
cut it for you.
WWW: https://github.com/rofl0r/microsocks