diff options
author | ale <ale@FreeBSD.org> | 2006-05-03 14:14:34 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-03 14:14:34 +0800 |
commit | 2ed6497e90ce3204bdb6e75e9fed6464417c1762 (patch) | |
tree | 08b7d60c17df1198d8af5df836ba708901747d7f /www/xpi-adblock_plus | |
parent | 83568cf46e59d60ae75a6e274d4446805de30fb6 (diff) | |
download | freebsd-ports-gnome-2ed6497e90ce3204bdb6e75e9fed6464417c1762.tar.gz freebsd-ports-gnome-2ed6497e90ce3204bdb6e75e9fed6464417c1762.tar.zst freebsd-ports-gnome-2ed6497e90ce3204bdb6e75e9fed6464417c1762.zip |
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/
Diffstat (limited to 'www/xpi-adblock_plus')
-rw-r--r-- | www/xpi-adblock_plus/Makefile | 23 | ||||
-rw-r--r-- | www/xpi-adblock_plus/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-adblock_plus/pkg-descr | 12 |
3 files changed, 38 insertions, 0 deletions
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 <ale@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |