From 9ab8e04df37402316e534e1951a8f767f10ad2c3 Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Fri, 18 Apr 2008 07:34:23 +0000 Subject: 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 --- www/xpi-cookiesafe/Makefile | 27 +++++++++++++++++++++++++++ www/xpi-cookiesafe/distinfo | 3 +++ www/xpi-cookiesafe/pkg-descr | 9 +++++++++ 3 files changed, 39 insertions(+) create mode 100644 www/xpi-cookiesafe/Makefile create mode 100644 www/xpi-cookiesafe/distinfo create mode 100644 www/xpi-cookiesafe/pkg-descr (limited to 'www/xpi-cookiesafe') 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 +# +# $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 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/ -- cgit v1.2.3