diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-16 16:24:57 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-16 16:24:57 +0000 |
commit | 9feeabcb5e605d4b0d2b46970ae3480bebb48cc0 (patch) | |
tree | d164feba3e3ce2d1d32d1165d9c8439d7e358731 /www | |
parent | b4131bf5c997f5e0376a82abb4555ce1e7010dc4 (diff) | |
download | FreeBSD-ports-9feeabcb5e605d4b0d2b46970ae3480bebb48cc0.zip FreeBSD-ports-9feeabcb5e605d4b0d2b46970ae3480bebb48cc0.tar.gz |
The most beautiful yet the simplest add-on that makes a
strong colorful appeal. Colors every tab in a different
color and makes them easy to distinguish while beautifying
the overall appearance of the interface. An essential.
WWW: https://addons.mozilla.org/extensions/moreinfo.php?id=1368
PR: ports/95076
Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-colorfultabs/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-colorfultabs/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-colorfultabs/pkg-descr | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ac1b6b4..161439b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -965,6 +965,7 @@ SUBDIR += xitami SUBDIR += xpath2rss SUBDIR += xpi-adblock + SUBDIR += xpi-colorfultabs SUBDIR += xshttpd SUBDIR += xshttpd-devel SUBDIR += xulrunner diff --git a/www/xpi-colorfultabs/Makefile b/www/xpi-colorfultabs/Makefile new file mode 100644 index 0000000..138ac3f --- /dev/null +++ b/www/xpi-colorfultabs/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-colorfultabs +# Date created: 29 March 2006 +# Whom: Andrew Pantyukhin <infofarmer@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= colorful_tabs +PORTVERSION= 1.1 +DISTVERSIONSUFFIX= -fx+mz +CATEGORIES= www + +MAINTAINER= infofarmer@gmail.com +COMMENT= An extension that colors every tab in a different color + +XPI_ID= {0545b830-f0aa-4d7e-8820-50a4629a56fe} +XPI_FILES= chrome/clrtabs.jar chrome.manifest install.js install.rdf +XPI_DIRS= chrome + +.include "../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-colorfultabs/distinfo b/www/xpi-colorfultabs/distinfo new file mode 100644 index 0000000..9662aef --- /dev/null +++ b/www/xpi-colorfultabs/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/colorful_tabs-1.1-fx+mz.xpi) = 573f2790e98601da7565c7a8284d28ff +SHA256 (xpi/colorful_tabs-1.1-fx+mz.xpi) = f211ac94ae5ac4ed85d2347ad5234b473bc711550bea92ca2c5dee6ef365ec37 +SIZE (xpi/colorful_tabs-1.1-fx+mz.xpi) = 9620 diff --git a/www/xpi-colorfultabs/pkg-descr b/www/xpi-colorfultabs/pkg-descr new file mode 100644 index 0000000..d02f053 --- /dev/null +++ b/www/xpi-colorfultabs/pkg-descr @@ -0,0 +1,6 @@ +The most beautiful yet the simplest add-on that makes a +strong colorful appeal. Colors every tab in a different +color and makes them easy to distinguish while beautifying +the overall appearance of the interface. An essential. + +WWW: https://addons.mozilla.org/extensions/moreinfo.php?id=1368 |