Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Sep 2001 19:49:43 +1000 (EST)
From:      edwin@mavetju.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30358: new port: www/httpgrabber - HTTP traffic analyzer and extractor
Message-ID:  <20010905094943.77EAB77D@k7.mavetju.org>

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

>Number:         30358
>Category:       ports
>Synopsis:       new port: www/httpgrabber - HTTP traffic analyzer and extractor
>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:   Wed Sep 05 15:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
-
>Environment:

n/a

>Description:

New port: httpgrabber - HTTP traffic analyzer and extractor

>How-To-Repeat:

n/a

>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:
#
#	www/httpgrabber/
#	www/httpgrabber/Makefile
#	www/httpgrabber/distinfo
#	www/httpgrabber/files
#	www/httpgrabber/files/patch-Makefile
#	www/httpgrabber/pkg-plist
#	www/httpgrabber/pkg-comment
#	www/httpgrabber/pkg-descr
#
echo c - www/httpgrabber/
mkdir -p www/httpgrabber/ > /dev/null 2>&1
echo x - www/httpgrabber/Makefile
sed 's/^X//' >www/httpgrabber/Makefile << 'END-of-www/httpgrabber/Makefile'
X# New ports collection makefile for:   httpgrabber
X# Date created:        5 september 2001
X# Whom:                Edwin Groothuis (edwin@mavetju.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	httpgrabber
XPORTVERSION=	1.0
XCATEGORIES=	net
XMASTER_SITES=	http://www.mavetju.org/download/
X
XMAINTAINER=	edwin@mavetju.org
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/libngrep.so:${PORTSDIR}/net/ngrep-lib
X
XMAN8=		httpgrabber.8
X
X.include <bsd.port.mk>
END-of-www/httpgrabber/Makefile
echo x - www/httpgrabber/distinfo
sed 's/^X//' >www/httpgrabber/distinfo << 'END-of-www/httpgrabber/distinfo'
XMD5 (httpgrabber-1.0.tar.gz) = 2337d44547be4ab97c371391781960e4
END-of-www/httpgrabber/distinfo
echo c - www/httpgrabber/files
mkdir -p www/httpgrabber/files > /dev/null 2>&1
echo x - www/httpgrabber/files/patch-Makefile
sed 's/^X//' >www/httpgrabber/files/patch-Makefile << 'END-of-www/httpgrabber/files/patch-Makefile'
X--- Makefile.old	Wed Sep  5 19:39:01 2001
X+++ Makefile	Wed Sep  5 19:39:32 2001
X@@ -3,8 +3,8 @@
X #
X 
X CC=gcc
X-CFLAGS=-g -Wall -I/usr/local/include -c
X-LFLAGS=-g -Wall -L/usr/local/lib
X+CFLAGS=-g -Wall -I${PREFIX}/include -c
X+LFLAGS=-g -Wall -L${PREFIX}/lib
X LIBS=-lngrep -lpcap
X 
X all: httpgrabber
X@@ -16,12 +16,12 @@
X 	$(CC) $(CFLAGS) -o httpgrabber.o httpgrabber.c
X 
X install: httpgrabber httpgrabber.8
X-	install -c -m 755 -o root httpgrabber /usr/local/bin
X-	install -c -m 755 -o root httpgrabber.8 /usr/local/man/man8
X+	install -c -m 755 -o root httpgrabber ${PREFIX}/bin
X+	install -c -m 755 -o root httpgrabber.8 ${PREFIX}/man/man8
X 
X uninstall:
X-	rm /usr/local/bin/httpgrabber
X-	rm /usr/local/man/man8/httpgrabber.8
X+	rm ${PREFIX}/bin/httpgrabber
X+	rm ${PREFIX}/man/man8/httpgrabber.8
X 
X clean:
X 	rm -rf httpgrabber httpgrabber.o httpgrabber.core
END-of-www/httpgrabber/files/patch-Makefile
echo x - www/httpgrabber/pkg-plist
sed 's/^X//' >www/httpgrabber/pkg-plist << 'END-of-www/httpgrabber/pkg-plist'
Xbin/httpgrabber
END-of-www/httpgrabber/pkg-plist
echo x - www/httpgrabber/pkg-comment
sed 's/^X//' >www/httpgrabber/pkg-comment << 'END-of-www/httpgrabber/pkg-comment'
XHTTP network traffic grabber and extractor
END-of-www/httpgrabber/pkg-comment
echo x - www/httpgrabber/pkg-descr
sed 's/^X//' >www/httpgrabber/pkg-descr << 'END-of-www/httpgrabber/pkg-descr'
XHTTPgrabber saves the information being sent via the HTTP
Xprotocol on disk. In other words, you can use it to see
Xwhat other people on your LAN are downloading.
X
XWWW: http://www.mavetju.org
X
X- Edwin Groothuis
Xedwin@mavetju.org
END-of-www/httpgrabber/pkg-descr
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?20010905094943.77EAB77D>