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:
parent
46e9a5a2cd
commit
66f878d0d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19978
20
www/tinyproxy/Makefile
Normal file
20
www/tinyproxy/Makefile
Normal 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
1
www/tinyproxy/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tinyproxy-1.2.6.tar.gz) = ade0384e1b6b5d8ac9d22b890fe93eea
|
27
www/tinyproxy/files/patch-aa
Normal file
27
www/tinyproxy/files/patch-aa
Normal 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}
|
1
www/tinyproxy/pkg-comment
Normal file
1
www/tinyproxy/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A small, efficient HTTP proxy server
|
12
www/tinyproxy/pkg-descr
Normal file
12
www/tinyproxy/pkg-descr
Normal 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
1
www/tinyproxy/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
sbin/tinyproxy
|
Loading…
Reference in New Issue
Block a user