diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-bookmarkdd/Makefile | 24 | ||||
-rw-r--r-- | www/xpi-bookmarkdd/distinfo | 2 | ||||
-rw-r--r-- | www/xpi-bookmarkdd/pkg-descr | 7 |
5 files changed, 1 insertions, 34 deletions
@@ -8118,3 +8118,4 @@ www/jawstats||2016-01-25|Has expired: PHP 5.4 EOL reached www/ojs2||2016-01-25|Has expired: PHP 5.4 EOL reached www/webcalendar||2016-01-25|Has expired: PHP 5.4 EOL reached devel/py-msgpack|devel/py-msgpack-python|2016-01-28|Renamed to match upstream naming +www/xpi-bookmarkdd||2016-01-30|Has expired, incompatible with Firefox 34+ diff --git a/www/Makefile b/www/Makefile index cf69da4eec88..9a75dd5beca5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2281,7 +2281,6 @@ SUBDIR += xoops SUBDIR += xpi-adblock SUBDIR += xpi-adblock_plus - SUBDIR += xpi-bookmarkdd SUBDIR += xpi-clear_cache_button SUBDIR += xpi-clearfields SUBDIR += xpi-close-all-tabs diff --git a/www/xpi-bookmarkdd/Makefile b/www/xpi-bookmarkdd/Makefile deleted file mode 100644 index 1cc7908c23ce..000000000000 --- a/www/xpi-bookmarkdd/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Gustavo Fukao <gustavofukao@gmail.com> -# $FreeBSD$ - -PORTNAME= bookmarkdd -PORTVERSION= 0.7.5 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= gustavofukao@gmail.com -COMMENT= Detects duplicates when bookmarks are added - -BROKEN= incompatible with Firefox 34+ -EXPIRATION_DATE= 2016-01-30 - -XPI_ID= {ba243cb0-b824-4a26-9418-73ee795d9b9d} -XPI_NUM= 1553 -XPI_DISTNAME= bookmark_duplicate_detector -XPI_FILES= chrome.manifest install.rdf \ - chrome/ChangeLog chrome/Todo chrome/duplicates.jar \ - defaults/preferences/prefs.js -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-bookmarkdd/distinfo b/www/xpi-bookmarkdd/distinfo deleted file mode 100644 index 4dc44a0d13fd..000000000000 --- a/www/xpi-bookmarkdd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/bookmark_duplicate_detector-0.7.5-fx.xpi) = 7d40ececd09ebec872f45774ab55db9101db87dbc80d9039b5d0523b79a90484 -SIZE (xpi/bookmark_duplicate_detector-0.7.5-fx.xpi) = 125523 diff --git a/www/xpi-bookmarkdd/pkg-descr b/www/xpi-bookmarkdd/pkg-descr deleted file mode 100644 index 107d5c408339..000000000000 --- a/www/xpi-bookmarkdd/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -BookmarkDD is a useful extension that helps you manage your bookmarks. -It notices when a duplicate bookmark is added, specifies where the -previous URL is and gives you a chance to change the parent folder of -duplicate bookmark. There is also a window to manage all duplicate -bookmarks already in your bookmarks. - -WWW: http://bookmarkdd.mozdev.org/ |