diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-05-19 21:15:45 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-05-19 21:15:45 +0000 |
commit | 8642eacb6d423378468a8f71e382202674a6684f (patch) | |
tree | 2e909435b9b219bed73215341b0eed58c41a7ca4 | |
parent | 30bbb57236d06c6a7114827fc74fd7848423d454 (diff) | |
download | ports-8642eacb6d423378468a8f71e382202674a6684f.tar.gz ports-8642eacb6d423378468a8f71e382202674a6684f.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-leechblock/Makefile | 20 | ||||
-rw-r--r-- | www/xpi-leechblock/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-leechblock/pkg-descr | 6 | ||||
-rw-r--r-- | www/xpi-leechblock/pkg-plist | 30 |
5 files changed, 60 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ddf99c7c5432..3aba1208141d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1449,6 +1449,7 @@ SUBDIR += xpi-inline-google-definitions SUBDIR += xpi-joga SUBDIR += xpi-jsview + SUBDIR += xpi-leechblock SUBDIR += xpi-linkification SUBDIR += xpi-locale-switcher SUBDIR += xpi-menueditor diff --git a/www/xpi-leechblock/Makefile b/www/xpi-leechblock/Makefile new file mode 100644 index 000000000000..c598a1944fd4 --- /dev/null +++ b/www/xpi-leechblock/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xpi-leechblock +# Date created: 19 May 2008 +# Whom: Anatoly Borodin <anatoly.borodin@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= leechblock +PORTVERSION= 0.4.1 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= anatoly.borodin@gmail.com +COMMENT= Blocks time-wasting sites + +XPI_ID= {a95d8332-e4b4-6e7f-98ac-20b733364387} +XPI_NUM= 4476 + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-leechblock/distinfo b/www/xpi-leechblock/distinfo new file mode 100644 index 000000000000..8ede6bf1eabe --- /dev/null +++ b/www/xpi-leechblock/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/leechblock-0.4.1-fx.xpi) = 62f7be5a9a888fa5b174c96965e726aa +SHA256 (xpi/leechblock-0.4.1-fx.xpi) = 6e013df41a167844dfc73a23f9b12c450ea68b59550a64987ce348a92ff17083 +SIZE (xpi/leechblock-0.4.1-fx.xpi) = 41157 diff --git a/www/xpi-leechblock/pkg-descr b/www/xpi-leechblock/pkg-descr new file mode 100644 index 000000000000..a6774d55be47 --- /dev/null +++ b/www/xpi-leechblock/pkg-descr @@ -0,0 +1,6 @@ +LeechBlock is a simple productivity tool designed to block those +time-wasting sites that can suck the life out of your working day. All +you need to do is specify which sites to block and when to block them. + +WWW: http://www.proginosko.com/leechblock.html +Author: James Anderson diff --git a/www/xpi-leechblock/pkg-plist b/www/xpi-leechblock/pkg-plist new file mode 100644 index 000000000000..ffcdad7b3c51 --- /dev/null +++ b/www/xpi-leechblock/pkg-plist @@ -0,0 +1,30 @@ +%%XPI_XPIDIR%%/chrome/content/browser.js +%%XPI_XPIDIR%%/chrome/content/browser.xul +%%XPI_XPIDIR%%/chrome/content/extensions.js +%%XPI_XPIDIR%%/chrome/content/extensions.xul +%%XPI_XPIDIR%%/chrome/content/lockdown.js +%%XPI_XPIDIR%%/chrome/content/lockdown.xul +%%XPI_XPIDIR%%/chrome/content/options.js +%%XPI_XPIDIR%%/chrome/content/options.xul +%%XPI_XPIDIR%%/chrome/content/stats.js +%%XPI_XPIDIR%%/chrome/content/stats.xul +%%XPI_XPIDIR%%/chrome/content/utils.js +%%XPI_XPIDIR%%/chrome/locale/en-US/blocked.html +%%XPI_XPIDIR%%/chrome/locale/en-US/leechblock.dtd +%%XPI_XPIDIR%%/chrome/locale/it-IT/blocked.html +%%XPI_XPIDIR%%/chrome/locale/it-IT/leechblock.dtd +%%XPI_XPIDIR%%/chrome/locale/it-IT/leechblock.properties +%%XPI_XPIDIR%%/chrome/skin/leechblock32.png +%%XPI_XPIDIR%%/chrome/skin/leechblock64.png +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/defaults/preferences/leechblock.js +%%XPI_XPIDIR%%/history.txt +%%XPI_XPIDIR%%/install.rdf +@dirrm %%XPI_XPIDIR%%/chrome/content +@dirrm %%XPI_XPIDIR%%/chrome/locale/en-US +@dirrm %%XPI_XPIDIR%%/chrome/locale/it-IT +@dirrm %%XPI_XPIDIR%%/chrome/locale +@dirrm %%XPI_XPIDIR%%/chrome/skin +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults |