head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2013.01.20.12.56.08;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.12.01.14.51.43;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.03.11;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.12.28.15.54.02;	author rene;	state Exp;
branches;
next	1.2;

1.2
date	2011.09.17.19.40.23;	author flo;	state Exp;
branches;
next	1.1;

1.1
date	2011.09.16.22.04.29;	author flo;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310684
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Barbara Guida <bar@@FreeBSD.org>
# $FreeBSD: head/www/xpi-clear_cache_button/Makefile 310684 2013-01-20 11:59:32Z bar $

PORTNAME=	clear_cache_button
PORTVERSION=	0.9f
DISTVERSIONSUFFIX=	-fx
PORTREVISION=	2
CATEGORIES=	www

MAINTAINER=	bar@@FreeBSD.org
COMMENT=	Adds a button to the toolbar that clears the browser cache

USE_XPI=	*firefox*

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-patch:
	@@${REINPLACE_CMD} -e 's|<em:maxVersion>6\.\*<|<em:maxVersion>99.*<|' \
		${WRKSRC}/install.rdf

pre-install:
	@@${RM} -f ${WRKSRC}/install.rdf.bak

post-install:
	@@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}

.include <bsd.port.mk>
@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308076
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308076 | bar | 2012-12-01 14:47:52 +0000 (Sat, 01 Dec 2012) | 6 lines
## SVN ##
## SVN ## - Trim Makefile headers
## SVN ## - Update my email address
## SVN ##
## SVN ## Approved by:	rene (mentor)
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 2
# Created by:	Barbara Guida <bar@@FreeBSD.org>
# $FreeBSD: head/www/xpi-clear_cache_button/Makefile 308076 2012-12-01 14:47:52Z bar $
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	xpi-clear_cache_button
# Date created:				14 September 2011
# Whom:					Barbara <barbara.xxx1975@@libero.it>
#
# $FreeBSD: head/www/xpi-clear_cache_button/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d10 1
a10 1
MAINTAINER=	barbara.xxx1975@@libero.it
d41 1
a41 1
	    ${WRKSRC}/install.rdf
@


1.3
log
@- Make this plugin work with current and future versions of Firefox
- Pet portlint

PR:		ports/162448
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@only install this addon for all versions of firefox

Submitted by:	Barbara <barbara.xxx1975@@libero.it> (maintainer)
@
text
@a9 1
PORTREVISION=	1
d11 1
d43 7
@


1.1
log
@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 <barbara.xxx1975@@libero.it>
@
text
@d10 1
d17 2
@

