aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-neo-diggler
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2008-05-19 20:46:13 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2008-05-19 20:46:13 +0000
commit30bbb57236d06c6a7114827fc74fd7848423d454 (patch)
treebc8734d16fddd05efbef21878746e0a536a33b69 /www/xpi-neo-diggler
parent2158e1e934c7c15796318ab49728de6f222bc68c (diff)
downloadports-30bbb57236d06c6a7114827fc74fd7848423d454.tar.gz
ports-30bbb57236d06c6a7114827fc74fd7848423d454.zip
Notes
Diffstat (limited to 'www/xpi-neo-diggler')
-rw-r--r--www/xpi-neo-diggler/Makefile24
-rw-r--r--www/xpi-neo-diggler/distinfo3
-rw-r--r--www/xpi-neo-diggler/pkg-descr12
3 files changed, 39 insertions, 0 deletions
diff --git a/www/xpi-neo-diggler/Makefile b/www/xpi-neo-diggler/Makefile
new file mode 100644
index 000000000000..f69881363609
--- /dev/null
+++ b/www/xpi-neo-diggler/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xpi-neo-diggler
+# Date created: 12 May 2008
+# Whom: Harald Schmalzbauer <h.schmalzbauer@omnisec.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= neo-diggler
+PORTVERSION= 1.0.5
+DISTVERSIONSUFFIX= -fx
+CATEGORIES= www
+
+MAINTAINER= h.schmalzbauer@omnisec.de
+COMMENT= URL-related actions through menu button
+
+XPI_DISTNAME= neo_diggler
+XPI_ID= {9b84cce7-a817-45d7-865e-9e6e8da1c388}
+XPI_NUM= 3763
+XPI_FILES= chrome.manifest install.rdf \
+ chrome/diggler.jar defaults/preferences/diggler.js
+XPI_DIRS= chrome defaults/preferences defaults
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-neo-diggler/distinfo b/www/xpi-neo-diggler/distinfo
new file mode 100644
index 000000000000..a6e280dbcf8e
--- /dev/null
+++ b/www/xpi-neo-diggler/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/neo_diggler-1.0.5-fx.xpi) = 351cf7f5c4699a0e226e82cdb2a63580
+SHA256 (xpi/neo_diggler-1.0.5-fx.xpi) = 385ed76990775eac9800b294dad6c28303dca3a366fb6e912bd725171fee0aea
+SIZE (xpi/neo_diggler-1.0.5-fx.xpi) = 42045
diff --git a/www/xpi-neo-diggler/pkg-descr b/www/xpi-neo-diggler/pkg-descr
new file mode 100644
index 000000000000..032c2cc37423
--- /dev/null
+++ b/www/xpi-neo-diggler/pkg-descr
@@ -0,0 +1,12 @@
+This extension adds a menu button next to the address bar with actions
+relevant to the current URL. The button's menu allows you navigate up
+through the current URL's parents, to visit the equivalent ftp URL, or
+to visit the site in archive.org. A single click on the menu button
+also easily clears the location bar (much like the one in Konqueror) -
+useful for keyboard free browsing.
+
+It also has a few security control tick-boxes (popups, tabbing,
+images) and the ability to add custom URL conversions/manipulations.
+
+WWW: https://addons.mozilla.org/en-US/firefox/addon/3763
+Author: Neil Bird <mozilla@fnxweb.com>