aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-10-14 00:23:15 +0800
committersat <sat@FreeBSD.org>2007-10-14 00:23:15 +0800
commit22790ffb95ae6f27bb2f307243899a3bb65c91e2 (patch)
tree087293d0d88443691015936ff57c43d699424b35 /www
parent10c9dddc7fa5cb01a637a7edb4b317a8c2e055e8 (diff)
downloadfreebsd-ports-gnome-22790ffb95ae6f27bb2f307243899a3bb65c91e2.tar.gz
freebsd-ports-gnome-22790ffb95ae6f27bb2f307243899a3bb65c91e2.tar.zst
freebsd-ports-gnome-22790ffb95ae6f27bb2f307243899a3bb65c91e2.zip
Add port www/xpi-flatbmark:
Edit bookmarks in the bookmark organizer, without opening the properties window. WWW: http://bluweb.com/us/chouser/proj/mozhack/ Author: Chris Houser PR: ports/116978 Submitted by: Gustavo Fukao <gustavofukao@gmail.com>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/xpi-flatbmark/Makefile23
-rw-r--r--www/xpi-flatbmark/distinfo3
-rw-r--r--www/xpi-flatbmark/files/chrome.manifest17
-rw-r--r--www/xpi-flatbmark/pkg-descr4
5 files changed, 48 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 58542b6e8dfd..486ccd417024 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1306,6 +1306,7 @@
SUBDIR += xpi-fission
SUBDIR += xpi-flashblock
SUBDIR += xpi-flashgot
+ SUBDIR += xpi-flatbmark
SUBDIR += xpi-forecastfox
SUBDIR += xpi-formfox
SUBDIR += xpi-foxmarks
diff --git a/www/xpi-flatbmark/Makefile b/www/xpi-flatbmark/Makefile
new file mode 100644
index 000000000000..3db9ec3a45ad
--- /dev/null
+++ b/www/xpi-flatbmark/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xpi-flatbmark
+# Date created: 2007-09-21
+# Whom: Gustavo Fukao <gustavofukao@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= flatbmark
+DISTVERSION= 0.8.1
+DISTVERSIONSUFFIX= -fx
+CATEGORIES= www
+
+MAINTAINER= gustavofukao@gmail.com
+COMMENT= Edit bookmarks without opening the properties window
+
+XPI_NUM= 117
+XPI_DISTNAME= flat_bookmark_editing
+XPI_ID= {5362CD9D-AC69-43e5-8E7D-92EDE5CEF304}
+XPI_FILES= chrome/flatbmark.jar install.rdf chrome.manifest
+XPI_DIRS= chrome
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-flatbmark/distinfo b/www/xpi-flatbmark/distinfo
new file mode 100644
index 000000000000..554537535cae
--- /dev/null
+++ b/www/xpi-flatbmark/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/flat_bookmark_editing-0.8.1-fx.xpi) = e5c155a8144e2d56e09971fbe363b37f
+SHA256 (xpi/flat_bookmark_editing-0.8.1-fx.xpi) = 4a0b33f81709ba3c256d181dd2e917972585093e7e1b923714cbd25517fef734
+SIZE (xpi/flat_bookmark_editing-0.8.1-fx.xpi) = 10040
diff --git a/www/xpi-flatbmark/files/chrome.manifest b/www/xpi-flatbmark/files/chrome.manifest
new file mode 100644
index 000000000000..4fb396660b58
--- /dev/null
+++ b/www/xpi-flatbmark/files/chrome.manifest
@@ -0,0 +1,17 @@
+
+overlay chrome://browser/content/bookmarks/bookmarksManager.xul chrome://flatbmark/content/flatbmark.xul
+content flatbmark jar:chrome/flatbmark.jar!/content/flatbmark/
+
+skin flatbmark classic/1.0 jar:chrome/flatbmark.jar!/skin/classic/flatbmark/
+
+locale flatbmark en-US jar:chrome/flatbmark.jar!/locale/en-US/flatbmark/
+
+locale flatbmark fr-FR jar:chrome/flatbmark.jar!/locale/fr-FR/flatbmark/
+
+locale flatbmark nl-NL jar:chrome/flatbmark.jar!/locale/nl-NL/flatbmark/
+
+locale flatbmark pl-PL jar:chrome/flatbmark.jar!/locale/pl-PL/flatbmark/
+
+locale flatbmark sk-SK jar:chrome/flatbmark.jar!/locale/sk-SK/flatbmark/
+
+locale flatbmark zh-TW jar:chrome/flatbmark.jar!/locale/zh-TW/flatbmark/
diff --git a/www/xpi-flatbmark/pkg-descr b/www/xpi-flatbmark/pkg-descr
new file mode 100644
index 000000000000..7b4aeade2792
--- /dev/null
+++ b/www/xpi-flatbmark/pkg-descr
@@ -0,0 +1,4 @@
+Edit bookmarks in the bookmark organizer, without opening the properties window.
+
+WWW: http://bluweb.com/us/chouser/proj/mozhack/
+Author: Chris Houser