diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-02 21:42:09 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-02 21:42:09 +0000 |
commit | c82e84ead85883929c7ef277590ac9e1a19bec99 (patch) | |
tree | f738e677ac6ce74ff43e3f9f319f51b0a6db3db2 | |
parent | 273d6691bf22357c746658fca9737e2045ec357b (diff) |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-errorzilla/Makefile | 22 | ||||
-rw-r--r-- | www/xpi-errorzilla/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-errorzilla/pkg-descr | 10 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9f71751ef0b5..a79f91d550ac 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1107,6 +1107,7 @@ SUBDIR += xpi-cutemenus-crystalsvg SUBDIR += xpi-delicious SUBDIR += xpi-downthemall + SUBDIR += xpi-errorzilla SUBDIR += xpi-fasterfox SUBDIR += xpi-firefox-showcase SUBDIR += xpi-fission diff --git a/www/xpi-errorzilla/Makefile b/www/xpi-errorzilla/Makefile new file mode 100644 index 000000000000..0539a105895e --- /dev/null +++ b/www/xpi-errorzilla/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xpi-errorzilla +# Date created: 02 Nov 2006 +# Whom: Steven Kreuzer <skreuzer@f2o.org> +# +# $FreeBSD$ +# + +PORTNAME= errorzilla +PORTVERSION= 0.2 +DISTVERSIONSUFFIX= -fx+fl +CATEGORIES= www + +MAINTAINER= skreuzer@f2o.org +COMMENT= Useful error pages + +XPI_DISTNAME= errorzilla_mod +XPI_ID= ErrorZillaMod@jaybaldwin +XPI_FILES= chrome/errorzillamod.jar chrome.manifest install.rdf license.txt +XPI_DIRS= chrome + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-errorzilla/distinfo b/www/xpi-errorzilla/distinfo new file mode 100644 index 000000000000..5164e44f554e --- /dev/null +++ b/www/xpi-errorzilla/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/errorzilla_mod-0.2-fx+fl.xpi) = 3bdd730066effb5dc92189f923efc14f +SHA256 (xpi/errorzilla_mod-0.2-fx+fl.xpi) = dcd1d7b44bd35b41728e37e22296a498b86cbd311f73bda6c2daf0e05992bfa7 +SIZE (xpi/errorzilla_mod-0.2-fx+fl.xpi) = 114041 diff --git a/www/xpi-errorzilla/pkg-descr b/www/xpi-errorzilla/pkg-descr new file mode 100644 index 000000000000..cc8666b4213d --- /dev/null +++ b/www/xpi-errorzilla/pkg-descr @@ -0,0 +1,10 @@ +Changes the default error page from basically having a reload button +to having the following choices: + - Google cache + - Archival snapshot from the wayback machine + - Ping + - Trace route + - Whois lookup + - Coral cache + +WWW: http://www.jaybaldwin.com/News.aspx?id=51 |