From 74c9f11f8d248a6689d72148ec78894a5f5fbf5b Mon Sep 17 00:00:00 2001 From: flo Date: Fri, 16 Sep 2011 22:04:29 +0000 Subject: add xpi-clear_cache_button firefox addon Adds a clear cache toolbar button. After installing the extension, find the clear cache button in the toolbar customization panel. WWW: http://chrisholtz.com/ PR: ports/160738 Submitted by: Barbara --- www/Makefile | 1 + www/xpi-clear_cache_button/Makefile | 43 +++++++++++++++++++++++++ www/xpi-clear_cache_button/distinfo | 2 ++ www/xpi-clear_cache_button/files/pkg-message.in | 11 +++++++ www/xpi-clear_cache_button/pkg-descr | 4 +++ 5 files changed, 61 insertions(+) create mode 100644 www/xpi-clear_cache_button/Makefile create mode 100644 www/xpi-clear_cache_button/distinfo create mode 100644 www/xpi-clear_cache_button/files/pkg-message.in create mode 100644 www/xpi-clear_cache_button/pkg-descr (limited to 'www') diff --git a/www/Makefile b/www/Makefile index d24635921e9e..aaade31830ac 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1944,6 +1944,7 @@ SUBDIR += xpi-adblock_plus SUBDIR += xpi-autobrowse SUBDIR += xpi-bookmarkdd + SUBDIR += xpi-clear_cache_button SUBDIR += xpi-clearfields SUBDIR += xpi-close-all-tabs SUBDIR += xpi-colorfultabs diff --git a/www/xpi-clear_cache_button/Makefile b/www/xpi-clear_cache_button/Makefile new file mode 100644 index 000000000000..c34dd9c8bd15 --- /dev/null +++ b/www/xpi-clear_cache_button/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: xpi-clear_cache_button +# Date created: 14 September 2011 +# Whom: Barbara +# +# $FreeBSD$ +# + +PORTNAME= clear_cache_button +PORTVERSION= 0.9f +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= barbara.xxx1975@libero.it +COMMENT= Adds a button to the toolbar that clears the browser cache + +SUB_FILES= pkg-message + +XPI_ID= {563e4790-7e70-11da-a72b-0800200c9a66} +XPI_NUM= 1801 +XPI_FILES= chrome/content/options.js \ + chrome/content/options.xul \ + chrome/content/overlay.js \ + chrome/content/overlay.xul \ + chrome/locale/en-US/clearcache.properties \ + chrome/locale/en-US/overlay.dtd \ + chrome/skin/classic/logo_16.png \ + chrome/skin/classic/logo_24.png \ + chrome/skin/classic/logo_32.png \ + chrome/skin/classic/overlay.css \ + chrome.manifest \ + install.rdf + +XPI_DIRS= chrome/skin/classic chrome/skin \ + chrome/locale/en-US chrome/locale \ + chrome/content \ + chrome + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" + +post-install: + @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} + +.include diff --git a/www/xpi-clear_cache_button/distinfo b/www/xpi-clear_cache_button/distinfo new file mode 100644 index 000000000000..cb4038620a2a --- /dev/null +++ b/www/xpi-clear_cache_button/distinfo @@ -0,0 +1,2 @@ +SHA256 (xpi/clear_cache_button-0.9f-fx.xpi) = 02c5908354a3380aa580da9188f0373d4f9173c89e8790044828e60077708b6e +SIZE (xpi/clear_cache_button-0.9f-fx.xpi) = 10707 diff --git a/www/xpi-clear_cache_button/files/pkg-message.in b/www/xpi-clear_cache_button/files/pkg-message.in new file mode 100644 index 000000000000..929bc866314e --- /dev/null +++ b/www/xpi-clear_cache_button/files/pkg-message.in @@ -0,0 +1,11 @@ +============================================================================== + +Clear Cache Button has been installed. + +In order to get the notification working on GNOME (*), +you have to manually install deskutils/notification-daemon +and have %%PREFIX%%/libexec/notification-daemon started. + +(*) feedback appreciated for different WM/DE + +============================================================================== diff --git a/www/xpi-clear_cache_button/pkg-descr b/www/xpi-clear_cache_button/pkg-descr new file mode 100644 index 000000000000..ca550f0d58b2 --- /dev/null +++ b/www/xpi-clear_cache_button/pkg-descr @@ -0,0 +1,4 @@ +Adds a clear cache toolbar button. After installing the extension, find the +clear cache button in the toolbar customization panel. + +WWW: http://chrisholtz.com/ -- cgit