1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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>
This commit is contained in:
Satoshi Asami 1996-11-16 12:24:29 +00:00
parent 07aa743ea0
commit 5fb18d0a1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4516
6 changed files with 151 additions and 0 deletions

28
games/xpuyo/Makefile Normal file
View File

@ -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>

1
games/xpuyo/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xpuyo.tar.gz) = 241bb0145c9e45d6cde1881cfa409ee6

93
games/xpuyo/files/README Normal file
View File

@ -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

1
games/xpuyo/pkg-comment Normal file
View File

@ -0,0 +1 @@
puyo-puyo, tetris like puzzle game for X-Window.

25
games/xpuyo/pkg-descr Normal file
View File

@ -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>

3
games/xpuyo/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/xpuyo
lib/X11/app-defaults/Xpuyo
shared/doc/xpuyo/README