diff options
author | sat <sat@FreeBSD.org> | 2007-10-06 06:28:01 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-10-06 06:28:01 +0800 |
commit | aaadbd64d643439a014ec2c6815740cc532903b3 (patch) | |
tree | 65fd8fddffcfcb061893f3c7dc3ecfdfda5a8260 /www | |
parent | bdd2f6febe8dcd7530789f345951542346a97cc4 (diff) | |
download | freebsd-ports-gnome-aaadbd64d643439a014ec2c6815740cc532903b3.tar.gz freebsd-ports-gnome-aaadbd64d643439a014ec2c6815740cc532903b3.tar.zst freebsd-ports-gnome-aaadbd64d643439a014ec2c6815740cc532903b3.zip |
Add port www/xpi-bookmarkdd:
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/
Author: Stephane Bertin
PR: ports/116609
Submitted by: Gustavo Fukao <gustavofukao@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-bookmarkdd/Makefile | 25 | ||||
-rw-r--r-- | www/xpi-bookmarkdd/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-bookmarkdd/pkg-descr | 8 |
4 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c421345ee0f0..b0eb69b40307 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1288,6 +1288,7 @@ SUBDIR += xpi-adblock SUBDIR += xpi-adblock_plus SUBDIR += xpi-autobrowse + SUBDIR += xpi-bookmarkdd SUBDIR += xpi-clearfields SUBDIR += xpi-colorfultabs SUBDIR += xpi-cssviewer diff --git a/www/xpi-bookmarkdd/Makefile b/www/xpi-bookmarkdd/Makefile new file mode 100644 index 000000000000..950465e7abc8 --- /dev/null +++ b/www/xpi-bookmarkdd/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xpi-bookmarkdd +# Date created: 2007-09-21 +# Whom: Gustavo Fukao <gustavofukao@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= bookmarkdd +PORTVERSION= 0.6.3 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= gustavofukao@gmail.com +COMMENT= Detects duplicates when bookmarks are added + +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 new file mode 100644 index 000000000000..e818e25a5a37 --- /dev/null +++ b/www/xpi-bookmarkdd/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/bookmark_duplicate_detector-0.6.3-fx.xpi) = 7b97f2c900b39ddf652a827a2d943ecc +SHA256 (xpi/bookmark_duplicate_detector-0.6.3-fx.xpi) = b0f42981d97cb6f61257d68f689351675479deeacef4a5175605b22aaae79cb0 +SIZE (xpi/bookmark_duplicate_detector-0.6.3-fx.xpi) = 102460 diff --git a/www/xpi-bookmarkdd/pkg-descr b/www/xpi-bookmarkdd/pkg-descr new file mode 100644 index 000000000000..61b1ae10ec1b --- /dev/null +++ b/www/xpi-bookmarkdd/pkg-descr @@ -0,0 +1,8 @@ +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/ +Author: Stephane Bertin |