1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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

WWW: https://addons.mozilla.org/en-US/firefox/addon/6647

PR:		ports/128484
Submitted by:	Steven Kreuzer <skreuzer at exit2shell.com>
This commit is contained in:
Martin Wilke 2008-11-01 21:56:17 +00:00
parent 1049351b5c
commit 7900e50007
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222286
5 changed files with 48 additions and 0 deletions

View File

@ -1540,6 +1540,7 @@
SUBDIR += xpi-google-notebook
SUBDIR += xpi-greasemonkey
SUBDIR += xpi-hit-a-hint
SUBDIR += xpi-httpfox
SUBDIR += xpi-imagezoom
SUBDIR += xpi-imdbpreview
SUBDIR += xpi-imglikeopera

20
www/xpi-httpfox/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: xpi-httpfox
# Date created: 30 Oct 2008
# Whom: Steven Kreuzer <skreuzer@exit2shell.com>
#
# $FreeBSD$
#
PORTNAME= httpfox
PORTVERSION= 0.8.2
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= skreuzer@exit2shell.com
COMMENT= HTTP analyzer addon for Firefox
XPI_NUM= 6647
XPI_ID={4093c4de-454a-4329-8aff-c6b0b123c386}
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>

3
www/xpi-httpfox/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (xpi/httpfox-0.8.2-fx.xpi) = dd1f98203f1da2d34accdd2fb7d77902
SHA256 (xpi/httpfox-0.8.2-fx.xpi) = 492afe20d774ee72e01d28828e8424f639f40f8492270ffc9f384cb5e06a448c
SIZE (xpi/httpfox-0.8.2-fx.xpi) = 108817

14
www/xpi-httpfox/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
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
WWW: https://addons.mozilla.org/en-US/firefox/addon/6647

10
www/xpi-httpfox/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
%%XPI_XPIDIR%%/chrome/httpfox.jar
%%XPI_XPIDIR%%/chrome.manifest
%%XPI_XPIDIR%%/components/HttpFoxService.js
%%XPI_XPIDIR%%/defaults/preferences/HttpFox.js
%%XPI_XPIDIR%%/install.rdf
%%XPI_XPIDIR%%/license.txt
@dirrm %%XPI_XPIDIR%%/chrome
@dirrm %%XPI_XPIDIR%%/components
@dirrm %%XPI_XPIDIR%%/defaults/preferences
@dirrm %%XPI_XPIDIR%%/defaults