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 | |
parent | 38c871678308070f4ba79662e54aa3c4b0bbe4a6 (diff) | |
download | ports-06beca33a0ce9ded353dbba6db0427894b6ade14.tar.gz ports-06beca33a0ce9ded353dbba6db0427894b6ade14.zip |
Notes
Diffstat (limited to 'www/xpi-modify_headers')
-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 |
4 files changed, 49 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> 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/ |