Import restructured uqm-data port.
This commit is contained in:
parent
addf552ff0
commit
a55e02dc83
15
games/uqm/data/3domusic/Makefile
Normal file
15
games/uqm/data/3domusic/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
|
||||
|
||||
COMMENT = ur-quan masters: 3DO music content
|
||||
|
||||
V = 0.7.0
|
||||
|
||||
UQM_ADDON = Yes
|
||||
|
||||
# packages-specs(7): first digit following hyphen can only be version
|
||||
PKGNAME = uqm-threedomusic-$V
|
||||
DISTFILES = uqm-$V-3domusic.uqm
|
||||
|
||||
REVISION = 6
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/uqm/data/3domusic/distinfo
Normal file
2
games/uqm/data/3domusic/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (uqm/uqm-0.7.0-3domusic.uqm) = xXCF5k2tS934pnmpqirfY/IVbV9sur5jr4BRkDPby4I=
|
||||
SIZE (uqm/uqm-0.7.0-3domusic.uqm) = 18980671
|
3
games/uqm/data/3domusic/pkg/DESCR
Normal file
3
games/uqm/data/3domusic/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
In 1994, The Ur-Quan Masters (originally released for MS-DOS) was
|
||||
re-released for the 3DO, with new music and other features. This
|
||||
package contains the music from the 3DO version of the game.
|
6
games/uqm/data/3domusic/pkg/PLIST
Normal file
6
games/uqm/data/3domusic/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
|
||||
@pkgpath games/uqm,-threedomusic
|
||||
share/uqm/
|
||||
share/uqm/content/
|
||||
share/uqm/content/addons/
|
||||
share/uqm/content/addons/uqm-0.7.0-3domusic.uqm
|
8
games/uqm/data/Makefile
Normal file
8
games/uqm/data/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
|
||||
|
||||
SUBDIR += 3domusic
|
||||
SUBDIR += content
|
||||
SUBDIR += remix
|
||||
SUBDIR += voice
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
34
games/uqm/data/Makefile.inc
Normal file
34
games/uqm/data/Makefile.inc
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
|
||||
|
||||
EPOCH ?= 0# N.B. in RUN_DEPENDS
|
||||
CATEGORIES ?= games x11
|
||||
|
||||
DIST_SUBDIR ?= uqm
|
||||
MASTER_SITES ?= ${MASTER_SITE_SOURCEFORGE:=sc2/}
|
||||
|
||||
HOMEPAGE ?= http://sc2.sourceforge.net/
|
||||
|
||||
MAINTAINER ?= Anthony J. Bentley <anthony@anjbe.name>
|
||||
|
||||
EXTRACT_ONLY ?=
|
||||
|
||||
# data CC-BY-NC-SA 2.5
|
||||
PERMIT_PACKAGE ?= Yes
|
||||
|
||||
NO_BUILD = Yes
|
||||
|
||||
do-install:
|
||||
.if "${UQM_ADDON:L}" == yes
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/uqm/content/addons
|
||||
.for dist in ${DISTFILES}
|
||||
${INSTALL_DATA} ${FULLDISTDIR}/${dist} \
|
||||
${PREFIX}/share/uqm/content/addons
|
||||
.endfor
|
||||
.endif
|
||||
.if "${UQM_PACKAGE:L}" == yes
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/uqm/content/packages
|
||||
.for dist in ${DISTFILES}
|
||||
${INSTALL_DATA} ${FULLDISTDIR}/${dist} \
|
||||
${PREFIX}/share/uqm/content/packages
|
||||
.endfor
|
||||
.endif
|
14
games/uqm/data/content/Makefile
Normal file
14
games/uqm/data/content/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
|
||||
|
||||
COMMENT = ur-quan masters: game content
|
||||
|
||||
V = 0.7.0
|
||||
|
||||
UQM_PACKAGE = Yes
|
||||
|
||||
PKGNAME = uqm-content-$V
|
||||
DISTFILES = uqm-$V-content.uqm
|
||||
|
||||
REVISION = 6
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/uqm/data/content/distinfo
Normal file
2
games/uqm/data/content/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (uqm/uqm-0.7.0-content.uqm) = uPbbi6KfBij7HVwjODCJaxn0Qa7jdEvaZx6iZLRNo78=
|
||||
SIZE (uqm/uqm-0.7.0-content.uqm) = 11538533
|
1
games/uqm/data/content/pkg/DESCR
Normal file
1
games/uqm/data/content/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
This package contains The Ur-Quan Masters' platform-independent game assets.
|
6
games/uqm/data/content/pkg/PLIST
Normal file
6
games/uqm/data/content/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
|
||||
@pkgpath games/uqm,-content
|
||||
share/uqm/
|
||||
share/uqm/content/
|
||||
share/uqm/content/packages/
|
||||
share/uqm/content/packages/uqm-0.7.0-content.uqm
|
19
games/uqm/data/remix/Makefile
Normal file
19
games/uqm/data/remix/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
|
||||
|
||||
COMMENT = ur-quan masters: remix music pack
|
||||
|
||||
V = 0.7.0
|
||||
|
||||
UQM_ADDON = Yes
|
||||
|
||||
PKGNAME = uqm-remix-$V
|
||||
DISTFILES = uqm-remix-disc1.uqm \
|
||||
uqm-remix-disc2.uqm \
|
||||
uqm-remix-disc3.uqm \
|
||||
uqm-remix-disc4.uqm
|
||||
|
||||
HOMEPAGE = http://www.medievalfuture.com/precursors/main.php
|
||||
|
||||
REVISION = 6
|
||||
|
||||
.include <bsd.port.mk>
|
8
games/uqm/data/remix/distinfo
Normal file
8
games/uqm/data/remix/distinfo
Normal file
@ -0,0 +1,8 @@
|
||||
SHA256 (uqm/uqm-remix-disc1.uqm) = tpdpR0XZOTEejr/91e32kuAQwl15ZuFIEHSUCk0Eh+g=
|
||||
SHA256 (uqm/uqm-remix-disc2.uqm) = f7tHRBAuMSc+RFmwGhVtoFLsU3wSj+kXk2Q+NIvBut4=
|
||||
SHA256 (uqm/uqm-remix-disc3.uqm) = 5tifj2bPHfHLJ4/KHpImGxd27mcN/yYTLjPxTb0x6R0=
|
||||
SHA256 (uqm/uqm-remix-disc4.uqm) = pMgZdxKltyqBx+96KjPqfTrJCrBjySndaOcyilWahtA=
|
||||
SIZE (uqm/uqm-remix-disc1.uqm) = 50188876
|
||||
SIZE (uqm/uqm-remix-disc2.uqm) = 60282662
|
||||
SIZE (uqm/uqm-remix-disc3.uqm) = 39924875
|
||||
SIZE (uqm/uqm-remix-disc4.uqm) = 86545760
|
5
games/uqm/data/remix/pkg/DESCR
Normal file
5
games/uqm/data/remix/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
In 2002, the Precursors--a group of musicians--decided to remix the
|
||||
soundtrack of Star Control 2, in response to the game's open-source
|
||||
release as The Ur-Quan Masters. The resulting soundtrack consists of
|
||||
four music packs: Super Melee!, Neutral Aliens, Don't Shoot!, The
|
||||
Ur-Quan Hierarchy, and The New Alliance of Free Stars.
|
16
games/uqm/data/remix/pkg/PLIST
Normal file
16
games/uqm/data/remix/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
|
||||
@pkgpath games/uqm,-remix1
|
||||
@pkgpath games/uqm,-remix2
|
||||
@pkgpath games/uqm,-remix3
|
||||
@pkgpath games/uqm,-remix4
|
||||
@conflict uqm-remix1-*
|
||||
@conflict uqm-remix2-*
|
||||
@conflict uqm-remix3-*
|
||||
@conflict uqm-remix4-*
|
||||
share/uqm/
|
||||
share/uqm/content/
|
||||
share/uqm/content/addons/
|
||||
share/uqm/content/addons/uqm-remix-disc1.uqm
|
||||
share/uqm/content/addons/uqm-remix-disc2.uqm
|
||||
share/uqm/content/addons/uqm-remix-disc3.uqm
|
||||
share/uqm/content/addons/uqm-remix-disc4.uqm
|
14
games/uqm/data/voice/Makefile
Normal file
14
games/uqm/data/voice/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
|
||||
|
||||
COMMENT = ur-quan masters: speech content
|
||||
|
||||
V = 0.7.0
|
||||
|
||||
UQM_ADDON = Yes
|
||||
|
||||
PKGNAME = uqm-voice-$V
|
||||
DISTFILES = uqm-$V-voice.uqm
|
||||
|
||||
REVISION = 6
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/uqm/data/voice/distinfo
Normal file
2
games/uqm/data/voice/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (uqm/uqm-0.7.0-voice.uqm) = vMz4AbS6N1lP9iF7KSdE6lhu4tRH6SeASELMrotzyXk=
|
||||
SIZE (uqm/uqm-0.7.0-voice.uqm) = 115143439
|
3
games/uqm/data/voice/pkg/DESCR
Normal file
3
games/uqm/data/voice/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
In 1994, The Ur-Quan Masters (originally released for MS-DOS) was
|
||||
re-released for the 3DO, with new music and other features. This
|
||||
package contains the voices from the 3DO version of the game.
|
6
games/uqm/data/voice/pkg/PLIST
Normal file
6
games/uqm/data/voice/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
|
||||
@pkgpath games/uqm,-voice
|
||||
share/uqm/
|
||||
share/uqm/content/
|
||||
share/uqm/content/addons/
|
||||
share/uqm/content/addons/uqm-0.7.0-voice.uqm
|
Loading…
Reference in New Issue
Block a user