aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-adblock_plus
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-05-03 06:14:34 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-05-03 06:14:34 +0000
commit71e25d8b165dd71fdbcc7afb75ab9199fc015df2 (patch)
tree2885188d5311f38aec680e4b7f2dd28ffa08b0ce /www/xpi-adblock_plus
parent0a8cd6fea5afa2300e16420f1e04c6bc5ec73d47 (diff)
downloadports-71e25d8b165dd71fdbcc7afb75ab9199fc015df2.tar.gz
ports-71e25d8b165dd71fdbcc7afb75ab9199fc015df2.zip
Notes
Diffstat (limited to 'www/xpi-adblock_plus')
-rw-r--r--www/xpi-adblock_plus/Makefile23
-rw-r--r--www/xpi-adblock_plus/distinfo3
-rw-r--r--www/xpi-adblock_plus/pkg-descr12
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