Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2001 23:49:34 +0900 (JST)
From:      Tatsuya Kudoh <cdr@ga.xdsl.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29711: New port: xjumpx -- improved version of games/xjump
Message-ID:  <20010814144902.1418AF24D@ga.xdsl.ne.jp>

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

>Number:         29711
>Category:       ports
>Synopsis:       New port: xjumpx -- improved version of games/xjump
>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:   Tue Aug 14 07:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tatsuya Kudoh
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
ITL Corp.
>Environment:
System: FreeBSD blanche.r-panda.private 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Aug 11 23:24:22 JST 2001 cdr@blanche.r-panda.private:/usr/src/sys/compile/BLANCHE i386

>Description:
Improved version games/xjump, simple action game on X11. 

>How-To-Repeat:

>Fix:

# 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:
#
#	xjumpx
#	xjumpx/Makefile
#	xjumpx/pkg-plist
#	xjumpx/pkg-message
#	xjumpx/pkg-descr
#	xjumpx/pkg-comment
#	xjumpx/distinfo
#
echo c - xjumpx
mkdir -p xjumpx > /dev/null 2>&1
echo x - xjumpx/Makefile
sed 's/^X//' >xjumpx/Makefile << 'END-of-xjumpx/Makefile'
X# New ports collection makefile for:	xjumpx
X# Date created:				14 August 2001
X# Whom:					Tatsuya Kuidoh (CDR/TK)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xjumpx
XPORTVERSION=	1.4
XCATEGORIES=	games
XMASTER_SITES=	http://www.xdsl.ne.jp/ga/cdr/soft/dl/
X
XMAINTAINER=	cdr@ga.xdsl.ne.jp
X
XUSE_X_PREFIX=	yes
XUSE_XPM=	yes
X
XMAN1=		xjumpx.1
XMANCOMPRESSED=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/xjumpx ${PREFIX}/bin
X	${MKDIR} ${PREFIX}/lib/X11/xjumpx
X	${CHMOD} 777 ${PREFIX}/lib/X11/xjumpx
X	${CP} ${WRKSRC}/XJumpX.ad ${PREFIX}/lib/X11/app-defaults/XJumpX
X	${INSTALL_MAN} ${WRKSRC}/xjumpx.1 ${PREFIX}/man/man1
X	${GZIP_CMD} ${PREFIX}/man/man1/xjumpx.1
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-xjumpx/Makefile
echo x - xjumpx/pkg-plist
sed 's/^X//' >xjumpx/pkg-plist << 'END-of-xjumpx/pkg-plist'
Xbin/xjumpx
Xlib/X11/app-defaults/XJumpX
X@exec install -d -m 777 %D/lib/X11/xjumpx
X@unexec rm -rf %D/lib/X11/xjumpx
X
END-of-xjumpx/pkg-plist
echo x - xjumpx/pkg-message
sed 's/^X//' >xjumpx/pkg-message << 'END-of-xjumpx/pkg-message'
X
X---  NOTICE ---
XOriginal xjumpx is setgid games to protect scorefiles.
XHowever, due to security concerns, xjumpx is not installed setgid games,
Xso everybody can change scorefiles.
XIn order to protect scorefiles, you will need to run these commands:
X
X	chgrp games /usr/X11R6/bin/xjumpx /usr/X11R6/lib/X11/xjumpx
X	chmod g+s /usr/X11R6/bin/xjumpx
X	chmod 770 /usr/X11R6/lib/X11/xjumpx
X
END-of-xjumpx/pkg-message
echo x - xjumpx/pkg-descr
sed 's/^X//' >xjumpx/pkg-descr << 'END-of-xjumpx/pkg-descr'
XXJumpX (aka 'FallingTower KAI') is a simple action game.
XYou jump higher to higher.
X
XThis is improved version of xjump (aka 'FallingTower')
X
XWWW: http://www.xdsl.ne.jp/ga/cdr/soft/xjumpx.html
X(Written in Japanese)
X
X-- Tatsuya Kudoh(CDR/TK)
END-of-xjumpx/pkg-descr
echo x - xjumpx/pkg-comment
sed 's/^X//' >xjumpx/pkg-comment << 'END-of-xjumpx/pkg-comment'
XImproved version of xjump
END-of-xjumpx/pkg-comment
echo x - xjumpx/distinfo
sed 's/^X//' >xjumpx/distinfo << 'END-of-xjumpx/distinfo'
XMD5 (xjumpx-1.4.tar.gz) = 766bb986203e42c97cf43e0533d3567a
END-of-xjumpx/distinfo
exit

>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?20010814144902.1418AF24D>