diff options
author | sat <sat@FreeBSD.org> | 2008-04-18 15:34:23 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-04-18 15:34:23 +0800 |
commit | 36743b447075558ae08460d57e50550dbf44fe0f (patch) | |
tree | 73627c461edf68201c7146dacfb9987b67294656 /www | |
parent | 7434a6b2ea10ccb70518196ecbd63194ef5a5d98 (diff) | |
download | freebsd-ports-gnome-36743b447075558ae08460d57e50550dbf44fe0f.tar.gz freebsd-ports-gnome-36743b447075558ae08460d57e50550dbf44fe0f.tar.zst freebsd-ports-gnome-36743b447075558ae08460d57e50550dbf44fe0f.zip |
Add port www/xpi-cookiesafe:
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/
PR: ports/122882
Submitted by: Alexander Logvinov <ports@logvinov.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
4 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f6751760f4c6..39e806555881 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1377,6 +1377,7 @@ SUBDIR += xpi-clearfields SUBDIR += xpi-close-all-tabs SUBDIR += xpi-colorfultabs + SUBDIR += xpi-cookiesafe SUBDIR += xpi-cssviewer SUBDIR += xpi-customizegoogle SUBDIR += xpi-cutemenus-crystalsvg 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/ |