diff options
author | sat <sat@FreeBSD.org> | 2006-11-03 05:42:09 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-03 05:42:09 +0800 |
commit | 34eedcc451b141744a0772a99dd1c293d86650c2 (patch) | |
tree | 29f2a8d088940936ef18a85a4e9f2b13aa2a0178 /www/xpi-errorzilla | |
parent | 33fbaece6b664442d42bfbc4c2e586bb82db2b54 (diff) | |
download | freebsd-ports-gnome-34eedcc451b141744a0772a99dd1c293d86650c2.tar.gz freebsd-ports-gnome-34eedcc451b141744a0772a99dd1c293d86650c2.tar.zst freebsd-ports-gnome-34eedcc451b141744a0772a99dd1c293d86650c2.zip |
Add port www/xpi-errorzilla:
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
PR: ports/105079
Submitted by: Steven Kreuzer <skreuzer@f2o.org>
Diffstat (limited to 'www/xpi-errorzilla')
-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 |
3 files changed, 35 insertions, 0 deletions
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 |