1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

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/
This commit is contained in:
Alex Dupre 2006-05-03 06:14:34 +00:00
parent 0a8cd6fea5
commit 71e25d8b16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161247
4 changed files with 39 additions and 0 deletions

View File

@ -974,6 +974,7 @@
SUBDIR += xitami
SUBDIR += xpath2rss
SUBDIR += xpi-adblock
SUBDIR += xpi-adblock_plus
SUBDIR += xpi-colorfultabs
SUBDIR += xpi-fasterfox
SUBDIR += xpi-noscript

View File

@ -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>

View File

@ -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

View File

@ -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