Add sapphire-themes, a collection of themes that have been prepared

as replacements for the extra themes which used to be installed by
the x11-wm/sapphire port (see ports/20879).  Unlike the existing themes,
the new collection is free of copyright problems.

PR:		21044
Submitted by:	Trevor Johnson <trevor@jpj.net>
This commit is contained in:
Ade Lovett 2000-09-19 18:09:54 +00:00
parent c64c9aa2cc
commit 7136cb8a74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32872
15 changed files with 221 additions and 0 deletions

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: sapphire-themes
# Date created: 2000-09-04
# Whom: trevor@jpj.net
#
# $FreeBSD$
#
PORTNAME= sapphire-themes
PORTVERSION= 1.0
CATEGORIES= x11-wm
MASTER_SITES= http://jpj.net/~trevor/${PORTNAME}/
EXTRACT_SUFX= .tar
MAINTAINER= trevor@jpj.net
RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli \
xloadimage:${PORTSDIR}/x11/xloadimage \
sapphire:${PORTSDIR}/x11-wm/sapphire
USE_X_PREFIX= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${MKDIR} ${X11BASE}/share/sapphire/themes/backgrounds/
${INSTALL_DATA} ${WRKDIR}/themes/backgrounds/* \
${X11BASE}/share/sapphire/themes/backgrounds/
${INSTALL_DATA} ${WRKDIR}/themes/*.theme \
${X11BASE}/share/sapphire/themes/
${INSTALL_DATA} ${WRKDIR}/menu/default ${X11BASE}/share/sapphire/menu/
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (sapphire/sapphire-themes-1.0.tar) = 15f4da6a2b996209434e785414302e4a

View File

@ -0,0 +1 @@
Themes for sapphire

View File

@ -0,0 +1,3 @@
#
#!/bin/sh
cp ${PKG_PREFIX}/share/sapphire/menu/default.orig ${PKG_PREFIX}/share/sapphire/menu/default

View File

@ -0,0 +1,7 @@
These are some themes for the sapphire window manager. They are
based on work by Frank Hale, Petter Sundlof, US government agencies
(NOAA, Fish and Wildlife Service, and NASA), and myself. Many of
them show sea life or the sky.
Trevor Johnson
trevor@jpj.net

View File

@ -0,0 +1,3 @@
*****************************************************************************
* These themes will not be available to users until they run sapphire.inst. *
*****************************************************************************

View File

@ -0,0 +1,59 @@
share/sapphire/menu/default
share/sapphire/themes/altocumulus.theme
share/sapphire/themes/aurora.theme
share/sapphire/themes/backgrounds/0000003a.jpg
share/sapphire/themes/backgrounds/0000003a.txt
share/sapphire/themes/backgrounds/AC92-0182-6_a.jpeg
share/sapphire/themes/backgrounds/AC92-0182-6_a.txt
share/sapphire/themes/backgrounds/anim0830.jpg
share/sapphire/themes/backgrounds/anim0830.txt
share/sapphire/themes/backgrounds/anim0842.jpg
share/sapphire/themes/backgrounds/anim0842.txt
share/sapphire/themes/backgrounds/brittle.jpg
share/sapphire/themes/backgrounds/brittle.txt
share/sapphire/themes/backgrounds/chromaffin.jpg
share/sapphire/themes/backgrounds/chromaffin.txt
share/sapphire/themes/backgrounds/corp2109.jpg
share/sapphire/themes/backgrounds/corp2109.txt
share/sapphire/themes/backgrounds/nssl0026.jpg
share/sapphire/themes/backgrounds/nssl0026.txt
share/sapphire/themes/backgrounds/nssl0082.jpg
share/sapphire/themes/backgrounds/nssl0082.txt
share/sapphire/themes/backgrounds/nur01520.jpg
share/sapphire/themes/backgrounds/nur01520.txt
share/sapphire/themes/backgrounds/squid.png
share/sapphire/themes/backgrounds/squid.txt
share/sapphire/themes/backgrounds/suburb.jpg
share/sapphire/themes/backgrounds/suburb.txt
share/sapphire/themes/backgrounds/sun.jpg
share/sapphire/themes/backgrounds/sun.txt
share/sapphire/themes/backgrounds/synopsis.jpg
share/sapphire/themes/backgrounds/synopsis.txt
share/sapphire/themes/backgrounds/wea00043.jpg
share/sapphire/themes/backgrounds/wea00043.txt
share/sapphire/themes/backgrounds/wea00188.jpg
share/sapphire/themes/backgrounds/wea00188.txt
share/sapphire/themes/backgrounds/wea02007.jpg
share/sapphire/themes/backgrounds/wea02007.txt
share/sapphire/themes/backgrounds/wea02022.jpg
share/sapphire/themes/backgrounds/wea02022.txt
share/sapphire/themes/backgrounds/zeppelin.jpg
share/sapphire/themes/backgrounds/zeppelin.txt
share/sapphire/themes/bowheads.theme
share/sapphire/themes/brittle.theme
share/sapphire/themes/chromaffin.theme
share/sapphire/themes/cumulus.theme
share/sapphire/themes/dolphins.theme
share/sapphire/themes/eggs.theme
share/sapphire/themes/eye.theme
share/sapphire/themes/pelican.theme
share/sapphire/themes/penguins.theme
share/sapphire/themes/radar.theme
share/sapphire/themes/squid.theme
share/sapphire/themes/suburb.theme
share/sapphire/themes/sun.theme
share/sapphire/themes/sunrise.theme
share/sapphire/themes/sunstar.theme
share/sapphire/themes/synopsis.theme
share/sapphire/themes/zeppelin.theme
@dirrm share/sapphire/themes/backgrounds/

View File

@ -34,6 +34,7 @@
SUBDIR += piewm
SUBDIR += qvwm
SUBDIR += sapphire
SUBDIR += sapphire-themes
SUBDIR += sawfish
SUBDIR += scwm
SUBDIR += spager

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: sapphire-themes
# Date created: 2000-09-04
# Whom: trevor@jpj.net
#
# $FreeBSD$
#
PORTNAME= sapphire-themes
PORTVERSION= 1.0
CATEGORIES= x11-wm
MASTER_SITES= http://jpj.net/~trevor/${PORTNAME}/
EXTRACT_SUFX= .tar
MAINTAINER= trevor@jpj.net
RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli \
xloadimage:${PORTSDIR}/x11/xloadimage \
sapphire:${PORTSDIR}/x11-wm/sapphire
USE_X_PREFIX= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${MKDIR} ${X11BASE}/share/sapphire/themes/backgrounds/
${INSTALL_DATA} ${WRKDIR}/themes/backgrounds/* \
${X11BASE}/share/sapphire/themes/backgrounds/
${INSTALL_DATA} ${WRKDIR}/themes/*.theme \
${X11BASE}/share/sapphire/themes/
${INSTALL_DATA} ${WRKDIR}/menu/default ${X11BASE}/share/sapphire/menu/
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (sapphire/sapphire-themes-1.0.tar) = 15f4da6a2b996209434e785414302e4a

View File

@ -0,0 +1 @@
Themes for sapphire

View File

@ -0,0 +1,3 @@
#
#!/bin/sh
cp ${PKG_PREFIX}/share/sapphire/menu/default.orig ${PKG_PREFIX}/share/sapphire/menu/default

View File

@ -0,0 +1,7 @@
These are some themes for the sapphire window manager. They are
based on work by Frank Hale, Petter Sundlof, US government agencies
(NOAA, Fish and Wildlife Service, and NASA), and myself. Many of
them show sea life or the sky.
Trevor Johnson
trevor@jpj.net

View File

@ -0,0 +1,3 @@
*****************************************************************************
* These themes will not be available to users until they run sapphire.inst. *
*****************************************************************************

View File

@ -0,0 +1,59 @@
share/sapphire/menu/default
share/sapphire/themes/altocumulus.theme
share/sapphire/themes/aurora.theme
share/sapphire/themes/backgrounds/0000003a.jpg
share/sapphire/themes/backgrounds/0000003a.txt
share/sapphire/themes/backgrounds/AC92-0182-6_a.jpeg
share/sapphire/themes/backgrounds/AC92-0182-6_a.txt
share/sapphire/themes/backgrounds/anim0830.jpg
share/sapphire/themes/backgrounds/anim0830.txt
share/sapphire/themes/backgrounds/anim0842.jpg
share/sapphire/themes/backgrounds/anim0842.txt
share/sapphire/themes/backgrounds/brittle.jpg
share/sapphire/themes/backgrounds/brittle.txt
share/sapphire/themes/backgrounds/chromaffin.jpg
share/sapphire/themes/backgrounds/chromaffin.txt
share/sapphire/themes/backgrounds/corp2109.jpg
share/sapphire/themes/backgrounds/corp2109.txt
share/sapphire/themes/backgrounds/nssl0026.jpg
share/sapphire/themes/backgrounds/nssl0026.txt
share/sapphire/themes/backgrounds/nssl0082.jpg
share/sapphire/themes/backgrounds/nssl0082.txt
share/sapphire/themes/backgrounds/nur01520.jpg
share/sapphire/themes/backgrounds/nur01520.txt
share/sapphire/themes/backgrounds/squid.png
share/sapphire/themes/backgrounds/squid.txt
share/sapphire/themes/backgrounds/suburb.jpg
share/sapphire/themes/backgrounds/suburb.txt
share/sapphire/themes/backgrounds/sun.jpg
share/sapphire/themes/backgrounds/sun.txt
share/sapphire/themes/backgrounds/synopsis.jpg
share/sapphire/themes/backgrounds/synopsis.txt
share/sapphire/themes/backgrounds/wea00043.jpg
share/sapphire/themes/backgrounds/wea00043.txt
share/sapphire/themes/backgrounds/wea00188.jpg
share/sapphire/themes/backgrounds/wea00188.txt
share/sapphire/themes/backgrounds/wea02007.jpg
share/sapphire/themes/backgrounds/wea02007.txt
share/sapphire/themes/backgrounds/wea02022.jpg
share/sapphire/themes/backgrounds/wea02022.txt
share/sapphire/themes/backgrounds/zeppelin.jpg
share/sapphire/themes/backgrounds/zeppelin.txt
share/sapphire/themes/bowheads.theme
share/sapphire/themes/brittle.theme
share/sapphire/themes/chromaffin.theme
share/sapphire/themes/cumulus.theme
share/sapphire/themes/dolphins.theme
share/sapphire/themes/eggs.theme
share/sapphire/themes/eye.theme
share/sapphire/themes/pelican.theme
share/sapphire/themes/penguins.theme
share/sapphire/themes/radar.theme
share/sapphire/themes/squid.theme
share/sapphire/themes/suburb.theme
share/sapphire/themes/sun.theme
share/sapphire/themes/sunrise.theme
share/sapphire/themes/sunstar.theme
share/sapphire/themes/synopsis.theme
share/sapphire/themes/zeppelin.theme
@dirrm share/sapphire/themes/backgrounds/