Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 1999 22:57:33 +0800 (CST)
From:      Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13821: New port: games/xpuyopuyo
Message-ID:  <199909191457.WAA07465@Crazyman.Dorm13.NCTU.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         13821
>Category:       ports
>Synopsis:       New port: games/xpuyopuyo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 19 08:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yin-Jieh Chen
>Release:        FreeBSD 3.3-RC i386
>Organization:
NCTU CSIE
>Environment:
FreeBSD Crazyman.Dorm13.NCTU.edu.tw 3.3-RC FreeBSD 3.3-RC #28: Sun Sep 12 16:12:
16 CST 1999     root@Crazyman.Dorm13.NCTU.edu.tw:/home2/src/sys/compile/YINJIEH
 i386
>Description:

	New port: games/xpuyopuyo

>How-To-Repeat:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xpuyopuyo
#	xpuyopuyo/files
#	xpuyopuyo/files/md5
#	xpuyopuyo/patches
#	xpuyopuyo/patches/patch-aa
#	xpuyopuyo/pkg
#	xpuyopuyo/pkg/COMMENT
#	xpuyopuyo/pkg/DESCR
#	xpuyopuyo/pkg/PLIST
#	xpuyopuyo/Makefile
#
echo c - xpuyopuyo
mkdir -p xpuyopuyo > /dev/null 2>&1
echo c - xpuyopuyo/files
mkdir -p xpuyopuyo/files > /dev/null 2>&1
echo x - xpuyopuyo/files/md5
sed 's/^X//' >xpuyopuyo/files/md5 << 'END-of-xpuyopuyo/files/md5'
XMD5 (xpuyopuyo-0.1.1.tar.gz) = 84c26c1d2c7e58d64ebac185eadd92c9
END-of-xpuyopuyo/files/md5
echo c - xpuyopuyo/patches
mkdir -p xpuyopuyo/patches > /dev/null 2>&1
echo x - xpuyopuyo/patches/patch-aa
sed 's/^X//' >xpuyopuyo/patches/patch-aa << 'END-of-xpuyopuyo/patches/patch-aa'
XOnly in .: Makefile
Xdiff -ru /tmp/xpuyopuyo-0.1.1/Makefile.in ./Makefile.in
X--- /tmp/xpuyopuyo-0.1.1/Makefile.in	Sun Sep 19 07:34:55 1999
X+++ ./Makefile.in	Sun Sep 19 19:54:09 1999
X@@ -119,8 +119,8 @@
X pfield.o pmanip.o ppiece.o pplayer.o pwindow.o pgame.o
X xpuyopuyo_DEPENDENCIES = 
X xpuyopuyo_LDFLAGS = 
X-CFLAGS = @CFLAGS@
X-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
X+CFLAGS += @CFLAGS@
X+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
X LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
X DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
X Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in config.sub \
XOnly in .: config.cache
XOnly in .: config.h
XOnly in .: config.log
XOnly in .: config.status
XOnly in .: getopt.o
XOnly in .: getopt1.o
XOnly in .: pai.o
XOnly in .: pfield.o
XOnly in .: pgame.o
XOnly in .: pimg.o
XOnly in .: pmanip.o
XOnly in .: ppiece.o
XOnly in .: pplayer.o
XOnly in .: pwindow.o
XOnly in .: xpuyopuyo
XOnly in .: xpuyopuyo.o
END-of-xpuyopuyo/patches/patch-aa
echo c - xpuyopuyo/pkg
mkdir -p xpuyopuyo/pkg > /dev/null 2>&1
echo x - xpuyopuyo/pkg/COMMENT
sed 's/^X//' >xpuyopuyo/pkg/COMMENT << 'END-of-xpuyopuyo/pkg/COMMENT'
XA puzzle game, somewhat like Tetris.
END-of-xpuyopuyo/pkg/COMMENT
echo x - xpuyopuyo/pkg/DESCR
sed 's/^X//' >xpuyopuyo/pkg/DESCR << 'END-of-xpuyopuyo/pkg/DESCR'
XFrom its homepage:
X
X xpuyopuyo is a UNIX port of a very big time sink :) . Puyo puyo is a puzzle
Xgame, somewhat like Tetris, where you strive to match up four "blobs" of the
Xsame color. Each match you make gives points, and also dumps gray rocks on
Xthe opponent which are irritating and troublesome to get rid of. Multiple
Xmatches at a time score more points, and dump more rocks on the opponent (a
Xquintuple-match will dump around 20 rocks on the opponent, all at once).
X
X We ported it overnight to Linux, so we could play whenever we felt like. The
XAI's evolved more slowly, over the course of a week or so. I welcome sugges-
Xtions on how to make the AI's more difficult during the game; currently, they
Xare rather easy to beat on easy level, but more difficult on hard. There are
Xstill gaping holes in the game interface which should be fixed soon. Sugges-
Xtions for improvements are welcome.
X
XWWW: http://chaos2.org/xpuyopuyo/
X
X- Yin-Jieh Chen
Xyinjieh@csie.nctu.edu.tw
END-of-xpuyopuyo/pkg/DESCR
echo x - xpuyopuyo/pkg/PLIST
sed 's/^X//' >xpuyopuyo/pkg/PLIST << 'END-of-xpuyopuyo/pkg/PLIST'
Xbin/xpuyopuyo
Xshare/xpuyopuyo/AUTHORS
Xshare/xpuyopuyo/COPYING
Xshare/xpuyopuyo/ChangeLog
Xshare/xpuyopuyo/INSTALL
Xshare/xpuyopuyo/NEWS
Xshare/xpuyopuyo/README
Xshare/xpuyopuyo/TESTED
Xshare/xpuyopuyo/TODO
Xshare/xpuyopuyo/img/img_0.xpm
Xshare/xpuyopuyo/img/img_0j.xpm
Xshare/xpuyopuyo/img/img_1.xpm
Xshare/xpuyopuyo/img/img_1j.xpm
Xshare/xpuyopuyo/img/img_2.xpm
Xshare/xpuyopuyo/img/img_2j.xpm
Xshare/xpuyopuyo/img/img_3.xpm
Xshare/xpuyopuyo/img/img_3j.xpm
Xshare/xpuyopuyo/img/img_4.xpm
Xshare/xpuyopuyo/img/img_4j.xpm
Xshare/xpuyopuyo/img/img_5.xpm
Xshare/xpuyopuyo/img/img_5j.xpm
Xshare/xpuyopuyo/img/img_clear.xpm
Xshare/xpuyopuyo/img/img_clearb.xpm
Xshare/xpuyopuyo/img/img_expl.xpm
Xshare/xpuyopuyo/img/img_gameover.xpm
Xshare/xpuyopuyo/img/img_num0.xpm
Xshare/xpuyopuyo/img/img_num1.xpm
Xshare/xpuyopuyo/img/img_num2.xpm
Xshare/xpuyopuyo/img/img_num3.xpm
Xshare/xpuyopuyo/img/img_num4.xpm
Xshare/xpuyopuyo/img/img_num5.xpm
Xshare/xpuyopuyo/img/img_num6.xpm
Xshare/xpuyopuyo/img/img_num7.xpm
Xshare/xpuyopuyo/img/img_num8.xpm
Xshare/xpuyopuyo/img/img_num9.xpm
Xshare/xpuyopuyo/img/img_rock.xpm
Xshare/xpuyopuyo/img/img_rockbig.xpm
Xshare/xpuyopuyo/img/img_rockdemon.xpm
Xshare/xpuyopuyo/img/img_side.xpm
Xshare/xpuyopuyo/img/img_tile_bottom1.xpm
Xshare/xpuyopuyo/img/img_tile_bottom2.xpm
Xshare/xpuyopuyo/img/img_tile_bottom3.xpm
Xshare/xpuyopuyo/img/img_tile_left.xpm
Xshare/xpuyopuyo/img/img_tile_leftbottom.xpm
Xshare/xpuyopuyo/img/img_tile_lefttop.xpm
Xshare/xpuyopuyo/img/img_tile_ltrans.xpm
Xshare/xpuyopuyo/img/img_tile_right.xpm
Xshare/xpuyopuyo/img/img_tile_rightbottom.xpm
Xshare/xpuyopuyo/img/img_tile_righttop.xpm
Xshare/xpuyopuyo/img/img_tile_rtrans.xpm
Xshare/xpuyopuyo/img/img_tile_top.xpm
Xshare/xpuyopuyo/img/img_title.xpm
Xshare/xpuyopuyo/img/img_top.xpm
Xshare/xpuyopuyo/img/img_trans.xpm
X@dirrm share/xpuyopuyo/img
X@dirrm share/xpuyopuyo
END-of-xpuyopuyo/pkg/PLIST
echo x - xpuyopuyo/Makefile
sed 's/^X//' >xpuyopuyo/Makefile << 'END-of-xpuyopuyo/Makefile'
X# New ports collection makefile for:	xpuyopuyo
X# Version required:	0.1.1
X# Date created:		19 Sep 1999
X# Whom:			Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	xpuyopuyo-0.1.1
XCATEGORIES=	games
XMASTER_SITES=	http://chaos2.org/xpuyopuyo/
X
XMAINTAINER=	yinjieh@csie.nctu.edu.tw
X
XUSE_X_PREFIX=	yes
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/xpuyopuyo ${PREFIX}/bin
X
Xpost-install:
X	@${MKDIR} ${PREFIX}/share/xpuyopuyo
X.for i in AUTHORS COPYING ChangeLog INSTALL NEWS README TESTED TODO
X	@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/xpuyopuyo
X.endfor
X	@${MKDIR} ${PREFIX}/share/xpuyopuyo/img
X	@${INSTALL_DATA} ${WRKSRC}/img/* ${PREFIX}/share/xpuyopuyo/img
X
X.include <bsd.port.mk>
END-of-xpuyopuyo/Makefile
exit

>Fix:
	
	Please commit this port, thanks.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909191457.WAA07465>