From 46f3a27290940d58539aab3a01db24efd9c79daf Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 15 Oct 2008 16:18:48 +0000 Subject: [PATCH] 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/ PR: ports/128111 Submitted by: Alexander Logvinov --- www/Makefile | 1 + www/xpi-splash/Makefile | 24 ++++++++++++++++++++++++ www/xpi-splash/distinfo | 3 +++ www/xpi-splash/pkg-descr | 6 ++++++ 4 files changed, 34 insertions(+) create mode 100644 www/xpi-splash/Makefile create mode 100644 www/xpi-splash/distinfo create mode 100644 www/xpi-splash/pkg-descr diff --git a/www/Makefile b/www/Makefile index f5b4de5871d7..5de956351ff0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1574,6 +1574,7 @@ SUBDIR += xpi-server_switcher SUBDIR += xpi-sessionmanager SUBDIR += xpi-speed-dial + SUBDIR += xpi-splash SUBDIR += xpi-statusbarclock SUBDIR += xpi-stumbleupon SUBDIR += xpi-stylish diff --git a/www/xpi-splash/Makefile b/www/xpi-splash/Makefile new file mode 100644 index 000000000000..23728a5c17e1 --- /dev/null +++ b/www/xpi-splash/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xpi-splash +# Date created: 15 October 2008 +# Whom: Alexander Logvinov +# +# $FreeBSD$ +# + +PORTNAME= splash +PORTVERSION= 2.0.0.2 +DISTVERSIONSUFFIX= -fx+tb+sb +CATEGORIES= www + +MAINTAINER= ports@logvinov.com +COMMENT= A splash screen for most Mozilla and Mozilla Based products + +XPI_DISTNAME= splash! +XPI_ID= splash@aldreneo.com +XPI_NUM= 2995 +XPI_FILES= chrome/splash.jar components/.autoreg components/splash.js \ + defaults/preferences/splash.js chrome.manifest install.rdf +XPI_DIRS= chrome components defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include diff --git a/www/xpi-splash/distinfo b/www/xpi-splash/distinfo new file mode 100644 index 000000000000..69cae592be83 --- /dev/null +++ b/www/xpi-splash/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/splash!-2.0.0.2-fx+tb+sb.xpi) = 3aff0fe2ea1f2ab7412adcd919d4f810 +SHA256 (xpi/splash!-2.0.0.2-fx+tb+sb.xpi) = ad043bacdfc661598af81cdad6826e636e98dca406a898b82763fa63906c0743 +SIZE (xpi/splash!-2.0.0.2-fx+tb+sb.xpi) = 47277 diff --git a/www/xpi-splash/pkg-descr b/www/xpi-splash/pkg-descr new file mode 100644 index 000000000000..d6dc4bbdf813 --- /dev/null +++ b/www/xpi-splash/pkg-descr @@ -0,0 +1,6 @@ +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/