Skip site navigation (1)Skip section navigation (2)
Date:      1 Jul 1999 08:42:36 -0000
From:      mitsuru@postman.riken.go.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12473: new port: tinyproxy
Message-ID:  <19990701084236.1911.qmail@zebu.riken.go.jp>

next in thread | raw e-mail | index | archive | help

>Number:         12473
>Category:       ports
>Synopsis:       new port: tinyproxy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul  1 01:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Mitsuru Yoshida
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
RIKEN
>Environment:

3.2-STABLE

>Description:

new port: www/tinyproxy

>How-To-Repeat:

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tinyproxy
#	tinyproxy/Makefile
#	tinyproxy/pkg
#	tinyproxy/pkg/COMMENT
#	tinyproxy/pkg/DESCR
#	tinyproxy/pkg/PLIST
#	tinyproxy/files
#	tinyproxy/files/md5
#	tinyproxy/patches
#	tinyproxy/patches/patch-aa
#
echo c - tinyproxy
mkdir -p tinyproxy > /dev/null 2>&1
echo x - tinyproxy/Makefile
sed 's/^X//' >tinyproxy/Makefile << 'END-of-tinyproxy/Makefile'
X# New ports collection makefile for: tinyproxy
X# Version required: 1.2.6
X# Date created: 01 Jul 1999
X# Whom: Mitsuru Yoshida <mitsuru@riken.go.jp>
X#
X# $Id$
X#
X
XDISTNAME=	tinyproxy-1.2.6
XCATEGORIES=	www
XMASTER_SITES=	http://tinyproxy.attacca.com/ \
X		http://www.flarenet.com/tinyproxy/
X
XMAINTAINER=	mitsuru@riken.go.jp
X
XWRKSRC=		${WRKDIR}/tinyproxy
X
XMAN8=		tinyproxy.8
X
X.include <bsd.port.mk>
END-of-tinyproxy/Makefile
echo c - tinyproxy/pkg
mkdir -p tinyproxy/pkg > /dev/null 2>&1
echo x - tinyproxy/pkg/COMMENT
sed 's/^X//' >tinyproxy/pkg/COMMENT << 'END-of-tinyproxy/pkg/COMMENT'
XA small, efficient HTTP proxy server
END-of-tinyproxy/pkg/COMMENT
echo x - tinyproxy/pkg/DESCR
sed 's/^X//' >tinyproxy/pkg/DESCR << 'END-of-tinyproxy/pkg/DESCR'
XTinyproxy is a lightweight, non-caching,optionally anonymizing http proxy.
XIt is designed to consume a minimum of system resources.
XIt listens on a given TCP port and handles HTTP proxy requests.
X
XNote that tinyproxy requires commandline arguments to run in anonymizing
Xmode. For most people, "/usr/local/sbin/tinyproxy -a Host: -a Authorization:"
Xis sufficient for an anonymizing proxy.
X
XWWW:     http://tinyproxy.attacca.com/
X
X- Mitsuru Yoshida
Xmitsuru@riken.go.jp
END-of-tinyproxy/pkg/DESCR
echo x - tinyproxy/pkg/PLIST
sed 's/^X//' >tinyproxy/pkg/PLIST << 'END-of-tinyproxy/pkg/PLIST'
Xsbin/tinyproxy
END-of-tinyproxy/pkg/PLIST
echo c - tinyproxy/files
mkdir -p tinyproxy/files > /dev/null 2>&1
echo x - tinyproxy/files/md5
sed 's/^X//' >tinyproxy/files/md5 << 'END-of-tinyproxy/files/md5'
XMD5 (tinyproxy-1.2.6.tar.gz) = ade0384e1b6b5d8ac9d22b890fe93eea
END-of-tinyproxy/files/md5
echo c - tinyproxy/patches
mkdir -p tinyproxy/patches > /dev/null 2>&1
echo x - tinyproxy/patches/patch-aa
sed 's/^X//' >tinyproxy/patches/patch-aa << 'END-of-tinyproxy/patches/patch-aa'
X--- src/Makefile.dist	Thu Jul  1 16:34:39 1999
X+++ src/Makefile	Thu Jul  1 16:30:32 1999
X@@ -1,7 +1,7 @@
X # Written by Steven Young (sdyoung@well.com)
X # Additions by Robert James Kaes (rjkaes@flarenet.com) 1999/02/05
X 
X-CC = gcc # change this to your prefered compiler
X+#CC = gcc # change this to your prefered compiler
X 
X WARN = -Wall -Wshadow -Wstrict-prototypes  # Warnings
X 
X@@ -21,7 +21,7 @@
X 
X # Set location for installation
X INSTALL = /usr/bin/install
X-BINPATH = /usr/local/bin
X+BINPATH = /usr/local/sbin
X STRIP = /usr/bin/strip
X 
X all: ${OBJS}
END-of-tinyproxy/patches/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990701084236.1911.qmail>