[new port] www/xpi-live_http_headers Firefox plugin

A plugin that allows you to view the browsers request headers
	and the headers sent by the http server.

PR:		ports/125096
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
This commit is contained in:
Edwin Groothuis 2008-08-15 04:24:36 +00:00
parent 9032a2b4bd
commit 725caafd4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218595
4 changed files with 46 additions and 0 deletions

View File

@ -1515,6 +1515,7 @@
SUBDIR += xpi-jsview
SUBDIR += xpi-leechblock
SUBDIR += xpi-linkification
SUBDIR += xpi-live_http_headers
SUBDIR += xpi-locale-switcher
SUBDIR += xpi-menueditor
SUBDIR += xpi-mldonkey

View File

@ -0,0 +1,38 @@
# New ports collection makefile for: xpi-live_http_headers
# Date created: 29 June 2008
# Whom: Dominic Fandrey <kamikaze@bsdforen.de>
#
# $FreeBSD$
#
PORTNAME= live_http_headers
PORTVERSION= 0.14
DISTVERSIONSUFFIX= -fx+sm
CATEGORIES= www
PKGNAMEPREFIX= xpi-
MAINTAINER= kamikaze@bsdforen.de
COMMENT= A firefox extension to view HTTP headers
XPI_NUM= 3829
XPI_ID= {8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}
XPI_FILES= TODO.txt \
chrome/icons/default/LiveHTTPHeaders.ico \
chrome/icons/default/LiveHTTPHeaders.xpm \
chrome/livehttpheaders.jar \
chrome.manifest \
components/nsHeaderInfo.js \
defaults/preferences/prefs.js \
install.js \
install.rdf
XPI_DIRS= chrome/icons/default \
chrome/icons \
chrome \
components \
defaults/preferences \
defaults
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (xpi/live_http_headers-0.14-fx+sm.xpi) = e25d5c100a8078ba225403b5a37d3d8b
SHA256 (xpi/live_http_headers-0.14-fx+sm.xpi) = e6deb46c501975b4195f815545f228292bdbe575706b11d2174176882eb6a4f9
SIZE (xpi/live_http_headers-0.14-fx+sm.xpi) = 109395

View File

@ -0,0 +1,4 @@
Allows the viewing of HTTP headers in the page info as well as live while
they're being sent.
WWW: https://addons.mozilla.org/firefox/3829/