diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-27 07:48:25 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-27 07:48:25 +0000 |
commit | c0677e69c75e0093a2afa8024c32b9d35941f1a2 (patch) | |
tree | f5c946d20262427a72e665f981fe80b40599f964 /www | |
parent | 6728a2f233ef4d5f8df542b022a53481067f4797 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-clearfields/Makefile | 22 | ||||
-rw-r--r-- | www/xpi-clearfields/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-clearfields/pkg-descr | 11 |
4 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9aaea1f7ec96..c11cdcf029fb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -988,6 +988,7 @@ SUBDIR += xpi-adblock SUBDIR += xpi-adblock_plus SUBDIR += xpi-autobrowse + SUBDIR += xpi-clearfields SUBDIR += xpi-colorfultabs SUBDIR += xpi-cssviewer SUBDIR += xpi-cutemenus-crystalsvg diff --git a/www/xpi-clearfields/Makefile b/www/xpi-clearfields/Makefile new file mode 100644 index 000000000000..68141b19abea --- /dev/null +++ b/www/xpi-clearfields/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xpi-clearfields +# Date created: 20 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= clearfields +PORTVERSION= 1.3 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Toolbar buttons that clear input fields + +XPI_DISTNAME= clear_fields +XPI_ID= clearfields@alex.alexander.googlepages.com +XPI_FILES= chrome/clearfields.jar chrome.manifest install.rdf +XPI_DIRS= chrome + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-clearfields/distinfo b/www/xpi-clearfields/distinfo new file mode 100644 index 000000000000..ddc3a6946248 --- /dev/null +++ b/www/xpi-clearfields/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/clear_fields-1.3-fx.xpi) = 5c914303d17d4cf80edba1e51a16176a +SHA256 (xpi/clear_fields-1.3-fx.xpi) = 208d23de72cda616fa34f6cdb0ff18843fafdb3bbfa2edfc9b43d8c7489c21a6 +SIZE (xpi/clear_fields-1.3-fx.xpi) = 10172 diff --git a/www/xpi-clearfields/pkg-descr b/www/xpi-clearfields/pkg-descr new file mode 100644 index 000000000000..aac75017b1ee --- /dev/null +++ b/www/xpi-clearfields/pkg-descr @@ -0,0 +1,11 @@ +Toolbar buttons that clear: +- Address Field +- Search Field +- Find Field +- All Text Fields, Password Fields and Checkboxes in the viewed page! + +Now you can easily empty the contents of the fields listed above. +Useful for people who paste with the middle click. Inspired by +konqueror. + +WWW: http://alex.alexander.googlepages.com/clearfields |