diff options
Diffstat (limited to 'www/phproxy')
-rw-r--r-- | www/phproxy/Makefile | 37 | ||||
-rw-r--r-- | www/phproxy/distinfo | 2 | ||||
-rw-r--r-- | www/phproxy/pkg-descr | 10 | ||||
-rw-r--r-- | www/phproxy/pkg-message | 13 | ||||
-rw-r--r-- | www/phproxy/pkg-plist | 8 |
5 files changed, 0 insertions, 70 deletions
diff --git a/www/phproxy/Makefile b/www/phproxy/Makefile deleted file mode 100644 index 91904bc8e1ee..000000000000 --- a/www/phproxy/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Babak Farrokhi <babak@farrokhi.net> -# $FreeBSD$ - -PORTNAME= phproxy -PORTVERSION= 0.5b2 -PORTREVISION= 4 -CATEGORIES= www -MASTER_SITES= SF/poxy/PHProxy/0.5%20beta%202 -DISTNAME= poxy-${DISTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= PHP based web proxy - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -NO_BUILD= YES -USES= php:web zip:infozip -USE_PHP= ctype pcre -EXTRACT_AFTER_ARGS+= -d ${WRKSRC} -PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" - -DOCFILES= ChangeLog.txt LICENSE.txt README.txt TODO.txt - -OPTIONS_DEFINE= DOCS - -do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/${i} -.endfor - @${RM} ${WRKSRC}/*.txt - ${MKDIR} ${STAGEDIR}${WWWDIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/) - -.include <bsd.port.mk> diff --git a/www/phproxy/distinfo b/www/phproxy/distinfo deleted file mode 100644 index 9930387e4681..000000000000 --- a/www/phproxy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (poxy-0.5b2.zip) = 86c9b3fc4db53b196b4a3e99d3dc21335fcf1d75ebdea122bc5b95671ae667b3 -SIZE (poxy-0.5b2.zip) = 26477 diff --git a/www/phproxy/pkg-descr b/www/phproxy/pkg-descr deleted file mode 100644 index 679c76d31a09..000000000000 --- a/www/phproxy/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -PHProxy is a web HTTP (for now; FTP is not supprted yet) -proxy programmed in PHP designed to bypass firewalls and -other proxy restrictions through a web interface very similar -to the popular CGIProxy. - -The server that this script runs on simply acts as a medium -that retrives resources for you. The only IP address shown -will be the server's IP address. So basically, it is indirect -browsing. The only catch being that the server has to has access -to those otherwise inaccessible resources. diff --git a/www/phproxy/pkg-message b/www/phproxy/pkg-message deleted file mode 100644 index 1764af90aaac..000000000000 --- a/www/phproxy/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -[ -{ type: install - message: <<EOM -NOTE: - -- safe_mode must be turned off in php.ini -- file_uploads turned On for HTTP file uploads. -- JavaScript turned on for the browser. Setting the flags and - encrypting the supplied URL initially requires the use of - JavaScript. -EOM -} -] diff --git a/www/phproxy/pkg-plist b/www/phproxy/pkg-plist deleted file mode 100644 index 74e2706330e9..000000000000 --- a/www/phproxy/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/TODO.txt -@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/index.inc.php -@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/index.php -@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/style.css -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%% |