diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-27 19:28:04 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-27 19:28:04 +0000 |
commit | 06beca33a0ce9ded353dbba6db0427894b6ade14 (patch) | |
tree | 17372dcfe001d9d76a01f6ab24d463c80e440dc6 /www/xpi-modify_headers/Makefile | |
parent | 38c871678308070f4ba79662e54aa3c4b0bbe4a6 (diff) | |
download | ports-06beca33a0ce9ded353dbba6db0427894b6ade14.tar.gz ports-06beca33a0ce9ded353dbba6db0427894b6ade14.zip |
Allows the filtering and modification of HTTP headers.
WWW: https://addons.mozilla.org/firefox/967/
PR: ports/130951
Submitted by: Dominic Fandrey <kamikaze at bsdforen.de>
Notes
Notes:
svn path=/head/; revision=226984
Diffstat (limited to 'www/xpi-modify_headers/Makefile')
-rw-r--r-- | www/xpi-modify_headers/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/www/xpi-modify_headers/Makefile b/www/xpi-modify_headers/Makefile new file mode 100644 index 000000000000..06e6d43dadf0 --- /dev/null +++ b/www/xpi-modify_headers/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xpi-modify_headers +# Date created: 24 January 2009 +# Whom: Dominic Fandrey <kamikaze@bsdforen.de> +# +# $FreeBSD$ +# + +PORTNAME= modify_headers +PORTVERSION= 0.6.4 +DISTVERSIONSUFFIX= -fx+mz+sm +CATEGORIES= www + +MAINTAINER= kamikaze@bsdforen.de +COMMENT= A firefox extension to manipulate HTTP headers + +XPI_NUM= 967 +XPI_ID= {b749fc7c-e949-447f-926c-3f4eed6accfe} + +XPI_FILES= chrome.manifest \ + chrome/modifyheaders.jar \ + components/mhIHeader.xpt \ + components/modifyheaders-service.js \ + components/nsIModifyheaders.xpt \ + install.js \ + install.rdf \ + install.rdf.orig + +XPI_DIRS= chrome \ + components + +.include "../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> |