Add port www/xpi-leechblock:
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 PR: ports/123823 (with adjustments) Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
This commit is contained in:
parent
30bbb57236
commit
8642eacb6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213353
5 changed files with 60 additions and 0 deletions
|
@ -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
|
||||
|
|
20
www/xpi-leechblock/Makefile
Normal file
20
www/xpi-leechblock/Makefile
Normal file
|
@ -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>
|
3
www/xpi-leechblock/distinfo
Normal file
3
www/xpi-leechblock/distinfo
Normal file
|
@ -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
|
6
www/xpi-leechblock/pkg-descr
Normal file
6
www/xpi-leechblock/pkg-descr
Normal file
|
@ -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
|
30
www/xpi-leechblock/pkg-plist
Normal file
30
www/xpi-leechblock/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue