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
This commit is contained in:
Alexey Dokuchaev 2019-10-10 13:49:07 +00:00
parent d4d47f10d9
commit 6a792e4b80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514228
4 changed files with 46 additions and 0 deletions

View File

@ -340,6 +340,7 @@
SUBDIR += ldapscripts
SUBDIR += ldapsdk
SUBDIR += ldapsh
SUBDIR += leproxy
SUBDIR += lft
SUBDIR += libarms
SUBDIR += libbgpdump

28
net/leproxy/Makefile Normal file
View File

@ -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>

3
net/leproxy/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1531843686
SHA256 (leproxy-0.2.2.php) = 95cdfb1f8aef8466250f8fc936a5484ab0a38e2768a525bb9302bdfa380a7b37
SIZE (leproxy-0.2.2.php) = 301247

14
net/leproxy/pkg-descr Normal file
View File

@ -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