7900e50007
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>
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# 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>
|