Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 1998 20:25:56 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6257: New port: xjumpjump-0.12
Message-ID:  <199804091625.UAA19141@icc.surw.chel.su>

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

>Number:         6257
>Category:       ports
>Synopsis:       New port: xjumpjump-0.12
>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:   Thu Apr  9 09:30:01 PDT 1998
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Organization:
South Ural Railway ICC
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

>Description:

   This is a port of XJumpJump - logical game for X Window System.

The game is played on a table which contains 21 fields. The
fields have a value of 0 to 9 at the begining of the game.
The player can jump on the table one field right/left/up/down.
If the player jumps on a field, the value of the field gets
decreased by 1. The player cannot jump on a field with a value
of 0. The purpose of the game is setting all the fields to 0.


# 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:
#
#	xjumpjump-0.12
#	xjumpjump-0.12/Makefile
#	xjumpjump-0.12/files
#	xjumpjump-0.12/files/md5
#	xjumpjump-0.12/patches
#	xjumpjump-0.12/patches/patch-aa
#	xjumpjump-0.12/pkg
#	xjumpjump-0.12/pkg/PLIST
#	xjumpjump-0.12/pkg/COMMENT
#	xjumpjump-0.12/pkg/DESCR
#
echo c - xjumpjump-0.12
mkdir -p xjumpjump-0.12 > /dev/null 2>&1
echo x - xjumpjump-0.12/Makefile
sed 's/^X//' >xjumpjump-0.12/Makefile << 'END-of-xjumpjump-0.12/Makefile'
X# New ports collection makefile for:	xjumpjump
X# Version required:			0.12
X# Date created:				9 April 1998
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=	xjumpjump
XPKGNAME=	xjumpjump-0.12
XCATEGORIES=	games x11
XMASTER_SITES=	http://makosteszta.sote.hu/linux/jumpjump/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	andy@icc.surw.chel.su
X
XLIB_DEPENDS=	xforms\\.0\\.:${PORTSDIR}/x11/xforms
X
XUSE_X11=	yes
X
Xpre-build:
X	@ ${RM} ${WRKSRC}/xjumpjump
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/xjumpjump ${PREFIX}/bin
X	@ ${MKDIR} ${PREFIX}/share/xjumpjump
X	@ ${INSTALL_DATA} ${WRKSRC}/READ.ME ${PREFIX}/share/xjumpjump
X	@ ${INSTALL_DATA} ${WRKSRC}/OLVASS.EL ${PREFIX}/share/xjumpjump
X
X.include <bsd.port.mk>
END-of-xjumpjump-0.12/Makefile
echo c - xjumpjump-0.12/files
mkdir -p xjumpjump-0.12/files > /dev/null 2>&1
echo x - xjumpjump-0.12/files/md5
sed 's/^X//' >xjumpjump-0.12/files/md5 << 'END-of-xjumpjump-0.12/files/md5'
XMD5 (xjumpjump.tgz) = 074ad73f35fc4cdff81b14eb9e6dd42f
END-of-xjumpjump-0.12/files/md5
echo c - xjumpjump-0.12/patches
mkdir -p xjumpjump-0.12/patches > /dev/null 2>&1
echo x - xjumpjump-0.12/patches/patch-aa
sed 's/^X//' >xjumpjump-0.12/patches/patch-aa << 'END-of-xjumpjump-0.12/patches/patch-aa'
X--- Makefile	Wed Feb 26 20:21:57 1997
X+++ /home/andy/tmp/wrk/Makefile	Thu Apr  9 19:08:32 1998
X@@ -17,7 +17,7 @@
X 
X INSTDIR = /usr/local
X BINDIR  = $(INSTDIR)/bin
X-INFODIR = $(INSTDIR)/lib/$(PROG)
X+INFODIR = $(INSTDIR)/share/$(PROG)
X INSTALL = install
X 
X INFODIR_DEFINE = -DINFO_TXT_FILE=\"$(INFODIR)/\"
X@@ -28,7 +28,7 @@
X 
X CFLAGS  = $(CCFLAG) $(XINCLUDE)
X LDFLAGS = $(LDFLAG) 
X-LIBS    = -lforms $(SYSLIB) $(XLIB)
X+LIBS    = -lxforms $(SYSLIB) $(XLIB)
X 
X #=================================================================
X 
END-of-xjumpjump-0.12/patches/patch-aa
echo c - xjumpjump-0.12/pkg
mkdir -p xjumpjump-0.12/pkg > /dev/null 2>&1
echo x - xjumpjump-0.12/pkg/PLIST
sed 's/^X//' >xjumpjump-0.12/pkg/PLIST << 'END-of-xjumpjump-0.12/pkg/PLIST'
Xbin/xjumpjump
Xshare/xjumpjump/READ.ME
Xshare/xjumpjump/OLVASS.EL
X@dirrm share/xjumpjump
END-of-xjumpjump-0.12/pkg/PLIST
echo x - xjumpjump-0.12/pkg/COMMENT
sed 's/^X//' >xjumpjump-0.12/pkg/COMMENT << 'END-of-xjumpjump-0.12/pkg/COMMENT'
Xlogical game for X Window System
END-of-xjumpjump-0.12/pkg/COMMENT
echo x - xjumpjump-0.12/pkg/DESCR
sed 's/^X//' >xjumpjump-0.12/pkg/DESCR << 'END-of-xjumpjump-0.12/pkg/DESCR'
XThe game is played on a table which contains 21 fields. The
Xfields have a value of 0 to 9 at the begining of the game.
XThe player can jump on the table one field right/left/up/down.
XIf the player jumps on a field, the value of the field gets
Xdecreased by 1. The player cannot jump on a field with a value
Xof 0. The purpose of the game is setting all the fields to 0.
END-of-xjumpjump-0.12/pkg/DESCR
exit


>How-To-Repeat:


>Fix:

   Please, check and commit this port.

>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?199804091625.UAA19141>