Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2001 12:58:45 +0100 (CET)
From:      Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33388: New port: security/subweb SubWeb is a (reverse) proxy to inspect HTTP flows on the fly
Message-ID:  <20011231115845.B8AD2103AAC@polom.hsc.fr>

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

>Number:         33388
>Category:       ports
>Synopsis:       New port: security/subweb SubWeb is a (reverse) proxy to inspect HTTP flows on the fly
>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:   Mon Dec 31 05:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Jombart
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
HSC Labs
>Environment:
System: FreeBSD polom.hsc.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Dec 28 19:33:54 CET 2001 ecu@polom.hsc.fr:/usr/src/sys/i386/compile/ECU i386


>Description:

   New port : SubWeb

   SubWeb is a proxy/reverse proxy for HTTP flows. It is possible
   with SubWeb to handle and visualize HTTP request, headers, body
   on the fly.

   It has three operating modes : proxy, reverse proxy, and midproxy
   (a proxy which requires the pages from another proxy). It can
   also act as a virtual web server, i.e. answer certain request
   based on keyword match.

   SubWeb can also allow filtering, and is highly customizable.


>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:
#
#	subweb
#	subweb/Makefile
#	subweb/pkg-plist
#	subweb/pkg-descr
#	subweb/pkg-comment
#	subweb/distinfo
#
echo c - subweb
mkdir -p subweb > /dev/null 2>&1
echo x - subweb/Makefile
sed 's/^X//' >subweb/Makefile << 'END-of-subweb/Makefile'
X# New ports collection makefile for:    subweb
X# Date created:                         december 30, 2001
X# Whom: 				Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	subweb
XPORTVERSION=	1.0
XCATEGORIES=	security www
XMASTER_SITES=	http://www.hsc.fr/ressources/outils/subweb/download/
X
XMAINTAINER=	Nicolas.Jombart@hsc-labs.com
X
XNO_BUILD=	YES
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/subweb ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/subweb
X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/subweb
X.endif
X
X.include <bsd.port.mk>
END-of-subweb/Makefile
echo x - subweb/pkg-plist
sed 's/^X//' >subweb/pkg-plist << 'END-of-subweb/pkg-plist'
Xbin/subweb
X%%PORTDOCS%%share/doc/subweb/README
X%%PORTDOCS%%@dirrm share/doc/subweb
END-of-subweb/pkg-plist
echo x - subweb/pkg-descr
sed 's/^X//' >subweb/pkg-descr << 'END-of-subweb/pkg-descr'
XSubWeb is a proxy/reverse proxy for HTTP flows. It is possible
Xwith SubWeb to handle and visualize HTTP request, headers, body
Xon the fly.
X
XIt has three operating modes : proxy, reverse proxy, and midproxy
X(a proxy which requires the pages from another proxy). It can
Xalso act as a virtual web server, i.e. answer certain request
Xbased on keyword match.
X
XSubWeb can also allow filtering, and is highly customizable.
X
XWWW:  http://www.hsc-labs.com/tools/subweb/
X
X-- Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
END-of-subweb/pkg-descr
echo x - subweb/pkg-comment
sed 's/^X//' >subweb/pkg-comment << 'END-of-subweb/pkg-comment'
XSubWeb is a (reverse) proxy to inspect HTTP flows on the fly
END-of-subweb/pkg-comment
echo x - subweb/distinfo
sed 's/^X//' >subweb/distinfo << 'END-of-subweb/distinfo'
XMD5 (subweb-1.0.tar.gz) = fbbca913a6fb12ff82f2d8139fc4a97e
END-of-subweb/distinfo
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?20011231115845.B8AD2103AAC>