diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-14 06:23:39 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-14 06:23:39 +0000 |
commit | fe1d2e47d5a076314fbb449134ed0deea300391b (patch) | |
tree | 15ab7d0b9bb400a77f54334f66454d234fd5103b /www/xpi-informenter/Makefile | |
parent | dcc8a3c1770effd30d5cf034bda4f10c398b48ea (diff) |
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/
Notes
Notes:
svn path=/head/; revision=173009
Diffstat (limited to 'www/xpi-informenter/Makefile')
-rw-r--r-- | www/xpi-informenter/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/xpi-informenter/Makefile b/www/xpi-informenter/Makefile new file mode 100644 index 000000000000..cd3b3038949b --- /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> |