From 71e25d8b165dd71fdbcc7afb75ab9199fc015df2 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 3 May 2006 06:14:34 +0000 Subject: [PATCH] Adblock Plus is a content filtering plug-in for the Mozilla and Firefox browsers. It allows the user to specify filters, which remove unwanted content based on the source-address. Originally based on Adblock, what now come with Adblock Plus is a completely new extension with focus on being easy to use, stable and secure. WWW: http://adblockplus.mozdev.org/ --- www/Makefile | 1 + www/xpi-adblock_plus/Makefile | 23 +++++++++++++++++++++++ www/xpi-adblock_plus/distinfo | 3 +++ www/xpi-adblock_plus/pkg-descr | 12 ++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 www/xpi-adblock_plus/Makefile create mode 100644 www/xpi-adblock_plus/distinfo create mode 100644 www/xpi-adblock_plus/pkg-descr diff --git a/www/Makefile b/www/Makefile index bc8eabae21dd..78a19b3aec7b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -974,6 +974,7 @@ SUBDIR += xitami SUBDIR += xpath2rss SUBDIR += xpi-adblock + SUBDIR += xpi-adblock_plus SUBDIR += xpi-colorfultabs SUBDIR += xpi-fasterfox SUBDIR += xpi-noscript diff --git a/www/xpi-adblock_plus/Makefile b/www/xpi-adblock_plus/Makefile new file mode 100644 index 000000000000..86b3dfdb81b9 --- /dev/null +++ b/www/xpi-adblock_plus/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xpi-adblock_plus +# Date created: 2 May 2006 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +PORTNAME= adblock_plus +PORTVERSION= 0.7 +DISTVERSIONSUFFIX= -fx+fl+mz+ns +CATEGORIES= www + +MAINTAINER= ale@FreeBSD.org +COMMENT= A content filtering extension + +XPI_ID= {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} +XPI_FILES= chrome/adblockplus.jar chrome.manifest components/nsAdblockPlus.js \ + components/nsAdblockPlus.xpt defaults/preferences/adblockplus.js \ + install.js install.rdf +XPI_DIRS= chrome components defaults/preferences defaults + +.include "../xpi-adblock/Makefile.xpi" +.include diff --git a/www/xpi-adblock_plus/distinfo b/www/xpi-adblock_plus/distinfo new file mode 100644 index 000000000000..fb2a0b014cda --- /dev/null +++ b/www/xpi-adblock_plus/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/adblock_plus-0.7-fx+fl+mz+ns.xpi) = 7cec4ccf4497eb887c8eb77c0ed46082 +SHA256 (xpi/adblock_plus-0.7-fx+fl+mz+ns.xpi) = 6f980d7328c76a6add28943d96512d52a335bf1fe68d2091ffbe9b30a5bd0632 +SIZE (xpi/adblock_plus-0.7-fx+fl+mz+ns.xpi) = 154976 diff --git a/www/xpi-adblock_plus/pkg-descr b/www/xpi-adblock_plus/pkg-descr new file mode 100644 index 000000000000..7f43279edccf --- /dev/null +++ b/www/xpi-adblock_plus/pkg-descr @@ -0,0 +1,12 @@ +Adblock Plus is a content filtering plug-in for the Mozilla and Firefox +browsers. It allows the user to specify filters, which remove unwanted +content based on the source-address. + +Originally based on Adblock, what now come with Adblock Plus is a +completely new extension with focus on being easy to use, stable +and secure. + +WWW: http://adblockplus.mozdev.org/ + +- Alex Dupre +ale@FreeBSD.org