summaryrefslogtreecommitdiff
path: root/games/xpuyo
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-11-08 06:14:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-11-08 06:14:36 +0000
commita98078b09d889b3f46a51f7ef139770ce9b892e6 (patch)
tree52c0fd46f0883728b0dabd0c516ba586d101309a /games/xpuyo
parentAs announced on Aug 7, remove the broken rollemup port (diff)
As announced on Aug 7, remove the broken xpuyo port
Notes
Notes: svn path=/head/; revision=93362
Diffstat (limited to 'games/xpuyo')
-rw-r--r--games/xpuyo/Makefile33
-rw-r--r--games/xpuyo/distinfo1
-rw-r--r--games/xpuyo/files/README93
-rw-r--r--games/xpuyo/files/patch-aa11
-rw-r--r--games/xpuyo/pkg-descr27
-rw-r--r--games/xpuyo/pkg-plist4
6 files changed, 0 insertions, 169 deletions
diff --git a/games/xpuyo/Makefile b/games/xpuyo/Makefile
deleted file mode 100644
index bd60d7903f31..000000000000
--- a/games/xpuyo/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: xpuyo
-# Date created: 12 October 1996
-# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xpuyo
-PORTVERSION= 0.1
-CATEGORIES= games
-MASTER_SITES= ftp://ftp.meme.hokudai.ac.jp/pub/games/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Puyo-puyo, tetris like puzzle game for X11
-
-BROKEN= "connection is refused when attempting to contact website"
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-USE_IMAKE= yes
-XMKMF= xmkmf
-
-RESTRICTED= "The author\'s ashamed of the quality of this version"
-
-post-install:
- @${CHMOD} 755 ${PREFIX}/bin/xpuyo
- @${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/bin/xpuyo
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${FILESDIR}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/games/xpuyo/distinfo b/games/xpuyo/distinfo
deleted file mode 100644
index 6054b70e59b6..000000000000
--- a/games/xpuyo/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xpuyo-0.1.tar.gz) = 241bb0145c9e45d6cde1881cfa409ee6
diff --git a/games/xpuyo/files/README b/games/xpuyo/files/README
deleted file mode 100644
index 66f346da889c..000000000000
--- a/games/xpuyo/files/README
+++ /dev/null
@@ -1,93 +0,0 @@
-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/files/patch-aa b/games/xpuyo/files/patch-aa
deleted file mode 100644
index 0a73da70cc7f..000000000000
--- a/games/xpuyo/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Imakefile.orig Fri Sep 8 14:04:39 1995
-+++ Imakefile Wed Nov 1 10:34:03 2000
-@@ -16,7 +16,7 @@
- LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lm
- DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
-
--ComplexProgramTarget(xpuyo)
-+ComplexProgramTargetNoMan(xpuyo)
- InstallAppDefaults(Xpuyo)
-
- /* InstallMultipleFlags(ScoreFile,ScoreDir,$(SCOREFLAGS)) */
diff --git a/games/xpuyo/pkg-descr b/games/xpuyo/pkg-descr
deleted file mode 100644
index d975785ad588..000000000000
--- a/games/xpuyo/pkg-descr
+++ /dev/null
@@ -1,27 +0,0 @@
-Puyo-Puyo, a tetris-like puzzle game for X11.
-
-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>
-
-WWW: http://ca.meme.hokudai.ac.jp/people/tak/puyo/puyo.html
diff --git a/games/xpuyo/pkg-plist b/games/xpuyo/pkg-plist
deleted file mode 100644
index 37b3b5e0eb27..000000000000
--- a/games/xpuyo/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/xpuyo
-lib/X11/app-defaults/Xpuyo
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%