diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-10-10 13:49:07 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-10-10 13:49:07 +0000 |
| commit | 6a792e4b80ddee6ffc072ba3b82eb0c29a17db83 (patch) | |
| tree | 3defec00b0f025cec67618c311adfd3073f17709 /net/leproxy | |
| parent | d4d47f10d908e364569e9779cac7698ac20ea67d (diff) | |
Notes
Diffstat (limited to 'net/leproxy')
| -rw-r--r-- | net/leproxy/Makefile | 28 | ||||
| -rw-r--r-- | net/leproxy/distinfo | 3 | ||||
| -rw-r--r-- | net/leproxy/pkg-descr | 14 |
3 files changed, 45 insertions, 0 deletions
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 <danfe@FreeBSD.org> +# $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 <bsd.port.mk> 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 |
