- add HOMEPAGE

- add small notice in DESCR stating display must be in 8-bit color mode
- regen patches while here
This commit is contained in:
ajacoutot 2007-12-07 10:25:46 +00:00
parent b645cc016a
commit 13cb3f4d17
6 changed files with 33 additions and 28 deletions

View File

@ -1,11 +1,15 @@
# $OpenBSD: Makefile,v 1.22 2007/11/13 14:54:31 steven Exp $
# $OpenBSD: Makefile,v 1.23 2007/12/07 10:25:46 ajacoutot Exp $
COMMENT= blockout style game for X11
DISTNAME= xboing2.4
PKGNAME= xboing-2.4p0
V= 2.4
DISTNAME= xboing${V}
PKGNAME= xboing-${V}p1
CATEGORIES= games
HOMEPAGE= http://www.techrescue.org/xboing/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Imakefile,v 1.4 2004/03/06 02:41:00 naddy Exp $
--- Imakefile.orig 1996-11-22 02:28:46.000000000 +0100
+++ Imakefile 2004-03-06 02:34:53.000000000 +0100
@@ -24,23 +24,23 @@ XCOMM ==================================
$OpenBSD: patch-Imakefile,v 1.5 2007/12/07 10:25:46 ajacoutot Exp $
--- Imakefile.orig Fri Nov 22 02:28:46 1996
+++ Imakefile Fri Dec 7 09:53:24 2007
@@ -24,23 +24,23 @@ XCOMM ================================================
XCOMM This is the directory where the highscore, level & sound data will be
XCOMM placed. Default will be the current directory.
@ -33,7 +33,7 @@ $OpenBSD: patch-Imakefile,v 1.4 2004/03/06 02:41:00 naddy Exp $
XCOMM Uncomment this if you want to use ANY of the AUDIO sound systems
#define COMPILE_IN_AUDIO
@@ -81,7 +81,7 @@ XCOMM Below are the special defines for
@@ -81,7 +81,7 @@ XCOMM Below are the special defines for different mach
AUDIO_LIB = -laudio
#endif /* SGIArchitecture */

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-highscore.c,v 1.3 2004/03/06 02:41:00 naddy Exp $
--- highscore.c.orig 1996-11-22 02:28:46.000000000 +0100
+++ highscore.c 2004-03-06 02:01:05.000000000 +0100
$OpenBSD: patch-highscore.c,v 1.4 2007/12/07 10:25:46 ajacoutot Exp $
--- highscore.c.orig Fri Nov 22 02:28:46 1996
+++ highscore.c Fri Dec 7 09:53:24 2007
@@ -55,6 +55,7 @@
#include <time.h>
#include <file.h>
@ -9,7 +9,7 @@ $OpenBSD: patch-highscore.c,v 1.3 2004/03/06 02:41:00 naddy Exp $
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xos.h>
@@ -119,7 +120,7 @@ static void SetHighScoreWait(enum HighSc
@@ -119,7 +120,7 @@ static void SetHighScoreWait(enum HighScoreStates newM
static void InitialiseHighScores(void);
static void SortHighScores(void);
static void DeleteScore(int i);
@ -18,7 +18,7 @@ $OpenBSD: patch-highscore.c,v 1.3 2004/03/06 02:41:00 naddy Exp $
#else
static int LockUnlock();
static void DeleteScore();
@@ -844,7 +845,7 @@ int CheckAndAddScoreToHighScore(score, l
@@ -844,7 +845,7 @@ int CheckAndAddScoreToHighScore(score, level, gameTime
/* Lock the file for me only */
if (type == GLOBAL)
@ -27,7 +27,7 @@ $OpenBSD: patch-highscore.c,v 1.3 2004/03/06 02:41:00 naddy Exp $
/* Read in the lastest scores */
if (ReadHighScoreTable(type) == False)
@@ -875,8 +876,8 @@ int CheckAndAddScoreToHighScore(score, l
@@ -875,8 +876,8 @@ int CheckAndAddScoreToHighScore(score, level, gameTime
{
/* Don't add as score is smaller */
if (id != -1)
@ -38,7 +38,7 @@ $OpenBSD: patch-highscore.c,v 1.3 2004/03/06 02:41:00 naddy Exp $
}
}
} /* for */
@@ -898,16 +899,17 @@ int CheckAndAddScoreToHighScore(score, l
@@ -898,16 +899,17 @@ int CheckAndAddScoreToHighScore(score, level, gameTime
/* Unlock the file now thanks */
if (id != -1)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-init_c,v 1.1 2004/03/06 02:41:00 naddy Exp $
--- init.c.orig 2004-03-06 00:49:08.000000000 +0100
+++ init.c 2004-03-06 02:02:14.000000000 +0100
@@ -438,7 +438,7 @@ static void HandleDisplayErrors(displayN
$OpenBSD: patch-init_c,v 1.2 2007/12/07 10:25:46 ajacoutot Exp $
--- init.c.orig Fri Nov 22 02:28:46 1996
+++ init.c Fri Dec 7 09:53:24 2007
@@ -438,7 +438,7 @@ static void HandleDisplayErrors(displayName)
WarningMessage("Your X Window system display variable is not set.");
else
{

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-presents_c,v 1.1 2004/03/05 22:56:42 naddy Exp $
--- presents.c.orig 1996-11-22 02:28:46.000000000 +0100
+++ presents.c 2004-03-05 23:30:39.000000000 +0100
$OpenBSD: patch-presents_c,v 1.2 2007/12/07 10:25:46 ajacoutot Exp $
--- presents.c.orig Fri Nov 22 02:28:46 1996
+++ presents.c Fri Dec 7 09:53:24 2007
@@ -287,7 +287,7 @@ void DoPresentFlag(display, window)
}
#endif
@ -73,7 +73,7 @@ $OpenBSD: patch-presents_c,v 1.1 2004/03/05 22:56:42 naddy Exp $
}
}
}
@@ -499,7 +499,7 @@ static void DoSpecialText1(display, wind
@@ -499,7 +499,7 @@ static void DoSpecialText1(display, window)
len = strlen(wisdom);
x = ((PLAY_WIDTH + MAIN_WIDTH) / 2) -
(XTextWidth(dataFont, wisdom, len) / 2);
@ -82,7 +82,7 @@ $OpenBSD: patch-presents_c,v 1.1 2004/03/05 22:56:42 naddy Exp $
first = False;
}
@@ -508,11 +508,11 @@ static void DoSpecialText1(display, wind
@@ -508,11 +508,11 @@ static void DoSpecialText1(display, window)
if (noSound == False) playSoundFile("key", 60);
DrawText(display, window, x, y, dataFont, red, wisdom, i);
@ -96,7 +96,7 @@ $OpenBSD: patch-presents_c,v 1.1 2004/03/05 22:56:42 naddy Exp $
}
}
@@ -542,7 +542,7 @@ static void DoSpecialText2(display, wind
@@ -542,7 +542,7 @@ static void DoSpecialText2(display, window)
len = strlen(wisdom2);
x = ((PLAY_WIDTH + MAIN_WIDTH) / 2) -
(XTextWidth(dataFont, wisdom2, len) / 2);
@ -105,7 +105,7 @@ $OpenBSD: patch-presents_c,v 1.1 2004/03/05 22:56:42 naddy Exp $
first = False;
}
@@ -551,11 +551,11 @@ static void DoSpecialText2(display, wind
@@ -551,11 +551,11 @@ static void DoSpecialText2(display, window)
if (noSound == False) playSoundFile("key", 60);
DrawText(display, window, x, y, dataFont, red, wisdom2, i);
@ -119,7 +119,7 @@ $OpenBSD: patch-presents_c,v 1.1 2004/03/05 22:56:42 naddy Exp $
}
}
@@ -584,7 +584,7 @@ static void DoSpecialText3(display, wind
@@ -584,7 +584,7 @@ static void DoSpecialText3(display, window)
len = strlen(wisdom3);
x = ((PLAY_WIDTH + MAIN_WIDTH) / 2) -
(XTextWidth(dataFont, wisdom3, len) / 2);
@ -128,7 +128,7 @@ $OpenBSD: patch-presents_c,v 1.1 2004/03/05 22:56:42 naddy Exp $
first = False;
}
@@ -593,11 +593,11 @@ static void DoSpecialText3(display, wind
@@ -593,11 +593,11 @@ static void DoSpecialText3(display, window)
if (noSound == False) playSoundFile("key", 60);
DrawText(display, window, x, y, dataFont, red, wisdom3, i);

View File

@ -2,3 +2,4 @@ XBoing is a blockout type game where you have a paddle which you use
to bounce a ball around the game area blowing up blocks with the ball.
You win by obtaining points for each block destroyed and each level
completed. The person with the highest score wins.
Note that XBoing can only be started on 8-bit color mode display.