diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-no-referrer/Makefile | 22 | ||||
-rw-r--r-- | www/xpi-no-referrer/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-no-referrer/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 74305d3350fc..2bbdc935976d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -977,6 +977,7 @@ SUBDIR += xpi-colorfultabs SUBDIR += xpi-cssviewer SUBDIR += xpi-fasterfox + SUBDIR += xpi-no-referrer SUBDIR += xpi-noscript SUBDIR += xpi-pdf_download SUBDIR += xpi-server_switcher diff --git a/www/xpi-no-referrer/Makefile b/www/xpi-no-referrer/Makefile new file mode 100644 index 000000000000..1f8e0b643046 --- /dev/null +++ b/www/xpi-no-referrer/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xpi-no-referrer +# Date created: 2006/05/06 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= no-referrer +PORTVERSION= 0.8 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= An extension to Open URL without sending referrers information + +XPI_ID= {e806da17-8400-4b6b-9c34-1bb4fe84aedc} +XPI_FILES= chrome/icon.gif chrome/referrer.js chrome/referrer.xul \ + chrome.manifest install.rdf +XPI_DIRS= chrome + +.include "../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-no-referrer/distinfo b/www/xpi-no-referrer/distinfo new file mode 100644 index 000000000000..23aec9eb186d --- /dev/null +++ b/www/xpi-no-referrer/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/no-referrer-0.8-fx.xpi) = 4d7001b3eef8e1d3e70226ce41e3a943 +SHA256 (xpi/no-referrer-0.8-fx.xpi) = 52219395b0f34e44eee5074f081217425ee64650429f14b1f51053b3445f8060 +SIZE (xpi/no-referrer-0.8-fx.xpi) = 3192 diff --git a/www/xpi-no-referrer/pkg-descr b/www/xpi-no-referrer/pkg-descr new file mode 100644 index 000000000000..207c1c8f7952 --- /dev/null +++ b/www/xpi-no-referrer/pkg-descr @@ -0,0 +1,3 @@ +Lets you open a link in a new tab without sending the referrer information. + +WWW: https://addons.mozilla.org/firefox/1999/ |