diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-14 20:38:18 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-14 20:38:18 +0000 |
commit | f5ae687d97565ed502fba2e2e943e7c74d814cc3 (patch) | |
tree | 5f23c7cccea59f679953e7e7f57922d2e89b3e21 /www/xpi-flashblock | |
parent | 0702ca9f8ad9e062fe67d01d08a7f021bfd21ebc (diff) | |
download | ports-f5ae687d97565ed502fba2e2e943e7c74d814cc3.tar.gz ports-f5ae687d97565ed502fba2e2e943e7c74d814cc3.zip |
Notes
Diffstat (limited to 'www/xpi-flashblock')
-rw-r--r-- | www/xpi-flashblock/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-flashblock/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-flashblock/pkg-descr | 7 |
3 files changed, 31 insertions, 0 deletions
diff --git a/www/xpi-flashblock/Makefile b/www/xpi-flashblock/Makefile new file mode 100644 index 000000000000..4091e4075910 --- /dev/null +++ b/www/xpi-flashblock/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: flashblock +# Date created: 14 May 2006 +# Whom: Simon Olofsson +# +# $FreeBSD$ +# + +PORTNAME= flashblock +PORTVERSION= 1.5.1 +DISTVERSIONSUFFIX= -fx+fl +CATEGORIES= www + +MAINTAINER= simon@olofsson.de +COMMENT= Replaces Flash objects with a button you can click to view them + +XPI_ID= {3d7eb24f-2740-49df-8937-200b1cc08f8a} +XPI_FILES= chrome/flashblock.jar chrome.manifest defaults/preferences/flashblock.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-flashblock/distinfo b/www/xpi-flashblock/distinfo new file mode 100644 index 000000000000..6206d249ab6f --- /dev/null +++ b/www/xpi-flashblock/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/flashblock-1.5.1-fx+fl.xpi) = 8826f26eaa165cdaf19f2dab719dc666 +SHA256 (xpi/flashblock-1.5.1-fx+fl.xpi) = d5e9ad6fc5a631d52702cd7b308535b742f9be7b6592ed983ed6bcbb039e38fc +SIZE (xpi/flashblock-1.5.1-fx+fl.xpi) = 49410 diff --git a/www/xpi-flashblock/pkg-descr b/www/xpi-flashblock/pkg-descr new file mode 100644 index 000000000000..96332121814a --- /dev/null +++ b/www/xpi-flashblock/pkg-descr @@ -0,0 +1,7 @@ +Flashblock is an extension for the Mozilla, Firefox, and Netscape browsers that +takes a pessimistic approach to dealing with Macromedia Flash content on a +webpage and blocks ALL Flash content from loading. It then leaves placeholders +on the webpage that allow you to click to download and then view the Flash +content. + +WWW: http://flashblock.mozdev.org/ |