diff options
author | sat <sat@FreeBSD.org> | 2006-05-15 04:38:18 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-15 04:38:18 +0800 |
commit | 18be3458724da5295bc255421632d9d15c9b7441 (patch) | |
tree | e7205d3a4305253721423b8c2fdb01dec0888879 /www | |
parent | 803b37a95b833f977a9abba0948db6ab34c455cf (diff) | |
download | freebsd-ports-gnome-18be3458724da5295bc255421632d9d15c9b7441.tar.gz freebsd-ports-gnome-18be3458724da5295bc255421632d9d15c9b7441.tar.zst freebsd-ports-gnome-18be3458724da5295bc255421632d9d15c9b7441.zip |
Add xpi-flashblock:
Replaces Flash objects with a button you can click to view them
PR: ports/97255
Submitted by: Simon Olofsson <simon@olofsson.de>
Approved by: krion (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ca9d49a26914..5fcea8ef9e4f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -988,6 +988,7 @@ SUBDIR += xpi-cssviewer SUBDIR += xpi-cutemenus-crystalsvg SUBDIR += xpi-fasterfox + SUBDIR += xpi-flashblock SUBDIR += xpi-mldonkey SUBDIR += xpi-no-referrer SUBDIR += xpi-noscript 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/ |