summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-16 12:24:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-16 12:24:29 +0000
commit5fb18d0a1fbe4cf4253758993c0733af136780c0 (patch)
treeede6bd3a23b8be1f128cc8741a8567930bfeecff /games
parentUpdated from lyx-0.10.6 to lyx-0.10.7 (diff)
Cute little blob-merging game. Set to RESTRICTED because the
author is ashamed of the quality. Drat. Closes PR ports/2027. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Notes
Notes: svn path=/head/; revision=4516
Diffstat (limited to 'games')
-rw-r--r--games/xpuyo/Makefile28
-rw-r--r--games/xpuyo/distinfo1
-rw-r--r--games/xpuyo/files/README93
-rw-r--r--games/xpuyo/pkg-comment1
-rw-r--r--games/xpuyo/pkg-descr25
-rw-r--r--games/xpuyo/pkg-plist3
6 files changed, 151 insertions, 0 deletions
diff --git a/games/xpuyo/Makefile b/games/xpuyo/Makefile
new file mode 100644
index 000000000000..3eef71f2a71d
--- /dev/null
+++ b/games/xpuyo/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: xpuyo
+# Version required: 0.0
+# Date created: 12 October 1996
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= xpuyo
+PKGNAME= xpuyo-0.0
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.huee.hokudai.ac.jp/pub/games/
+
+MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+
+USE_IMAKE= yes
+XMKMF= xmkmf
+NO_INSTALL_MANPAGES=yes
+
+RESTRICTED= the author ashames the quality of this version
+
+post-install:
+ @chmod 755 ${PREFIX}/bin/xpuyo
+ @chown bin.bin ${PREFIX}/bin/xpuyo
+ ${MKDIR} ${PREFIX}/share/doc/xpuyo
+ ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/xpuyo
+
+.include <bsd.port.mk>
diff --git a/games/xpuyo/distinfo b/games/xpuyo/distinfo
new file mode 100644
index 000000000000..7f41111b61e1
--- /dev/null
+++ b/games/xpuyo/distinfo
@@ -0,0 +1 @@
+MD5 (xpuyo.tar.gz) = 241bb0145c9e45d6cde1881cfa409ee6
diff --git a/games/xpuyo/files/README b/games/xpuyo/files/README
new file mode 100644
index 000000000000..66f346da889c
--- /dev/null
+++ b/games/xpuyo/files/README
@@ -0,0 +1,93 @@
+xpuyo version 0.0 (21/Sep/1993)
+ takahasi@huee.hokudai.ac.jp (Una TAKAHASHI)
+
+ translated by Yukihiro Nakai<Nakai@Mlab.t.u-tokyo.ac.jp>
+
+Xpuyo is the tetris-like down-type puzzle game for X-Window version.
+Now only man vs man game is available, with two different consoles through
+ network.
+
+Requested systems
+
+ GCC, X11R4 or upper
+
+ ss2, news, omron luna88k(some fixed) can let xpuyo work with no problem
+ and I receipt a report EWS-4800(NEC) does that also.
+
+Complile
+
+ For written in ANSI C, compiler is set to gcc by default.
+ Type:
+
+ xmkmf
+ make depend
+ make
+
+ to compile xpuyo. You can ignore warning if it appear some.
+ And type:
+
+ make install
+
+ to install xpuyo.
+
+ It needs the application defauls file , so please cp or ln the file
+ Xpyuo.ad to ~Xpuyo or somewhere
+
+Play
+
+ Type:
+
+ xpuyo
+
+ to start xpuyo.
+ Each player must start xpuyo and connect each other.
+
+ Now one player only game is not available. Players must start xpuyo from
+ each console. When play from different hosts, one of the players specify
+ another hosts. When play from same host with X terminals , it doesn't
+ need. One is automatically become a server, and the other a client.
+ Then, you play 'puyo puyo'. Look and feel how to bound or rotate.
+
+Extra
+
+ Start xpuyo with -sigle option and do self-playing. But this is for debug
+ , so 'Jama Puyo' fall on yourserf.
+
+Known Bugs
+
+ Play on different type machine may cause byte order problem.
+ -> Because xpuyo send and receive binary data.(TODO)
+
+ 'Far' host may make games what couldn't be games.
+ -> No consideration for low bandwidth. (Hmmmmmm.... ^^);
+
+ Very dirty code around network.
+ -> To rewrite , yes.
+
+ No man pages.
+ -> When I have some time..
+
+ There's no copyright description in the sources.
+ -> Next time (Do I write in English??)
+
+
+ Author(i.e. me) won't do bug fix.
+ -> Only my laziness (sorry)
+
+Bug report
+
+ Please e-mail to me if you have some problem or so.
+ Write your machine environment with it.
+
+Copy rights
+
+ (Please read README.jp)
+
+Special Thanks
+
+ Very pretty bitmaps are made by zenjy@huie.hokudai.ac.jp. Thanks to
+ who do test play or other.
+
+ Additionaly, thanks to GNU project released GCC, MIT released X-Window.
+
+takahasi@huee.hokudai.ac.jp
diff --git a/games/xpuyo/pkg-comment b/games/xpuyo/pkg-comment
new file mode 100644
index 000000000000..d74f3c538234
--- /dev/null
+++ b/games/xpuyo/pkg-comment
@@ -0,0 +1 @@
+puyo-puyo, tetris like puzzle game for X-Window.
diff --git a/games/xpuyo/pkg-descr b/games/xpuyo/pkg-descr
new file mode 100644
index 000000000000..7f93aab9e855
--- /dev/null
+++ b/games/xpuyo/pkg-descr
@@ -0,0 +1,25 @@
+Puyo-Puyo, a tetris-like puzzle game for X-Window.
+
+What is 'Puyo-Puyo':
+ The word 'puyo' is the Japanese word that means the state of meterial
+ with some bounce, like a pudding, very soft ball, or very thick fat.
+ The game 'Puyo-Puyo' is one of the most popular and famous video game
+ in Japan.
+
+Rules:
+ Puyo falls down from upper line in pair. You can rotate the puyo
+ pair and fall it where you like. The puyo disapear when four
+ puyo with their color same are connected into one piece.
+
+Start:
+ Type 'xpuyo' to start xpuyo, but now man vs man mode is only available.
+ '-single' option let you start xpuyo in single mode, but it's debug
+ mode, so 'Jama-Puyo' fall on yourself.
+ ('Jama' means 'disturb' in Japanese.)
+ You start xpuyo, and the other person start xpuyo on other machine
+ such an X terminal, or other host, and push connect button.
+ (Play on defferent machine architechture is not supported.)
+
+See more information read /usr/X11R6/share/doc/xpuyo/README.
+
+Yukihiro Nakai<Nakai@Mlab.t.u-tokyo.ac.jp>
diff --git a/games/xpuyo/pkg-plist b/games/xpuyo/pkg-plist
new file mode 100644
index 000000000000..daf796e34314
--- /dev/null
+++ b/games/xpuyo/pkg-plist
@@ -0,0 +1,3 @@
+bin/xpuyo
+lib/X11/app-defaults/Xpuyo
+shared/doc/xpuyo/README