From 9bb535346507bb4a6fb8de9e5b6bc433a597d0ba Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 1 Oct 2006 00:22:17 +0000 Subject: - Move to LOCALBASE git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7437 df743ca5-7f9a-e211-a948-0013205c9059 --- www/adblock/Makefile | 31 +++++++++++++++++++++++++++++++ www/adblock/files/installed-chrome.txt | 1 + www/adblock/pkg-descr | 7 +++++++ 3 files changed, 39 insertions(+) create mode 100644 www/adblock/Makefile create mode 100644 www/adblock/files/installed-chrome.txt create mode 100644 www/adblock/pkg-descr diff --git a/www/adblock/Makefile b/www/adblock/Makefile new file mode 100644 index 000000000..1403cc14f --- /dev/null +++ b/www/adblock/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: adblock +# Date created: Thu Aug 4, 2005 +# Whom: Thierry Thomas () +# +# $FreeBSD$ +# + +PORTNAME= adblock +DISTVERSION= 0.5-dev +PORTREVISION= 2 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT= A content filtering plug-in for ${GECKO} + +PLIST_FILES= %%MOZDIR%%/chrome/adblock.jar + +.include +.include "${PORTSDIR}/www/mozex/Makefile.xpi" + +.if ${GECKO} == mozilla +PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/mozapps/content/overlays.rdf +.endif + +do-install: + @${INSTALL_DATA} ${WRKDIR}/chrome/adblock.jar ${MOZDIR}/chrome + +.include diff --git a/www/adblock/files/installed-chrome.txt b/www/adblock/files/installed-chrome.txt new file mode 100644 index 000000000..37af91024 --- /dev/null +++ b/www/adblock/files/installed-chrome.txt @@ -0,0 +1 @@ +content,install,url,jar:resource:/chrome/adblock.jar!/content/ diff --git a/www/adblock/pkg-descr b/www/adblock/pkg-descr new file mode 100644 index 000000000..9c8a689fb --- /dev/null +++ b/www/adblock/pkg-descr @@ -0,0 +1,7 @@ +Adblock is a content filtering plug-in for the Mozilla and Seamonkey 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/ -- cgit v1.2.3