xblast port
This commit is contained in:
parent
b845d15afc
commit
031294bf3a
19
games/xblast/Makefile
Normal file
19
games/xblast/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# OpenBSD makefile for: xblast
|
||||
# Version required: 2.2
|
||||
# Date created: May 19 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 02:37:00 angelos Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xblast-2.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= games/multiplayer
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/XBlast-2.2
|
||||
USE_IMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/xblast/files/md5
Normal file
1
games/xblast/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xblast-2.2.tar.gz) = bc73dc1360dbf2d76d414c68f0f1761a
|
14
games/xblast/patches/patch-aa
Normal file
14
games/xblast/patches/patch-aa
Normal file
@ -0,0 +1,14 @@
|
||||
*** defaults.h~ Sat Dec 28 01:45:30 1996
|
||||
--- defaults.h Sat Dec 28 01:45:33 1996
|
||||
***************
|
||||
*** 30,34 ****
|
||||
--- 30,38 ----
|
||||
* file for setups and defaults
|
||||
*/
|
||||
+ #ifdef __OpenBSD__
|
||||
+ static char *file_appl_def ="/usr/X11R6/lib/X11/app-defaults/XBlast";
|
||||
+ #else
|
||||
static char *file_appl_def ="/usr/lib/X11/app-defaults/XBlast";
|
||||
+ #endif
|
||||
static char *file_setup ="/.xblast";
|
||||
static char *file_setup_dir ="/.xblast-setups";
|
139
games/xblast/patches/patch-ab
Normal file
139
games/xblast/patches/patch-ab
Normal file
@ -0,0 +1,139 @@
|
||||
*** XBlast.ad~ Sun Dec 8 20:36:08 1996
|
||||
--- XBlast.ad Tue Mar 11 22:15:39 1997
|
||||
***************
|
||||
*** 1,9 ****
|
||||
! # Program XBlast 2.2
|
||||
# (c) 1993-1996 Oliver Vogel
|
||||
! #
|
||||
# file "XBlast.ad" (08/12/96)
|
||||
#
|
||||
! # Applications default file for XBlast, if installed in
|
||||
! # /usr/X11/lib/app-defaults, it contents will override
|
||||
# internal xblast defaults.
|
||||
#
|
||||
--- 1,9 ----
|
||||
! # Program XBlast 2.2
|
||||
# (c) 1993-1996 Oliver Vogel
|
||||
! #
|
||||
# file "XBlast.ad" (08/12/96)
|
||||
#
|
||||
! # Applications default file for XBlast, if installed in
|
||||
! # /usr/X11/lib/app-defaults, it contents will override
|
||||
# internal xblast defaults.
|
||||
#
|
||||
***************
|
||||
*** 94,137 ****
|
||||
|
||||
# default colors player 1
|
||||
! XBlast.player1.helmetColor: Turquoise
|
||||
! XBlast.player1.faceColor: LightSalmon
|
||||
! XBlast.player1.bodyColor: White
|
||||
! XBlast.player1.handsfeetColor: Gray25
|
||||
! XBlast.player1.armslegsColor: Gray75
|
||||
! XBlast.player1.backpackColor: RoyalBlue
|
||||
# default colors player 2
|
||||
! XBlast.player2.helmetColor: MidnightBlue
|
||||
! XBlast.player2.faceColor: LightSalmon
|
||||
! XBlast.player2.bodyColor: NavyBlue
|
||||
! XBlast.player2.handsfeetColor: Red
|
||||
! XBlast.player2.armslegsColor: RoyalBlue
|
||||
! XBlast.player2.backpackColor: Gold
|
||||
# default colors player 3
|
||||
! XBlast.player3.helmetColor: Red
|
||||
! XBlast.player3.faceColor: LightSalmon
|
||||
! XBlast.player3.bodyColor: Red
|
||||
! XBlast.player3.handsfeetColor: ForestGreen
|
||||
! XBlast.player3.armslegsColor: IndianRed
|
||||
! XBlast.player3.backpackColor: DarkSeaGreen
|
||||
# default colors player 4
|
||||
! XBlast.player4.helmetColor: Yellow
|
||||
! XBlast.player4.faceColor: LightSalmon
|
||||
! XBlast.player4.bodyColor: SpringGreen
|
||||
! XBlast.player4.handsfeetColor: OrangeRed
|
||||
! XBlast.player4.armslegsColor: LightYellow
|
||||
! XBlast.player4.backpackColor: RoyalBlue
|
||||
! # default colors player 5
|
||||
! XBlast.player5.helmetColor: DeepPink
|
||||
! XBlast.player5.faceColor: LightSalmon
|
||||
! XBlast.player5.bodyColor: Orchid
|
||||
XBlast.player5.handsfeetColor: SpringGreen
|
||||
! XBlast.player5.armslegsColor: RoyalBlue
|
||||
! XBlast.player5.backpackColor: DeepPink
|
||||
# default colors player 6
|
||||
XBlast.player6.helmetColor: OrangeRed
|
||||
! XBlast.player6.faceColor: LightSalmon
|
||||
XBlast.player6.bodyColor: DarkOrange
|
||||
XBlast.player6.handsfeetColor: OliveDrab
|
||||
! XBlast.player6.armslegsColor: DarkOliveGreen
|
||||
XBlast.player6.backpackColor: Brown
|
||||
|
||||
--- 94,137 ----
|
||||
|
||||
# default colors player 1
|
||||
! XBlast.player1.helmetColor: Turquoise
|
||||
! XBlast.player1.faceColor: LightSalmon
|
||||
! XBlast.player1.bodyColor: White
|
||||
! XBlast.player1.handsfeetColor: Gray25
|
||||
! XBlast.player1.armslegsColor: Gray75
|
||||
! XBlast.player1.backpackColor: RoyalBlue
|
||||
# default colors player 2
|
||||
! XBlast.player2.helmetColor: MidnightBlue
|
||||
! XBlast.player2.faceColor: LightSalmon
|
||||
! XBlast.player2.bodyColor: NavyBlue
|
||||
! XBlast.player2.handsfeetColor: Red
|
||||
! XBlast.player2.armslegsColor: RoyalBlue
|
||||
! XBlast.player2.backpackColor: Gold
|
||||
# default colors player 3
|
||||
! XBlast.player3.helmetColor: Red
|
||||
! XBlast.player3.faceColor: LightSalmon
|
||||
! XBlast.player3.bodyColor: Red
|
||||
! XBlast.player3.handsfeetColor: ForestGreen
|
||||
! XBlast.player3.armslegsColor: IndianRed
|
||||
! XBlast.player3.backpackColor: DarkSeaGreen
|
||||
# default colors player 4
|
||||
! XBlast.player4.helmetColor: Yellow
|
||||
! XBlast.player4.faceColor: LightSalmon
|
||||
! XBlast.player4.bodyColor: SpringGreen
|
||||
! XBlast.player4.handsfeetColor: OrangeRed
|
||||
! XBlast.player4.armslegsColor: LightYellow
|
||||
! XBlast.player4.backpackColor: RoyalBlue
|
||||
! # default colors player 5
|
||||
! XBlast.player5.helmetColor: DeepPink
|
||||
! XBlast.player5.faceColor: LightSalmon
|
||||
! XBlast.player5.bodyColor: Orchid
|
||||
XBlast.player5.handsfeetColor: SpringGreen
|
||||
! XBlast.player5.armslegsColor: RoyalBlue
|
||||
! XBlast.player5.backpackColor: DeepPink
|
||||
# default colors player 6
|
||||
XBlast.player6.helmetColor: OrangeRed
|
||||
! XBlast.player6.faceColor: LightSalmon
|
||||
XBlast.player6.bodyColor: DarkOrange
|
||||
XBlast.player6.handsfeetColor: OliveDrab
|
||||
! XBlast.player6.armslegsColor: DarkOliveGreen
|
||||
XBlast.player6.backpackColor: Brown
|
||||
|
||||
*** Xresources~ Fri Nov 29 14:08:51 1996
|
||||
--- Xresources Tue Mar 11 22:18:12 1997
|
||||
***************
|
||||
*** 44,53 ****
|
||||
xblast.singlePlayer.welcomeMsg: All blast Rodi!
|
||||
# color setup for single player only (these are the default player 1 colors)
|
||||
! xblast.singlePlayer.helmetColor1: Turquoise
|
||||
! xblast.singlePlayer.faceColor1: LightSalmon
|
||||
! xblast.singlePlayer.bodyColor1: White
|
||||
! xblast.singlePlayer.handsfeetColor1: Gray25
|
||||
! xblast.singlePlayer.armslegsColor1: Gray75
|
||||
! xblast.singlePlayer.backpackColor1: RoyalBlue
|
||||
|
||||
|
||||
--- 44,53 ----
|
||||
xblast.singlePlayer.welcomeMsg: All blast Rodi!
|
||||
# color setup for single player only (these are the default player 1 colors)
|
||||
! xblast.singlePlayer.helmetColor1: Turquoise
|
||||
! xblast.singlePlayer.faceColor1: LightSalmon
|
||||
! xblast.singlePlayer.bodyColor1: White
|
||||
! xblast.singlePlayer.handsfeetColor1: Gray25
|
||||
! xblast.singlePlayer.armslegsColor1: Gray75
|
||||
! xblast.singlePlayer.backpackColor1: RoyalBlue
|
||||
|
||||
|
1
games/xblast/pkg/COMMENT
Normal file
1
games/xblast/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
graphical multi-player real-time strategy game for X11
|
7
games/xblast/pkg/DESCR
Normal file
7
games/xblast/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
XBlast is a multi-player arcade game for X11R5/R6. The
|
||||
game can be played with at least two players and up to
|
||||
six players. It was inspired by the video/computer game
|
||||
Bomberman(Dynablaster), which was to my knowledge first
|
||||
programmed for NEC's PC Engine/Turbo Grafx. Other (com-
|
||||
mercial) versions of the original game exist for IBM-PC,
|
||||
Atari ST, Amiga, NES, GameBoy and Super NES.
|
3
games/xblast/pkg/PLIST
Normal file
3
games/xblast/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
bin/xblast
|
||||
lib/X11/app-defaults/XBlast
|
||||
man/man1/xblast.1
|
Loading…
Reference in New Issue
Block a user