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:
parent
0a8cd6fea5
commit
71e25d8b16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161247
@ -974,6 +974,7 @@
|
||||
SUBDIR += xitami
|
||||
SUBDIR += xpath2rss
|
||||
SUBDIR += xpi-adblock
|
||||
SUBDIR += xpi-adblock_plus
|
||||
SUBDIR += xpi-colorfultabs
|
||||
SUBDIR += xpi-fasterfox
|
||||
SUBDIR += xpi-noscript
|
||||
|
23
www/xpi-adblock_plus/Makefile
Normal file
23
www/xpi-adblock_plus/Makefile
Normal 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>
|
3
www/xpi-adblock_plus/distinfo
Normal file
3
www/xpi-adblock_plus/distinfo
Normal 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
|
12
www/xpi-adblock_plus/pkg-descr
Normal file
12
www/xpi-adblock_plus/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user