diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-02 05:56:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-02 05:56:17 +0800 |
commit | a97b87d04df735fa98e502f0b6cd5fb37e11b288 (patch) | |
tree | d6bb183e792770bf1d548b05d06f9b12dc975b9b /www/xpi-httpfox | |
parent | 1525119685e29df50291f2faf5af43411fca1e07 (diff) | |
download | freebsd-ports-gnome-a97b87d04df735fa98e502f0b6cd5fb37e11b288.tar.gz freebsd-ports-gnome-a97b87d04df735fa98e502f0b6cd5fb37e11b288.tar.zst freebsd-ports-gnome-a97b87d04df735fa98e502f0b6cd5fb37e11b288.zip |
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>
Diffstat (limited to 'www/xpi-httpfox')
-rw-r--r-- | www/xpi-httpfox/Makefile | 20 | ||||
-rw-r--r-- | www/xpi-httpfox/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-httpfox/pkg-descr | 14 | ||||
-rw-r--r-- | www/xpi-httpfox/pkg-plist | 10 |
4 files changed, 47 insertions, 0 deletions
diff --git a/www/xpi-httpfox/Makefile b/www/xpi-httpfox/Makefile new file mode 100644 index 000000000000..ad50a3b8472d --- /dev/null +++ b/www/xpi-httpfox/Makefile @@ -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> diff --git a/www/xpi-httpfox/distinfo b/www/xpi-httpfox/distinfo new file mode 100644 index 000000000000..46bf82185a5d --- /dev/null +++ b/www/xpi-httpfox/distinfo @@ -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 diff --git a/www/xpi-httpfox/pkg-descr b/www/xpi-httpfox/pkg-descr new file mode 100644 index 000000000000..c688f22e32a8 --- /dev/null +++ b/www/xpi-httpfox/pkg-descr @@ -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 diff --git a/www/xpi-httpfox/pkg-plist b/www/xpi-httpfox/pkg-plist new file mode 100644 index 000000000000..cf0bf87c6eff --- /dev/null +++ b/www/xpi-httpfox/pkg-plist @@ -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 |