1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Tinyproxy: a lightweight, non-caching,optionally anonymizing http proxy

that is designed to consume a minimum of system resources.

PR:		12473
Submitted by:	Mitsuru Yoshida <mitsuru@riken.go.jp>
This commit is contained in:
Chris Piazza 1999-07-03 23:20:43 +00:00
parent 46e9a5a2cd
commit 66f878d0d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19978
6 changed files with 62 additions and 0 deletions

20
www/tinyproxy/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: tinyproxy
# Version required: 1.2.6
# Date created: 01 Jul 1999
# Whom: Mitsuru Yoshida <mitsuru@riken.go.jp>
#
# $Id$
#
DISTNAME= tinyproxy-1.2.6
CATEGORIES= www
MASTER_SITES= http://tinyproxy.attacca.com/ \
http://www.flarenet.com/tinyproxy/
MAINTAINER= mitsuru@riken.go.jp
WRKSRC= ${WRKDIR}/tinyproxy
MAN8= tinyproxy.8
.include <bsd.port.mk>

1
www/tinyproxy/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tinyproxy-1.2.6.tar.gz) = ade0384e1b6b5d8ac9d22b890fe93eea

View File

@ -0,0 +1,27 @@
--- src/Makefile.orig Fri Jun 4 14:42:34 1999
+++ src/Makefile Sun Jul 4 16:15:09 1999
@@ -1,13 +1,13 @@
# Written by Steven Young (sdyoung@well.com)
# Additions by Robert James Kaes (rjkaes@flarenet.com) 1999/02/05
-CC = gcc # change this to your prefered compiler
+#CC = gcc # change this to your prefered compiler
WARN = -Wall -Wshadow -Wstrict-prototypes # Warnings
#
# Full Production System (No debuging info)
-CFLAGS = -O2 ${WARN}
+CFLAGS += ${WARN}
#
# Full Debuging Version
#CFLAGS = -g ${WARN}
@@ -21,7 +21,7 @@
# Set location for installation
INSTALL = /usr/bin/install
-BINPATH = /usr/local/bin
+BINPATH = /usr/local/sbin
STRIP = /usr/bin/strip
all: ${OBJS}

View File

@ -0,0 +1 @@
A small, efficient HTTP proxy server

12
www/tinyproxy/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
Tinyproxy is a lightweight, non-caching,optionally anonymizing http proxy.
It is designed to consume a minimum of system resources.
It listens on a given TCP port and handles HTTP proxy requests.
Note that tinyproxy requires commandline arguments to run in anonymizing
mode. For most people, "/usr/local/sbin/tinyproxy -a Host: -a Authorization:"
is sufficient for an anonymizing proxy.
WWW: http://tinyproxy.attacca.com/
- Mitsuru Yoshida
mitsuru@riken.go.jp

1
www/tinyproxy/pkg-plist Normal file
View File

@ -0,0 +1 @@
sbin/tinyproxy