1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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>
This commit is contained in:
Martin Wilke 2008-10-15 16:18:48 +00:00
parent cd2b9e681e
commit 46f3a27290
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221627
4 changed files with 34 additions and 0 deletions

View File

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

24
www/xpi-splash/Makefile Normal file
View File

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

3
www/xpi-splash/distinfo Normal file
View File

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

6
www/xpi-splash/pkg-descr Normal file
View File

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