aboutsummaryrefslogtreecommitdiff
path: root/games/xpuyopuyo
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-28 00:49:14 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-28 00:49:14 +0000
commit546d4110c130d2f6ba3c90c82a312291e5973407 (patch)
tree4e42b70773a129a910e17423fe85eee87310cc8b /games/xpuyopuyo
parentb4899d35e69c1dc3bcb05c4affaae5169f3f9045 (diff)
downloadports-546d4110c130d2f6ba3c90c82a312291e5973407.tar.gz
ports-546d4110c130d2f6ba3c90c82a312291e5973407.zip
A puzzle game, somewhat like Tetris
PR: 13821 Submitted by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=22029
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r--games/xpuyopuyo/Makefile31
-rw-r--r--games/xpuyopuyo/distinfo1
-rw-r--r--games/xpuyopuyo/files/patch-aa31
-rw-r--r--games/xpuyopuyo/pkg-comment1
-rw-r--r--games/xpuyopuyo/pkg-descr20
-rw-r--r--games/xpuyopuyo/pkg-plist56
6 files changed, 140 insertions, 0 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
new file mode 100644
index 000000000000..2d1d1481141f
--- /dev/null
+++ b/games/xpuyopuyo/Makefile
@@ -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>
diff --git a/games/xpuyopuyo/distinfo b/games/xpuyopuyo/distinfo
new file mode 100644
index 000000000000..eab76b9ac8b0
--- /dev/null
+++ b/games/xpuyopuyo/distinfo
@@ -0,0 +1 @@
+MD5 (xpuyopuyo-0.1.1.tar.gz) = 84c26c1d2c7e58d64ebac185eadd92c9
diff --git a/games/xpuyopuyo/files/patch-aa b/games/xpuyopuyo/files/patch-aa
new file mode 100644
index 000000000000..50786cee8c93
--- /dev/null
+++ b/games/xpuyopuyo/files/patch-aa
@@ -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
diff --git a/games/xpuyopuyo/pkg-comment b/games/xpuyopuyo/pkg-comment
new file mode 100644
index 000000000000..3b3951ab8910
--- /dev/null
+++ b/games/xpuyopuyo/pkg-comment
@@ -0,0 +1 @@
+A puzzle game, somewhat like Tetris
diff --git a/games/xpuyopuyo/pkg-descr b/games/xpuyopuyo/pkg-descr
new file mode 100644
index 000000000000..d629186d6f41
--- /dev/null
+++ b/games/xpuyopuyo/pkg-descr
@@ -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
diff --git a/games/xpuyopuyo/pkg-plist b/games/xpuyopuyo/pkg-plist
new file mode 100644
index 000000000000..fcbc055684dd
--- /dev/null
+++ b/games/xpuyopuyo/pkg-plist
@@ -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