diff options
author | sat <sat@FreeBSD.org> | 2006-09-14 14:23:39 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-14 14:23:39 +0800 |
commit | 4ec11351ccae04378d4ff176accfc60585983c27 (patch) | |
tree | 6185e8c498f37c1b30bf07ad3d2a1952779b31b4 /www/xpi-informenter | |
parent | 54b410f731e7d12995b0989ff9ed487f710fe3a3 (diff) | |
download | freebsd-ports-graphics-4ec11351ccae04378d4ff176accfc60585983c27.tar.gz freebsd-ports-graphics-4ec11351ccae04378d4ff176accfc60585983c27.tar.zst freebsd-ports-graphics-4ec11351ccae04378d4ff176accfc60585983c27.zip |
Add port xpi-informenter:
InFormEnter adds a small, clickable icon next to every input field in a
web form, from where you can select the item to be inserted - no typing
required. You can configure it to display your frequently used
information such as name, email, address and whatever else you want to
be available from the form menu.
WWW: http://informenter.mozdev.org/
Diffstat (limited to 'www/xpi-informenter')
-rw-r--r-- | www/xpi-informenter/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-informenter/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-informenter/files/chrome.manifest | 22 | ||||
-rw-r--r-- | www/xpi-informenter/pkg-descr | 7 |
4 files changed, 53 insertions, 0 deletions
diff --git a/www/xpi-informenter/Makefile b/www/xpi-informenter/Makefile new file mode 100644 index 00000000000..cd3b3038949 --- /dev/null +++ b/www/xpi-informenter/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-informenter +# Date created: 14 September 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= informenter +PORTVERSION= 0.5.1 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Helps fill forms out + +XPI_ID= {5546F97E-11A5-46b0-9082-32AD74AAA920} +XPI_FILES= chrome/informenter.jar defaults/preferences/informenter.js install.rdf chrome.manifest +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-informenter/distinfo b/www/xpi-informenter/distinfo new file mode 100644 index 00000000000..ff3aa480121 --- /dev/null +++ b/www/xpi-informenter/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/informenter-0.5.1-fx.xpi) = 340dd414b3e0fddaffe4bab829ac0ba5 +SHA256 (xpi/informenter-0.5.1-fx.xpi) = 028326549ee7933390dc2f583a520ad6c0d73a287094e0384314a9db701b1097 +SIZE (xpi/informenter-0.5.1-fx.xpi) = 26602 diff --git a/www/xpi-informenter/files/chrome.manifest b/www/xpi-informenter/files/chrome.manifest new file mode 100644 index 00000000000..99c39a43140 --- /dev/null +++ b/www/xpi-informenter/files/chrome.manifest @@ -0,0 +1,22 @@ + +overlay chrome://browser/content/browser.xul chrome://informenter/content/informenter.xul +overlay chrome://navigator/content/navigator.xul chrome://informenter/content/informenter.xul +content informenter jar:chrome/informenter.jar!/content/informenter/ + +skin informenter classic/1.0 jar:chrome/informenter.jar!/skin/classic/informenter/ + +locale informenter de-DE jar:chrome/informenter.jar!/locale/de-DE/informenter/ + +locale informenter en-US jar:chrome/informenter.jar!/locale/en-US/informenter/ + +locale informenter fr-FR jar:chrome/informenter.jar!/locale/fr-FR/informenter/ + +locale informenter it-IT jar:chrome/informenter.jar!/locale/it-IT/informenter/ + +locale informenter nl-NL jar:chrome/informenter.jar!/locale/nl-NL/informenter/ + +locale informenter pl-PL jar:chrome/informenter.jar!/locale/pl-PL/informenter/ + +locale informenter ru-RU jar:chrome/informenter.jar!/locale/ru-RU/informenter/ + +locale informenter sk-SK jar:chrome/informenter.jar!/locale/sk-SK/informenter/ diff --git a/www/xpi-informenter/pkg-descr b/www/xpi-informenter/pkg-descr new file mode 100644 index 00000000000..fae6498d506 --- /dev/null +++ b/www/xpi-informenter/pkg-descr @@ -0,0 +1,7 @@ +InFormEnter adds a small, clickable icon next to every input field in a +web form, from where you can select the item to be inserted - no typing +required. You can configure it to display your frequently used +information such as name, email, address and whatever else you want to +be available from the form menu. + +WWW: http://informenter.mozdev.org/ |