1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

A puzzle game, somewhat like Tetris

PR:		13821
Submitted by:	Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
This commit is contained in:
Satoshi Taoka 1999-09-28 00:49:14 +00:00
parent b4899d35e6
commit 546d4110c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22029
6 changed files with 140 additions and 0 deletions

31
games/xpuyopuyo/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: xpuyopuyo
# Version required: 0.1.1
# Date created: 19 Sep 1999
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#
DISTNAME= xpuyopuyo-0.1.1
CATEGORIES= games
MASTER_SITES= http://chaos2.org/xpuyopuyo/
MAINTAINER= yinjieh@csie.nctu.edu.tw
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xpuyopuyo ${PREFIX}/bin
post-install:
@${MKDIR} ${PREFIX}/share/xpuyopuyo
.for i in AUTHORS COPYING ChangeLog INSTALL NEWS README TESTED TODO
@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/xpuyopuyo
.endfor
@${MKDIR} ${PREFIX}/share/xpuyopuyo/img
@${INSTALL_DATA} ${WRKSRC}/img/* ${PREFIX}/share/xpuyopuyo/img
.include <bsd.port.mk>

1
games/xpuyopuyo/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xpuyopuyo-0.1.1.tar.gz) = 84c26c1d2c7e58d64ebac185eadd92c9

View File

@ -0,0 +1,31 @@
Only in .: Makefile
diff -ru /tmp/xpuyopuyo-0.1.1/Makefile.in ./Makefile.in
--- /tmp/xpuyopuyo-0.1.1/Makefile.in Sun Sep 19 07:34:55 1999
+++ ./Makefile.in Sun Sep 19 19:54:09 1999
@@ -119,8 +119,8 @@
pfield.o pmanip.o ppiece.o pplayer.o pwindow.o pgame.o
xpuyopuyo_DEPENDENCIES =
xpuyopuyo_LDFLAGS =
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+CFLAGS += @CFLAGS@
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in config.sub \
Only in .: config.cache
Only in .: config.h
Only in .: config.log
Only in .: config.status
Only in .: getopt.o
Only in .: getopt1.o
Only in .: pai.o
Only in .: pfield.o
Only in .: pgame.o
Only in .: pimg.o
Only in .: pmanip.o
Only in .: ppiece.o
Only in .: pplayer.o
Only in .: pwindow.o
Only in .: xpuyopuyo
Only in .: xpuyopuyo.o

View File

@ -0,0 +1 @@
A puzzle game, somewhat like Tetris

20
games/xpuyopuyo/pkg-descr Normal file
View File

@ -0,0 +1,20 @@
From its homepage:
xpuyopuyo is a UNIX port of a very big time sink :) . Puyo puyo is a puzzle
game, somewhat like Tetris, where you strive to match up four "blobs" of the
same color. Each match you make gives points, and also dumps gray rocks on
the opponent which are irritating and troublesome to get rid of. Multiple
matches at a time score more points, and dump more rocks on the opponent (a
quintuple-match will dump around 20 rocks on the opponent, all at once).
We ported it overnight to Linux, so we could play whenever we felt like. The
AI's evolved more slowly, over the course of a week or so. I welcome sugges-
tions on how to make the AI's more difficult during the game; currently, they
are rather easy to beat on easy level, but more difficult on hard. There are
still gaping holes in the game interface which should be fixed soon. Sugges-
tions for improvements are welcome.
WWW: http://chaos2.org/xpuyopuyo/
- Yin-Jieh Chen
yinjieh@csie.nctu.edu.tw

56
games/xpuyopuyo/pkg-plist Normal file
View File

@ -0,0 +1,56 @@
bin/xpuyopuyo
share/xpuyopuyo/AUTHORS
share/xpuyopuyo/COPYING
share/xpuyopuyo/ChangeLog
share/xpuyopuyo/INSTALL
share/xpuyopuyo/NEWS
share/xpuyopuyo/README
share/xpuyopuyo/TESTED
share/xpuyopuyo/TODO
share/xpuyopuyo/img/img_0.xpm
share/xpuyopuyo/img/img_0j.xpm
share/xpuyopuyo/img/img_1.xpm
share/xpuyopuyo/img/img_1j.xpm
share/xpuyopuyo/img/img_2.xpm
share/xpuyopuyo/img/img_2j.xpm
share/xpuyopuyo/img/img_3.xpm
share/xpuyopuyo/img/img_3j.xpm
share/xpuyopuyo/img/img_4.xpm
share/xpuyopuyo/img/img_4j.xpm
share/xpuyopuyo/img/img_5.xpm
share/xpuyopuyo/img/img_5j.xpm
share/xpuyopuyo/img/img_clear.xpm
share/xpuyopuyo/img/img_clearb.xpm
share/xpuyopuyo/img/img_expl.xpm
share/xpuyopuyo/img/img_gameover.xpm
share/xpuyopuyo/img/img_num0.xpm
share/xpuyopuyo/img/img_num1.xpm
share/xpuyopuyo/img/img_num2.xpm
share/xpuyopuyo/img/img_num3.xpm
share/xpuyopuyo/img/img_num4.xpm
share/xpuyopuyo/img/img_num5.xpm
share/xpuyopuyo/img/img_num6.xpm
share/xpuyopuyo/img/img_num7.xpm
share/xpuyopuyo/img/img_num8.xpm
share/xpuyopuyo/img/img_num9.xpm
share/xpuyopuyo/img/img_rock.xpm
share/xpuyopuyo/img/img_rockbig.xpm
share/xpuyopuyo/img/img_rockdemon.xpm
share/xpuyopuyo/img/img_side.xpm
share/xpuyopuyo/img/img_tile_bottom1.xpm
share/xpuyopuyo/img/img_tile_bottom2.xpm
share/xpuyopuyo/img/img_tile_bottom3.xpm
share/xpuyopuyo/img/img_tile_left.xpm
share/xpuyopuyo/img/img_tile_leftbottom.xpm
share/xpuyopuyo/img/img_tile_lefttop.xpm
share/xpuyopuyo/img/img_tile_ltrans.xpm
share/xpuyopuyo/img/img_tile_right.xpm
share/xpuyopuyo/img/img_tile_rightbottom.xpm
share/xpuyopuyo/img/img_tile_righttop.xpm
share/xpuyopuyo/img/img_tile_rtrans.xpm
share/xpuyopuyo/img/img_tile_top.xpm
share/xpuyopuyo/img/img_title.xpm
share/xpuyopuyo/img/img_top.xpm
share/xpuyopuyo/img/img_trans.xpm
@dirrm share/xpuyopuyo/img
@dirrm share/xpuyopuyo