1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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)
This commit is contained in:
Andrew Pantyukhin 2006-05-27 07:53:39 +00:00
parent 3e12d461d2
commit a6b8da9c78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163589
5 changed files with 37 additions and 0 deletions

View File

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

21
www/xpi-formfox/Makefile Normal file
View File

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

3
www/xpi-formfox/distinfo Normal file
View File

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

View File

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

View File

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