From emile.heitor@dolphian.com  Tue Mar  9 02:08:10 2004
Return-Path: <emile.heitor@dolphian.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CDDA516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Mar 2004 02:08:10 -0800 (PST)
Received: from penelope.dolphian.priv (deathstar.dolphian.net [213.91.10.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AE66043D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Mar 2004 02:08:09 -0800 (PST)
	(envelope-from emile.heitor@dolphian.com)
Received: from penelope.dolphian.priv (localhost [IPv6:::1])
	by penelope.dolphian.priv (8.12.10/8.12.6) with ESMTP id i29A61TG072421
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 9 Mar 2004 11:06:02 +0100 (CET)
	(envelope-from imil@penelope.dolphian.priv)
Received: (from imil@localhost)
	by penelope.dolphian.priv (8.12.10/8.12.6/Submit) id i29A60MZ072418;
	Tue, 9 Mar 2004 11:06:00 +0100 (CET)
Message-Id: <200403091006.i29A60MZ072418@penelope.dolphian.priv>
Date: Tue, 9 Mar 2004 11:06:00 +0100 (CET)
From: iMil <imil@gcu.info>
Reply-To: iMil <imil@gcu.info>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: p5-HTTP-Proxy port proposal
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         63978
>Category:       ports
>Synopsis:       new port: www/p5-HTTP-Proxy
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 09 02:10:12 PST 2004
>Closed-Date:    Tue Mar 23 15:27:50 PST 2004
>Last-Modified:  Tue Mar 23 15:27:50 PST 2004
>Originator:     iMil
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
GCU
>Environment:
System: FreeBSD penelope.dolphian.priv 5.2-RELEASE FreeBSD 5.2-RELEASE #3: Wed Jan 14 17:00:54 CET 2004 root@penelope.dolphian.priv:/usr/obj/usr/src/sys/PENELOPE i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- p5-HTTP-Proxy.shar begins here ---
# 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:
#
#	p5-HTTP-Proxy
#	p5-HTTP-Proxy/Makefile
#	p5-HTTP-Proxy/distinfo
#	p5-HTTP-Proxy/pkg-descr
#	p5-HTTP-Proxy/pkg-plist
#
echo c - p5-HTTP-Proxy
mkdir -p p5-HTTP-Proxy > /dev/null 2>&1
echo x - p5-HTTP-Proxy/Makefile
sed 's/^X//' >p5-HTTP-Proxy/Makefile << 'END-of-p5-HTTP-Proxy/Makefile'
X# New ports collection makefile for:	p5-HTTP-Proxy
X# Date Created:				9 March 2004
X# Whom:					iMil <imil@gcu.info>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTTP-Proxy
XPORTVERSION=	0.13
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	HTTP
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	imil@gcu.info
XCOMMENT=	Perl5 module for proxying / filtering HTTP connections
X
XBUILD_DEPENDS=	${SITE_PERL}/HTTP/Daemon.pm:${PORTSDIR}/www/p5-libwww
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		HTTP::Proxy.3 \
X		HTTP::Proxy::BodyFilter::htmlparser.3 \
X		HTTP::Proxy::BodyFilter::htmltext.3 \
X		HTTP::Proxy::HeaderFilter.3 \
X		HTTP::Proxy::BodyFilter.3 \
X		HTTP::Proxy::HeaderFilter::standard.3 \
X		HTTP::Proxy::HeaderFilter::simple.3 \
X		HTTP::Proxy::BodyFilter::simple.3 \
X		HTTP::Proxy::BodyFilter::lines.3 \
X		HTTP::Proxy::BodyFilter::tags.3 \
X
X.include <bsd.port.mk>
END-of-p5-HTTP-Proxy/Makefile
echo x - p5-HTTP-Proxy/distinfo
sed 's/^X//' >p5-HTTP-Proxy/distinfo << 'END-of-p5-HTTP-Proxy/distinfo'
XMD5 (HTTP-Proxy-0.13.tar.gz) = 377756e947cee91d93c12927a78d88c8
END-of-p5-HTTP-Proxy/distinfo
echo x - p5-HTTP-Proxy/pkg-descr
sed 's/^X//' >p5-HTTP-Proxy/pkg-descr << 'END-of-p5-HTTP-Proxy/pkg-descr'
XThis module implements a HTTP proxy, using a HTTP::Daemon to accept client
Xconnections, and a LWP::UserAgent to ask for the requested pages.
X
XThe most interesting feature of this proxy object is its hability to filter the
XHTTP requests and responses through user-defined filters.
X
XWWW: http://search.cpan.org/~book/HTTP-Proxy-0.13/lib/HTTP/Proxy.pm
X
X- iMil
Ximil@gcu.info
END-of-p5-HTTP-Proxy/pkg-descr
echo x - p5-HTTP-Proxy/pkg-plist
sed 's/^X//' >p5-HTTP-Proxy/pkg-plist << 'END-of-p5-HTTP-Proxy/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Proxy/.packlist
X%%SITE_PERL%%/HTTP/Proxy.pm
X%%SITE_PERL%%/HTTP/Proxy/BodyFilter.pm
X%%SITE_PERL%%/HTTP/Proxy/BodyFilter/htmlparser.pm
X%%SITE_PERL%%/HTTP/Proxy/BodyFilter/htmltext.pm
X%%SITE_PERL%%/HTTP/Proxy/BodyFilter/simple.pm
X%%SITE_PERL%%/HTTP/Proxy/BodyFilter/lines.pm
X%%SITE_PERL%%/HTTP/Proxy/BodyFilter/tags.pm
X%%SITE_PERL%%/HTTP/Proxy/HeaderFilter.pm
X%%SITE_PERL%%/HTTP/Proxy/HeaderFilter/standard.pm
X%%SITE_PERL%%/HTTP/Proxy/HeaderFilter/simple.pm
X@dirrm %%SITE_PERL%%/HTTP/Proxy/BodyFilter
X@dirrm %%SITE_PERL%%/HTTP/Proxy/HeaderFilter
X@dirrm %%SITE_PERL%%/HTTP/Proxy
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Proxy
X@unexec rmdir %D/%%SITE_PERL%%/HTTP/Proxy 2>/dev/null || true
END-of-p5-HTTP-Proxy/pkg-plist
exit
--- p5-HTTP-Proxy.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback  
State-Changed-By: krion 
State-Changed-When: Wed Mar 10 08:28:09 PST 2004 
State-Changed-Why:  
Please run 'make test' from ${WRKSRC} directory: 
Failed 19/26 test scripts, 26.92% okay. 205/285 subtests failed, 28.07% okay. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63978 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Mar 23 15:27:07 PST 2004 
State-Changed-Why:  
It looks like a different port of p5-HTTP-Proxy was just 
committed by mat@FreeBSD.org, sorry.  But thanks for trying 
to help improve FreeBSD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63978 
>Unformatted:
