aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-05-27 07:53:39 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-05-27 07:53:39 +0000
commita6b8da9c78e6585afda4b6fa507f4f4be657137c (patch)
treeec1788677515dccd5d1b0b952b8f763eee883fe5
parent3e12d461d2776bd63eb469f0e8ce3db1a1c78a0b (diff)
downloadports-a6b8da9c78e6585afda4b6fa507f4f4be657137c.tar.gz
ports-a6b8da9c78e6585afda4b6fa507f4f4be657137c.zip
Add port www/xpi-formfox:
Do you know where your form information is going? This extension displays the form action (the site to where the information you've entered is going.) In any place where you can enter data, from search boxes to order forms, mouse over the final Submit button to reveal the destination. WWW: http://dsteinbrook.googlepages.com/ Approved by: krion (mentor)
Notes
Notes: svn path=/head/; revision=163589
-rw-r--r--www/Makefile1
-rw-r--r--www/xpi-formfox/Makefile21
-rw-r--r--www/xpi-formfox/distinfo3
-rw-r--r--www/xpi-formfox/files/chrome.manifest5
-rw-r--r--www/xpi-formfox/pkg-descr7
5 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 025c9536e3d5..1032f7f181a9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -999,6 +999,7 @@
SUBDIR += xpi-flashblock
SUBDIR += xpi-flashgot
SUBDIR += xpi-forecastfox
+ SUBDIR += xpi-formfox
SUBDIR += xpi-gbrain
SUBDIR += xpi-google-notebook
SUBDIR += xpi-greasemonkey
diff --git a/www/xpi-formfox/Makefile b/www/xpi-formfox/Makefile
new file mode 100644
index 000000000000..6841210db246
--- /dev/null
+++ b/www/xpi-formfox/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xpi-formfox
+# Date created: 21 May 2006
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= formfox
+PORTVERSION= 1.6
+DISTVERSIONSUFFIX= -fx
+CATEGORIES= www
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= An extension to display form's action
+
+XPI_ID= formfox@daniel.steinbrook
+XPI_FILES= chrome/formfox.jar install.rdf chrome.manifest
+XPI_DIRS= chrome
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-formfox/distinfo b/www/xpi-formfox/distinfo
new file mode 100644
index 000000000000..ac7dc77d3ed4
--- /dev/null
+++ b/www/xpi-formfox/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/formfox-1.6-fx.xpi) = af8125fc60828d2ca2d8fddefebc54f7
+SHA256 (xpi/formfox-1.6-fx.xpi) = 282f128cad461c87f52f45ca6f34b923777498ae08c991dd8dca830555c2c358
+SIZE (xpi/formfox-1.6-fx.xpi) = 3858
diff --git a/www/xpi-formfox/files/chrome.manifest b/www/xpi-formfox/files/chrome.manifest
new file mode 100644
index 000000000000..fcfa4a72230f
--- /dev/null
+++ b/www/xpi-formfox/files/chrome.manifest
@@ -0,0 +1,5 @@
+
+overlay chrome://navigator/content/navigatorOverlay.xul chrome://formfox/content/formfox.xul
+overlay chrome://multiviews/content/navigatorOverlay.xul chrome://formfox/content/formfox.xul
+overlay chrome://browser/content/browser.xul chrome://formfox/content/formfox.xul
+content formfox jar:chrome/formfox.jar!/content/formfox/
diff --git a/www/xpi-formfox/pkg-descr b/www/xpi-formfox/pkg-descr
new file mode 100644
index 000000000000..1ad5dc01148e
--- /dev/null
+++ b/www/xpi-formfox/pkg-descr
@@ -0,0 +1,7 @@
+Do you know where your form information is going? This extension
+displays the form action (the site to where the information you've
+entered is going.) In any place where you can enter data, from search
+boxes to order forms, mouse over the final Submit button to reveal
+the destination.
+
+WWW: http://dsteinbrook.googlepages.com/