From owner-freebsd-ports Wed Sep 5 15:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E618337B408 for ; Wed, 5 Sep 2001 15:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Me1N33809; Wed, 5 Sep 2001 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 6396B37B405 for ; Wed, 5 Sep 2001 15:34:47 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id D4FC92B718 for ; Thu, 6 Sep 2001 00:34:32 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 77EAB77D; Wed, 5 Sep 2001 19:49:43 +1000 (EST) Message-Id: <20010905094943.77EAB77D@k7.mavetju.org> Date: Wed, 5 Sep 2001 19:49:43 +1000 (EST) From: edwin@mavetju.org Reply-To: edwin@mavetju.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30358: new port: www/httpgrabber - HTTP traffic analyzer and extractor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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