Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 1998 16:22:31 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6619: New port: xisola-1.0
Message-ID:  <199805131222.QAA03895@icc.surw.chel.su>

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

>Number:         6619
>Category:       ports
>Synopsis:       New port: xisola-1.0
>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:   Wed May 13 05:20:00 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 simple board game for X Window System. 
Xisola game follow this simple rule:
Each move consists of two actions: first move your piece to an
adjascent empty field (horizontal, vertical or diagonal, like
the king in Chess), then take away any of the empty fields
Since the number of fields decreases with every move there will
be a point when one player will not have any empty fields left
to move to and he loses.


# 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:
#
#	xisola-1.0
#	xisola-1.0/Makefile
#	xisola-1.0/files
#	xisola-1.0/files/md5
#	xisola-1.0/pkg
#	xisola-1.0/pkg/PLIST
#	xisola-1.0/pkg/DESCR
#	xisola-1.0/pkg/COMMENT
#
echo c - xisola-1.0
mkdir -p xisola-1.0 > /dev/null 2>&1
echo x - xisola-1.0/Makefile
sed 's/^X//' >xisola-1.0/Makefile << 'END-of-xisola-1.0/Makefile'
X# New ports collection makefile for:	xisola
X# Version required:			1.0
X# Date created:				9 May 1998
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=		xisola-1.0
XCATEGORIES=		games x11
XMASTER_SITES=		${MASTER_SITE_XCONTRIB}
XMASTER_SITE_SUBDIR=	games
X
XMAINTAINER=		andy@icc.surw.chel.su
X
XWRKSRC=			${WRKDIR}/xisola
XUSE_IMAKE=		yes
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/xisola ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@ ${MKDIR} ${PREFIX}/share/doc/xisola
X	@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xisola
X.endif
X
X.include <bsd.port.mk>
END-of-xisola-1.0/Makefile
echo c - xisola-1.0/files
mkdir -p xisola-1.0/files > /dev/null 2>&1
echo x - xisola-1.0/files/md5
sed 's/^X//' >xisola-1.0/files/md5 << 'END-of-xisola-1.0/files/md5'
XMD5 (xisola-1.0.tar.gz) = 678f69340ab9239999aec17764323f25
END-of-xisola-1.0/files/md5
echo c - xisola-1.0/pkg
mkdir -p xisola-1.0/pkg > /dev/null 2>&1
echo x - xisola-1.0/pkg/PLIST
sed 's/^X//' >xisola-1.0/pkg/PLIST << 'END-of-xisola-1.0/pkg/PLIST'
Xbin/xisola
Xshare/doc/xisola/README
X@dirrm share/doc/xisola
END-of-xisola-1.0/pkg/PLIST
echo x - xisola-1.0/pkg/DESCR
sed 's/^X//' >xisola-1.0/pkg/DESCR << 'END-of-xisola-1.0/pkg/DESCR'
XXisola game follow this simple rule:
XEach move consists of two actions: first move your piece to an
Xadjascent empty field (horizontal, vertical or diagonal, like
Xthe king in Chess), then take away any of the empty fields
XSince the number of fields decreases with every move there will
Xbe a point when one player will not have any empty fields left
Xto move to and he loses.
END-of-xisola-1.0/pkg/DESCR
echo x - xisola-1.0/pkg/COMMENT
sed 's/^X//' >xisola-1.0/pkg/COMMENT << 'END-of-xisola-1.0/pkg/COMMENT'
XSimple board game for X Window System. 
END-of-xisola-1.0/pkg/COMMENT
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?199805131222.QAA03895>