1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add port www/xpi-close-all-tabs:

A toolbar button to close all open tabs.

Author: J. Greg Allen
WWW: http://www.jgadesign.net/SoftwarePages/CloseAllTabs.aspx

PR:		ports/122881
Submitted by:	Alexander Logvinov <ports@logvinov.com>
This commit is contained in:
Andrew Pantyukhin 2008-04-18 07:32:35 +00:00
parent ba767bb8ab
commit 7cb7080442
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211503
4 changed files with 31 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -0,0 +1,4 @@
A toolbar button to close all open tabs.
Author: J. Greg Allen
WWW: http://www.jgadesign.net/SoftwarePages/CloseAllTabs.aspx