From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 15 02:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 174DA1065686 for ; Wed, 15 Oct 2008 02:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E65178FC13 for ; Wed, 15 Oct 2008 02:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9F2A1YI083359 for ; Wed, 15 Oct 2008 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9F2A1Tr083358; Wed, 15 Oct 2008 02:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 15 Oct 2008 02:10:01 GMT Resent-Message-Id: <200810150210.m9F2A1Tr083358@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Logvinov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F67E1065686 for ; Wed, 15 Oct 2008 02:05:36 +0000 (UTC) (envelope-from user@blg.akavia.ru) Received: from blg.akavia.ru (blg.akavia.ru [92.50.210.250]) by mx1.freebsd.org (Postfix) with ESMTP id 1AC848FC28 for ; Wed, 15 Oct 2008 02:05:34 +0000 (UTC) (envelope-from user@blg.akavia.ru) Received: from blg.akavia.ru (localhost [127.0.0.1]) by blg.akavia.ru (8.14.2/8.14.2) with ESMTP id m9F25WQP059186; Wed, 15 Oct 2008 12:05:32 +1000 (YAKST) (envelope-from user@blg.akavia.ru) Received: (from root@localhost) by blg.akavia.ru (8.14.2/8.14.2/Submit) id m9F25T8C059185; Wed, 15 Oct 2008 12:05:29 +1000 (YAKST) (envelope-from user) Message-Id: <200810150205.m9F25T8C059185@blg.akavia.ru> Date: Wed, 15 Oct 2008 12:05:29 +1000 (YAKST) From: Alexander Logvinov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Alexander Logvinov Subject: ports/128111: [new port] www/xpi-splash: A splash screen for most Mozilla and Mozilla Based products X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Logvinov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 02:10:02 -0000 >Number: 128111 >Category: ports >Synopsis: [new port] www/xpi-splash: A splash screen for most Mozilla and Mozilla Based products >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 15 02:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: >Environment: >Description: Adds a splash screen to most Mozilla and Mozilla Based products. Supports sound, opacity, CSS customization, custom images, and much more. You can add {appVersion}, {buildID} and {userAgent} to the loading text and it will be filled in for you. WWW: http://www.mrtech.com/extensions/ >How-To-Repeat: >Fix: # 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: # # xpi-splash # xpi-splash/Makefile # xpi-splash/distinfo # xpi-splash/pkg-descr # echo c - xpi-splash mkdir -p xpi-splash > /dev/null 2>&1 echo x - xpi-splash/Makefile sed 's/^X//' >xpi-splash/Makefile << 'END-of-xpi-splash/Makefile' X# New ports collection makefile for: xpi-splash X# Date created: 15 October 2008 X# Whom: Alexander Logvinov X# X# $FreeBSD$ X# X XPORTNAME= splash XPORTVERSION= 2.0.0.2 XDISTVERSIONSUFFIX= -fx+tb+sb XCATEGORIES= www X XMAINTAINER= ports@logvinov.com XCOMMENT= A splash screen for most Mozilla and Mozilla Based products X XXPI_DISTNAME= splash! XXPI_ID= splash@aldreneo.com XXPI_NUM= 2995 XXPI_FILES= chrome/splash.jar components/.autoreg components/splash.js \ X defaults/preferences/splash.js chrome.manifest install.rdf XXPI_DIRS= chrome components defaults/preferences defaults X X.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" X.include END-of-xpi-splash/Makefile echo x - xpi-splash/distinfo sed 's/^X//' >xpi-splash/distinfo << 'END-of-xpi-splash/distinfo' XMD5 (xpi/splash!-2.0.0.2-fx+tb+sb.xpi) = 3aff0fe2ea1f2ab7412adcd919d4f810 XSHA256 (xpi/splash!-2.0.0.2-fx+tb+sb.xpi) = ad043bacdfc661598af81cdad6826e636e98dca406a898b82763fa63906c0743 XSIZE (xpi/splash!-2.0.0.2-fx+tb+sb.xpi) = 47277 END-of-xpi-splash/distinfo echo x - xpi-splash/pkg-descr sed 's/^X//' >xpi-splash/pkg-descr << 'END-of-xpi-splash/pkg-descr' XAdds a splash screen to most Mozilla and Mozilla Based products. XSupports sound, opacity, CSS customization, custom images, and much more. XYou can add {appVersion}, {buildID} and {userAgent} to the loading text and Xit will be filled in for you. X XWWW: http://www.mrtech.com/extensions/ END-of-xpi-splash/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: