Changes the default error page in Firefox from basically having a reload button to having the following choices: a google cache, an archival snapshot from the wayback machine, a ping, a trace route, a whois lookup and a coralize feature. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg-descr # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: xpi-errorzilla X# Date created: 02 Nov 2006 X# Whom: Steven Kreuzer <skreuzer@f2o.org> X# X# $FreeBSD$ X# X XPORTNAME= errorzilla XPORTVERSION= 0.2 XCATEGORIES= www XMASTER_SITES= http://extensions.roachfiend.com/ \ X http://skreuzer.f2o.org/mirror/errorzilla/ XDISTNAME= ${PORTNAME} X XMAINTAINER= skreuzer@f2o.org XCOMMENT= Implements useful error pages in Firefox X XXPI_ID= {e1ce8a25-733c-4183-883f-0b826e9dbf77} XXPI_FILES= chrome/errorzilla.jar chrome.manifest install.rdf license.txt XXPI_DIRS= chrome X X.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" X.include <bsd.port.mk> END-of-./Makefile echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XChanges the default error page from basically having a reload button Xto having the following choices: X - Google cache X - Archival snapshot from the wayback machine X - Ping X - Trace route X - Whois lookup X - Coral cache X XWWW: http://www.roachfiend.com/ END-of-./pkg-descr echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (xpi/errorzilla.xpi) = a5afdcba5514488ab671ab072af00eaf XSHA256 (xpi/errorzilla.xpi) = 1e04dfdfbe302aa5c24748895fe7a3fbb1a5594a70f0f7f1bdd60c822e29d413 XSIZE (xpi/errorzilla.xpi) = 23335 END-of-./distinfo exit
Responsible Changed From-To: freebsd-ports-bugs->sat sat@ wants to have xpi- PRs
sat 2006-11-02 21:42:09 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-errorzilla Makefile distinfo pkg-descr Log: 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> Revision Changes Path 1.1593 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/xpi-errorzilla/Makefile (new) 1.1 +3 -0 ports/www/xpi-errorzilla/distinfo (new) 1.1 +10 -0 ports/www/xpi-errorzilla/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with modifications, thanks!