diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-close-all-tabs/Makefile | 23 | ||||
-rw-r--r-- | www/xpi-close-all-tabs/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-close-all-tabs/pkg-descr | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 732c50d7c0a0..f6751760f4c6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1375,6 +1375,7 @@ SUBDIR += xpi-autobrowse SUBDIR += xpi-bookmarkdd SUBDIR += xpi-clearfields + SUBDIR += xpi-close-all-tabs SUBDIR += xpi-colorfultabs SUBDIR += xpi-cssviewer SUBDIR += xpi-customizegoogle diff --git a/www/xpi-close-all-tabs/Makefile b/www/xpi-close-all-tabs/Makefile new file mode 100644 index 000000000000..aff0da87132b --- /dev/null +++ b/www/xpi-close-all-tabs/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xpi-close-all-tabs +# Date created: 18 April 2008 +# Whom: Alexander Logvinov <ports@logvinov.com> +# +# $FreeBSD$ +# + +PORTNAME= close-all-tabs +PORTVERSION= 1.1 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= ports@logvinov.com +COMMENT= A toolbar button to close all open tabs + +XPI_DISTNAME= close_all_tabs +XPI_ID= closealltabs@jgadesign.net +XPI_NUM= 2914 +XPI_FILES= chrome/closealltabs.jar chrome.manifest install.rdf +XPI_DIRS= chrome + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-close-all-tabs/distinfo b/www/xpi-close-all-tabs/distinfo new file mode 100644 index 000000000000..6384549e25c0 --- /dev/null +++ b/www/xpi-close-all-tabs/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/close_all_tabs-1.1-fx.xpi) = 9a6ed49b2f3293ecfb7aa77af87a8d9f +SHA256 (xpi/close_all_tabs-1.1-fx.xpi) = 590a36f944c365773f88fd62f17519eb7a2ae7e6a95ada63189516c00abfcd3c +SIZE (xpi/close_all_tabs-1.1-fx.xpi) = 6632 diff --git a/www/xpi-close-all-tabs/pkg-descr b/www/xpi-close-all-tabs/pkg-descr new file mode 100644 index 000000000000..d03931b0631f --- /dev/null +++ b/www/xpi-close-all-tabs/pkg-descr @@ -0,0 +1,4 @@ +A toolbar button to close all open tabs. + +Author: J. Greg Allen +WWW: http://www.jgadesign.net/SoftwarePages/CloseAllTabs.aspx |