1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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>
This commit is contained in:
Andrew Pantyukhin 2006-11-02 21:42:09 +00:00
parent 273d6691bf
commit c82e84ead8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176233
4 changed files with 36 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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