mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
7cb7080442
commit
9ab8e04df3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211504
@ -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
|
||||
|
27
www/xpi-cookiesafe/Makefile
Normal file
27
www/xpi-cookiesafe/Makefile
Normal file
@ -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>
|
3
www/xpi-cookiesafe/distinfo
Normal file
3
www/xpi-cookiesafe/distinfo
Normal file
@ -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
|
9
www/xpi-cookiesafe/pkg-descr
Normal file
9
www/xpi-cookiesafe/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user