Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2001 10:58:18 -0600
From:      Chris <sygnus@speakeasy.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28720: New port: netToe
Message-ID:  <200107011658.f61GwJX79594@Cherokee.geek.lan>

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

>Number:         28720
>Category:       ports
>Synopsis:       New port: nettoe: A tic-tac-toe game playable over the network
>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 Jul 05 06:00:06 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Preston
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
GayTeenResources
>Environment:
n/a
>Description:
netToe is a Tic Tac Toe-like game for the console written in C using UNIX sockets.
It is playable by 2 players over the network, against computer AI, or against another player on the same machine.

WWW: http://nettoe.sourceforge.net/

- Christopher Preston
rbg@gayteenresource.org
>How-To-Repeat:
n/a
>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:
#
#	nettoe
#	nettoe/pkg-plist
#	nettoe/Makefile
#	nettoe/distinfo
#	nettoe/pkg-comment
#	nettoe/pkg-descr
#	nettoe/files
#
echo c - nettoe
mkdir -p nettoe > /dev/null 2>&1
echo x - nettoe/pkg-plist
sed 's/^X//' >nettoe/pkg-plist << 'END-of-nettoe/pkg-plist'
Xbin/nettoe
X%%PORTDOCS%%share/doc/nettoe/AUTHORS
X%%PORTDOCS%%share/doc/nettoe/BUGS
X%%PORTDOCS%%share/doc/nettoe/COPYING
X%%PORTDOCS%%share/doc/nettoe/ChangeLog
X%%PORTDOCS%%share/doc/nettoe/INSTALL
X%%PORTDOCS%%share/doc/nettoe/NEWS
X%%PORTDOCS%%share/doc/nettoe/README
X%%PORTDOCS%%share/doc/nettoe/TO-DO
X%%PORTDOCS%%@dirrm share/doc/nettoe
END-of-nettoe/pkg-plist
echo x - nettoe/Makefile
sed 's/^X//' >nettoe/Makefile << 'END-of-nettoe/Makefile'
X# New ports collection makefile for:	nettoe
X# Date created:		01 July 2001
X# Whom:			Christopher Preston <rbg@gayteenresource.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nettoe
XPORTVERSION=	1.0.6
XCATEGORIES=	games
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=nettoe
XDISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz 
X
XMAINTAINER=	rbg@gayteenresource.org
X
XMAN6=		nettoe.6
X
XWRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+=--prefix=/usr/local
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X.for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO
X	${MKDIR} ${PREFIX}/share/doc/nettoe
X	${INSTALL_DATA} ${WRKSRC}/$I ${PREFIX}/share/doc/nettoe
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-nettoe/Makefile
echo x - nettoe/distinfo
sed 's/^X//' >nettoe/distinfo << 'END-of-nettoe/distinfo'
XMD5 (nettoe-1.0.6.tar.gz) = 37b005e05ab28a7092fd6a02d77a8765
END-of-nettoe/distinfo
echo x - nettoe/pkg-comment
sed 's/^X//' >nettoe/pkg-comment << 'END-of-nettoe/pkg-comment'
XA tic-tac-toe game playable over the network
END-of-nettoe/pkg-comment
echo x - nettoe/pkg-descr
sed 's/^X//' >nettoe/pkg-descr << 'END-of-nettoe/pkg-descr'
XnetToe is a Tic Tac Toe-like game for the console written in C using UNIX sockets.
XIt is playable by 2 players over the network, against computer AI, or against another player on the same machine.
X
XWWW: http://nettoe.sourceforge.net/
X
X- Christopher Preston
Xrbg@gayteenresource.org
END-of-nettoe/pkg-descr
echo c - nettoe/files
mkdir -p nettoe/files > /dev/null 2>&1
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?200107011658.f61GwJX79594>