1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

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>
This commit is contained in:
Andrew Pantyukhin 2007-10-13 16:23:15 +00:00
parent 59f73297bc
commit 8cf414c09e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201405
5 changed files with 48 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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