diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-01-28 03:28:04 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-01-28 03:28:04 +0800 |
commit | fdffc591e0e81c4b2c6d8499e540fe404d794fa2 (patch) | |
tree | b28b36ab2dbc44949bbc83058988e14836b4c754 /www | |
parent | f10ce07d49e70cb907f80f6499f5839ecfbbe4ec (diff) | |
download | freebsd-ports-gnome-fdffc591e0e81c4b2c6d8499e540fe404d794fa2.tar.gz freebsd-ports-gnome-fdffc591e0e81c4b2c6d8499e540fe404d794fa2.tar.zst freebsd-ports-gnome-fdffc591e0e81c4b2c6d8499e540fe404d794fa2.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>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-modify_headers/Makefile | 32 | ||||
-rw-r--r-- | www/xpi-modify_headers/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-modify_headers/files/patch-install.rdf | 11 | ||||
-rw-r--r-- | www/xpi-modify_headers/pkg-descr | 3 |
5 files changed, 50 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index aa4840c2f0de..908aa7fbe9ae 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1629,6 +1629,7 @@ SUBDIR += xpi-locale-switcher SUBDIR += xpi-menueditor SUBDIR += xpi-mldonkey + SUBDIR += xpi-modify_headers SUBDIR += xpi-mousegestures SUBDIR += xpi-mozex SUBDIR += xpi-mrtech-local-install 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> diff --git a/www/xpi-modify_headers/distinfo b/www/xpi-modify_headers/distinfo new file mode 100644 index 000000000000..518336c60e35 --- /dev/null +++ b/www/xpi-modify_headers/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/modify_headers-0.6.4-fx+mz+sm.xpi) = a549e6e17af8b377640eabf86f9dd466 +SHA256 (xpi/modify_headers-0.6.4-fx+mz+sm.xpi) = 5fcc4a0812163c9b5cdfdd04f2a58be16233a730eee6ec34547df35318da9f3a +SIZE (xpi/modify_headers-0.6.4-fx+mz+sm.xpi) = 72681 diff --git a/www/xpi-modify_headers/files/patch-install.rdf b/www/xpi-modify_headers/files/patch-install.rdf new file mode 100644 index 000000000000..b81ff6f60187 --- /dev/null +++ b/www/xpi-modify_headers/files/patch-install.rdf @@ -0,0 +1,11 @@ +--- install.rdf.orig 2009-01-24 16:34:17.000000000 +0100 ++++ install.rdf 2009-01-24 16:34:37.000000000 +0100 +@@ -25,7 +25,7 @@ + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>1.0</em:minVersion> +- <em:maxVersion>3.0b3</em:maxVersion> ++ <em:maxVersion>3.0.*</em:maxVersion> + </Description> + </em:targetApplication> + diff --git a/www/xpi-modify_headers/pkg-descr b/www/xpi-modify_headers/pkg-descr new file mode 100644 index 000000000000..bc24b9583765 --- /dev/null +++ b/www/xpi-modify_headers/pkg-descr @@ -0,0 +1,3 @@ +Allows the filtering and modification of HTTP headers. + +WWW: https://addons.mozilla.org/firefox/967/ |