diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-04-18 07:34:23 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-04-18 07:34:23 +0000 |
commit | 9ab8e04df37402316e534e1951a8f767f10ad2c3 (patch) | |
tree | b0ac6c344409480e12e7ebd588d1cd3518f95f3e /www/xpi-cookiesafe | |
parent | 7cb7080442aacb686ac25998216a41992af5bf9d (diff) |
Notes
Diffstat (limited to 'www/xpi-cookiesafe')
-rw-r--r-- | www/xpi-cookiesafe/Makefile | 27 | ||||
-rw-r--r-- | www/xpi-cookiesafe/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-cookiesafe/pkg-descr | 9 |
3 files changed, 39 insertions, 0 deletions
diff --git a/www/xpi-cookiesafe/Makefile b/www/xpi-cookiesafe/Makefile new file mode 100644 index 000000000000..204a4d2f840f --- /dev/null +++ b/www/xpi-cookiesafe/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xpi-cookiesafe +# Date created: 18 April 2008 +# Whom: Alexander Logvinov <ports@logvinov.com> +# +# $FreeBSD$ +# + +PORTNAME= cookiesafe +PORTVERSION= 2.0.6 +DISTVERSIONSUFFIX= -fx+fl+mz+ns+zm +CATEGORIES= www + +MAINTAINER= ports@logvinov.com +COMMENT= Control cookie permissions + +XPI_ID= {9D23D0AA-D8F5-11DA-B3FC-0928ABF316DD} +XPI_NUM= 2497 +XPI_FILES= chrome/cookiesafe.jar defaults/preferences/cookiesafe.js \ + chrome.manifest install.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +post-patch: + @${REINPLACE_CMD} -e 's|0\.7|1.*|' ${WRKSRC}/install.rdf + @${RM} -f ${WRKSRC}/install.rdf.bak + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-cookiesafe/distinfo b/www/xpi-cookiesafe/distinfo new file mode 100644 index 000000000000..63588896370d --- /dev/null +++ b/www/xpi-cookiesafe/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/cookiesafe-2.0.6-fx+fl+mz+ns+zm.xpi) = 66c88ec2a56ee9ca502f4fa48b4b0ed8 +SHA256 (xpi/cookiesafe-2.0.6-fx+fl+mz+ns+zm.xpi) = 42bec2e93d99927c7c093ed5693ede4e3b1dc80af767acb5f7df8d853f342d9a +SIZE (xpi/cookiesafe-2.0.6-fx+fl+mz+ns+zm.xpi) = 196491 diff --git a/www/xpi-cookiesafe/pkg-descr b/www/xpi-cookiesafe/pkg-descr new file mode 100644 index 000000000000..a996841530d6 --- /dev/null +++ b/www/xpi-cookiesafe/pkg-descr @@ -0,0 +1,9 @@ +CookieSafe allows you to easily control cookie permissions. It will +appear on your statusbar. Just click on the icon to allow, block, or +temporarily allow the site to set cookies. You can also view or clear +the cookies and exceptions by right clicking on the statusbar icon. +For safer browsing you may choose to deny cookies globally and then +enable them on a per site basis. + +Author: Ron Beckman +WWW: http://forum.softwareblaze.com/ |