update to 1.1.1, prune DESCR

This commit is contained in:
naddy 2003-07-18 15:03:53 +00:00
parent ebdef9a3de
commit b39a08aec7
5 changed files with 30 additions and 62 deletions

View File

@ -1,21 +1,21 @@
# $OpenBSD: Makefile,v 1.15 2002/12/23 00:37:50 pvalchev Exp $
# $OpenBSD: Makefile,v 1.16 2003/07/18 15:03:53 naddy Exp $
COMMENT= "3D block-dropping game"
DISTNAME= xbl-1.0j
DISTNAME= xbl-1.1.1
CATEGORIES= games
HOMEPAGE= http://www710.univ-lyon1.fr/ftp/xbl/xbl.html
MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/
EXTRACT_SUFX= .tar.Z
# License: GPL
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_STYLE=gnu # also uses imake
NO_REGRESS= Yes

View File

@ -1,3 +1,3 @@
MD5 (xbl-1.0j.tar.Z) = 72c7775e2ea57f61ce4ca3c71a2b7ae7
RMD160 (xbl-1.0j.tar.Z) = e6ed5a699ed70b416a99c85830c1ccab95f2e022
SHA1 (xbl-1.0j.tar.Z) = 1bec0b8ccfe3ea0f7ff09408245229dcae9c5994
MD5 (xbl-1.1.1.tar.gz) = 5c066ddd754995905cce5a15c2218b11
RMD160 (xbl-1.1.1.tar.gz) = f4ad2158ef199416a4f66d568e0aac3acaaf888b
SHA1 (xbl-1.1.1.tar.gz) = fb675f35bf3c0a945adc50b02828aa10848a1770

View File

@ -1,21 +1,23 @@
--- Makefile.in.orig Thu Nov 12 14:57:13 1998
+++ Makefile.in Fri Mar 24 12:17:54 2000
@@ -14,7 +14,7 @@
$OpenBSD: patch-Makefile.in,v 1.2 2003/07/18 15:03:53 naddy Exp $
--- Makefile.in.orig Wed Jul 9 21:55:09 2003
+++ Makefile.in Fri Jul 18 16:54:31 2003
@@ -14,8 +14,7 @@
USE_SETGID=-DUSE_SETGID
# group owner of games file
-GROUP_GID=2
# group owner of games file.
-GROUP_GID=5
-@GROUP_GID@
+GROUP_GID=13
###########################################################################
# You don't need to read below if you have xmkmf or imake
@@ -29,27 +29,23 @@
@@ -30,27 +29,23 @@ IMAKE_OPTIONS=-DTOP=/ -DUseInstalled
# Directory who contain X Resource Database
# The default value if overrided by configure if xmkmf or imake exists.
#
-RESOURCEDIR=/usr/lib/X11/app-defaults
-@XAPPLOADDIR@
+RESOURCEDIR=$(X11BASE)/lib/X11/app-defaults
+RESOURCEDIR=$(PREFIX)/lib/X11/app-defaults
# Directory where install binary
# The default value if overrided by configure if xmkmf or imake exists.
@ -41,7 +43,7 @@
###########################################################################
# Some values defined in imakefiles
@@ -82,9 +78,9 @@
@@ -83,9 +78,9 @@ LINTFLAGS=-Zf1000 -Zn4096 -Zt10000
# For linking (configure script will modify this line)
# xmkmf et imake informations are take into account.
@ -51,19 +53,9 @@
-all:demo
+all:bl
XBLVERSION=1.0j
XBLVERSION=1.1.1
XBL=xbl-$(XBLVERSION)
@@ -93,7 +89,8 @@
-DRESOURCEDIR=\"$(RESOURCEDIR)\" \
-DXBLVERSION=\"$(XBLVERSION)\" \
-DGROUP_GID=$(GROUP_GID) \
- $(USE_SETGID) @DEFS@ -g
+ -I${X11BASE}/include \
+ $(USE_SETGID) @DEFS@ @CFLAGS@
# For link edit options
LDOPTIONS=$(CFLAGS)
LDOPTIONS=@LDOPTIONS@
@@ -123,29 +120,24 @@
@@ -124,29 +119,24 @@ install:bl
@echo "Executable go in $(BINDIR)"
@echo "Scores go in $(SCOREDIR)"
@echo "Defaults go in $(RESOURCEDIR)/Xbl"
@ -99,7 +91,7 @@
-if [ "" = "$(USE_SETGID)" ] ; then \
chmod 755 $(BINDIR)/xbl ;\
else \
@@ -172,17 +164,11 @@
@@ -173,17 +163,11 @@ install:bl
#
# Install manual pages
#

View File

@ -1,31 +1,6 @@
=============================================================================
XBL 1.0
=============================================================================
X11 block dropping game in 3 dimensions.
XBL is a 3D block-dropping game.
XBL is an interactive game under X11 (color or black&white) and UN*X.
XBL is a good training tool to understand 3D rotations and 3D vision.
You need reflex and memory (human).
XBL implements 6 different ways to perform animation under X11!
(more or less good)
- The game world is a 3D discrete space.
- The player has a top view of this discrete space.
- The game throws blocks made of cubes (one to five cubes).
- A block falls inside the discrete space, and stops when hitting the
floor or another block.
- If a discrete space level is full, it is destroyed.
- Another block appears (only one moving block at a time).
- Player can move or rotate blocks (perfect real time if you have a fast
host).
The goal is to play as long as possible.
XBL home is : "ftp://ftp710.univ-lyon1.fr/pub/xbl"
XBL URL is : "http://www710.univ-lyon1.fr/ftp/xbl/xbl.html"
Good luck!
Thierry.EXCOFFIER@ligia.univ-lyon1.fr
The grand father of this game is Tetris, its father is Blockout on
PC/DOS. The player must place 3D pieces by translations and rotations
in order to fill the game floor. The game is realtime and the speed
increases with the player skill.

View File

@ -1,5 +1,6 @@
@comment $OpenBSD: PLIST,v 1.5 2002/04/07 01:54:49 naddy Exp $
@comment $OpenBSD: PLIST,v 1.6 2003/07/18 15:03:53 naddy Exp $
bin/xbl
lib/X11/app-defaults/Xbl
lib/xbl/COPYING
lib/xbl/Xbl
lib/xbl/xbl-game.gif