aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-05-27 15:48:25 +0800
committersat <sat@FreeBSD.org>2006-05-27 15:48:25 +0800
commit72cf203db6d732371004d40a244f7138410b3222 (patch)
tree5039314504a1c581733fe1f0a9c4387bc4fe473c /www
parent9c88d7db74b2ea72bc15af0b15e8aeafabd94d3d (diff)
downloadfreebsd-ports-gnome-72cf203db6d732371004d40a244f7138410b3222.tar.gz
freebsd-ports-gnome-72cf203db6d732371004d40a244f7138410b3222.tar.zst
freebsd-ports-gnome-72cf203db6d732371004d40a244f7138410b3222.zip
Add port www/xpi-clearfields:
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 Approved by: krion (mentor)
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/xpi-clearfields/Makefile22
-rw-r--r--www/xpi-clearfields/distinfo3
-rw-r--r--www/xpi-clearfields/pkg-descr11
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