diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-15 16:18:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-15 16:18:48 +0000 |
commit | 46f3a27290940d58539aab3a01db24efd9c79daf (patch) | |
tree | fdbe8eab724a8cc8f6533fab05b99081c4ca444a /www/xpi-splash | |
parent | cd2b9e681ea61048a86656a53ba426f0580182b0 (diff) |
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 <ports at logvinov.com>
Notes
Notes:
svn path=/head/; revision=221627
Diffstat (limited to 'www/xpi-splash')
-rw-r--r-- | www/xpi-splash/Makefile | 24 | ||||
-rw-r--r-- | www/xpi-splash/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-splash/pkg-descr | 6 |
3 files changed, 33 insertions, 0 deletions
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 <ports@logvinov.com> +# +# $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 <bsd.port.mk> 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/ |