From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 30 15:40:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8684A106567F for ; Thu, 30 Oct 2008 15:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E9858FC0A for ; Thu, 30 Oct 2008 15:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9UFe4jD002405 for ; Thu, 30 Oct 2008 15:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9UFe4Xx002404; Thu, 30 Oct 2008 15:40:04 GMT (envelope-from gnats) Resent-Date: Thu, 30 Oct 2008 15:40:04 GMT Resent-Message-Id: <200810301540.m9UFe4Xx002404@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Kreuzer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FA681065674 for ; Thu, 30 Oct 2008 15:38:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6E8CF8FC20 for ; Thu, 30 Oct 2008 15:38:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9UFcX29091307 for ; Thu, 30 Oct 2008 15:38:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id m9UFcXZ1091306; Thu, 30 Oct 2008 15:38:33 GMT (envelope-from nobody) Message-Id: <200810301538.m9UFcXZ1091306@www.freebsd.org> Date: Thu, 30 Oct 2008 15:38:33 GMT From: Steven Kreuzer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/128484: New Port: www/xpi-httpfox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 15:40:04 -0000 >Number: 128484 >Category: ports >Synopsis: New Port: www/xpi-httpfox >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 30 15:40:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: 7.0-RELEASE >Organization: >Environment: FreeBSD slurry.exit2shell.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: HttpFox monitors and analyzes all incoming and outgoing HTTP traffic between the browser and the web servers. It aims to bring the functionality known from tools like HttpWatch or IEInspector to the Firefox browser. Information available per request includes: - Request and response headers - Sent and received cookies - Querystring parameters - POST parameters - Response body >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # ./xpi-httpfox/ # ./xpi-httpfox/distinfo # ./xpi-httpfox/Makefile # ./xpi-httpfox/pkg-descr # ./xpi-httpfox/pkg-plist # echo c - ./xpi-httpfox/ mkdir -p ./xpi-httpfox/ > /dev/null 2>&1 echo x - ./xpi-httpfox/distinfo sed 's/^X//' >./xpi-httpfox/distinfo << 'END-of-./xpi-httpfox/distinfo' XMD5 (xpi/httpfox-0.8.2-fx.xpi) = dd1f98203f1da2d34accdd2fb7d77902 XSHA256 (xpi/httpfox-0.8.2-fx.xpi) = 492afe20d774ee72e01d28828e8424f639f40f8492270ffc9f384cb5e06a448c XSIZE (xpi/httpfox-0.8.2-fx.xpi) = 108817 END-of-./xpi-httpfox/distinfo echo x - ./xpi-httpfox/Makefile sed 's/^X//' >./xpi-httpfox/Makefile << 'END-of-./xpi-httpfox/Makefile' X# New ports collection makefile for: xpi-httpfox X# Date created: 30 Oct 2008 X# Whom: Steven Kreuzer X# X# $FreeBSD$ X# X XPORTNAME= httpfox XPORTVERSION= 0.8.2 XDISTVERSIONSUFFIX= -fx XCATEGORIES= www X XMAINTAINER= skreuzer@exit2shell.com XCOMMENT= HTTP analyzer addon for Firefox X XXPI_NUM= 6647 XXPI_ID={4093c4de-454a-4329-8aff-c6b0b123c386} X X.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" X.include END-of-./xpi-httpfox/Makefile echo x - ./xpi-httpfox/pkg-descr sed 's/^X//' >./xpi-httpfox/pkg-descr << 'END-of-./xpi-httpfox/pkg-descr' XHttpFox monitors and analyzes all incoming and outgoing HTTP traffic between the Xbrowser and the web servers. X XIt aims to bring the functionality known from tools like HttpWatch or XIEInspector to the Firefox browser. X XInformation available per request includes: X- Request and response headers X- Sent and received cookies X- Querystring parameters X- POST parameters X- Response body X XWWW: https://addons.mozilla.org/en-US/firefox/addon/6647 END-of-./xpi-httpfox/pkg-descr echo x - ./xpi-httpfox/pkg-plist sed 's/^X//' >./xpi-httpfox/pkg-plist << 'END-of-./xpi-httpfox/pkg-plist' X%%XPI_XPIDIR%%/chrome/httpfox.jar X%%XPI_XPIDIR%%/chrome.manifest X%%XPI_XPIDIR%%/components/HttpFoxService.js X%%XPI_XPIDIR%%/defaults/preferences/HttpFox.js X%%XPI_XPIDIR%%/install.rdf X%%XPI_XPIDIR%%/license.txt X@dirrm %%XPI_XPIDIR%%/chrome X@dirrm %%XPI_XPIDIR%%/components X@dirrm %%XPI_XPIDIR%%/defaults/preferences X@dirrm %%XPI_XPIDIR%%/defaults END-of-./xpi-httpfox/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: