diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-01 21:56:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-01 21:56:17 +0000 |
commit | 7900e500070df8af8b1d14f9c0f1604aa920de6b (patch) | |
tree | 4048d10164aa4a734ae68ffa3783d386a70d3873 /www/xpi-httpfox | |
parent | 1049351b5c76802d31dfb9e01571643fd73d8fd0 (diff) | |
download | ports-7900e500070df8af8b1d14f9c0f1604aa920de6b.tar.gz ports-7900e500070df8af8b1d14f9c0f1604aa920de6b.zip |
Notes
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 |