head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.03.11;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2009.01.03.13.12.11;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2009.01.03.07.13.40;	author chinsan;	state Exp;
branches;
next	1.8;

1.8
date	2008.09.07.06.27.22;	author chinsan;	state Exp;
branches;
next	1.7;

1.7
date	2008.09.07.00.18.54;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2007.10.29.18.18.08;	author sat;	state Exp;
branches;
next	1.5;

1.5
date	2007.02.03.13.06.14;	author sat;	state Exp;
branches;
next	1.4;

1.4
date	2006.07.27.14.53.32;	author sat;	state Exp;
branches;
next	1.3;

1.3
date	2006.07.01.06.52.34;	author sat;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.08.21.41.09;	author sat;	state Exp;
branches;
next	1.1;

1.1
date	2006.04.16.16.24.07;	author thierry;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	xpi-adblock
# Date created:		28 March 2006
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/www/xpi-adblock/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	adblock
PORTVERSION=	0.5.3.043
DISTVERSIONSUFFIX=	-fx+fl+mz+ns
CATEGORIES=	www

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	A content filtering extension

XPI_NUM=	10
XPI_ID=		{34274bf4-1d97-a289-e984-17e546307e4f}
XPI_FILES=	chrome/adblock.jar chrome.manifest components/.autoreg components/nsAdblock.js \
		defaults/preferences/adblock.js install.js install.rdf license.txt
XPI_DIRS=	chrome/adblock chrome components defaults/preferences defaults

post-patch:
	@@${REINPLACE_CMD} -e 's|2.0a3|2.0.*|g' ${WRKSRC}/install.rdf
	@@${RM} -f ${WRKSRC}/install.rdf?*

.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
@


1.10
log
@- Remove DEPRECATED
- Take over maintainership

Approved by:	chinsan (old maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Set DEPRECATED with my xpi-* ports at first.
  They could installed and updated more easily by user's browser(firefox).

- EXPIRATION_DATE on 2009-01-31
@
text
@d13 1
a13 1
MAINTAINER=	chinsan@@FreeBSD.org
a15 3
DEPRECATED=	Ports could installed and updated more easily by user's browser(firefox)
EXPIRATION_DATE=2009-01-31

@


1.8
log
@- Take all xpi-* maintainership
@
text
@d16 3
@


1.7
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@- Add xpi_num to make fetchable
@
text
@d13 1
a13 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.5
log
@- Mark compatible with Firefox 2.0.*
@
text
@d16 1
@


1.4
log
@- Support LOCALBASE installations
- Minor fixes
@
text
@d21 4
@


1.3
log
@- Update to 0.5.3.043
@
text
@d21 1
a21 1
.include "../xpi-adblock/Makefile.xpi"
@


1.2
log
@Update my e-mail address

Approved by:	krion (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.5.3.042
d17 3
a19 4
XPI_FILES=	chrome/adblock.jar chrome.manifest components/.autoreg \
		components/nsAdblock.js defaults/preferences/adblock.js \
		install.js install.rdf license.txt
XPI_DIRS=	chrome components defaults/preferences defaults
@


1.1
log
@Adblock is a content filtering plug-in for the Mozilla and Firefox browsers.
It is both more robust and more precise than the built-in image blocker.

Adblock allows the user to specify filters, which remove unwanted content based
on the source-address.

WWW: http://adblock.mozdev.org/

Note: the included www/xpi-adblock/Makefile.xpi is used for browsers
based on Gecko >= 1.8 (e.g. Firefox >= 1.5). Older browsers must use
extensions which rely on www/mozex/Makefile.xpi.

PR:		ports/95076
Submitted by:	Andrew Pantyukhin <infofarmer (at) gmail.com>
@
text
@d3 1
a3 1
# Whom:			Andrew Pantyukhin <infofarmer@@gmail.com>
d13 1
a13 1
MAINTAINER=	infofarmer@@gmail.com
@

