From 6a792e4b80ddee6ffc072ba3b82eb0c29a17db83 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 10 Oct 2019 13:49:07 +0000 Subject: [PATCH] LeProxy is designed for anonymous surfing, improved security and privacy plus circumventing geoblocking. It is a powerful, lightweight, fast and simple to use proxy server that you can host on your own server or PC at home and then access from anywhere. It provides compatibility with a large number of clients and services by accepting both HTTP and SOCKS proxy protocols on a single listening port. WWW: https://github.com/leproxy/leproxy --- net/Makefile | 1 + net/leproxy/Makefile | 28 ++++++++++++++++++++++++++++ net/leproxy/distinfo | 3 +++ net/leproxy/pkg-descr | 14 ++++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 net/leproxy/Makefile create mode 100644 net/leproxy/distinfo create mode 100644 net/leproxy/pkg-descr diff --git a/net/Makefile b/net/Makefile index 613cf154f8c6..cae95bcf2f71 100644 --- a/net/Makefile +++ b/net/Makefile @@ -340,6 +340,7 @@ SUBDIR += ldapscripts SUBDIR += ldapsdk SUBDIR += ldapsh + SUBDIR += leproxy SUBDIR += lft SUBDIR += libarms SUBDIR += libbgpdump diff --git a/net/leproxy/Makefile b/net/leproxy/Makefile new file mode 100644 index 000000000000..b77f10277dd0 --- /dev/null +++ b/net/leproxy/Makefile @@ -0,0 +1,28 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= leproxy +PORTVERSION= 0.2.2 +CATEGORIES= net +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ +EXTRACT_SUFX= .php +EXTRACT_ONLY= # empty + +MAINTAINER= danfe@FreeBSD.org +COMMENT= HTTP/SOCKS proxy server for everybody + +LICENSE= MIT + +USES= php +USE_PHP= filter + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME}.php + +do-install: + ${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.php + +.include diff --git a/net/leproxy/distinfo b/net/leproxy/distinfo new file mode 100644 index 000000000000..f29b8d6c3fb6 --- /dev/null +++ b/net/leproxy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1531843686 +SHA256 (leproxy-0.2.2.php) = 95cdfb1f8aef8466250f8fc936a5484ab0a38e2768a525bb9302bdfa380a7b37 +SIZE (leproxy-0.2.2.php) = 301247 diff --git a/net/leproxy/pkg-descr b/net/leproxy/pkg-descr new file mode 100644 index 000000000000..ac5a9c751c2b --- /dev/null +++ b/net/leproxy/pkg-descr @@ -0,0 +1,14 @@ +LeProxy is designed for anonymous surfing, improved security and privacy +plus circumventing geoblocking. It allows you to enjoy the web like it +was meant to work and access your favorite online video platform without +annoying country blocks while traveling. + +LeProxy is a powerful, lightweight, fast and simple to use proxy server +that you can host on your own server or PC at home and then access from +anywhere. It supports optional authentication so you can share a server +instance with your family and friends without having to worry about +third parties. It provides compatibility with a large number of clients +and services by accepting both common HTTP and SOCKS proxy protocols on +a single listening port. + +WWW: https://github.com/leproxy/leproxy