diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-05-07 13:01:29 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-05-07 13:01:29 +0000 |
commit | f1146bdc9a48e0b2c65a8dba24a359a14ce4ba3f (patch) | |
tree | 3b3da9c1f6f469884df7f5074e1944d95fb4bd3e /www/xpi-no-referrer | |
parent | f05749961fe24715ed281acc7b15036d32bac62b (diff) |
Notes
Diffstat (limited to 'www/xpi-no-referrer')
-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 |
3 files changed, 28 insertions, 0 deletions
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/ |