From owner-freebsd-ports Sun Jul 1 15:40:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACF7437B403 for ; Sun, 1 Jul 2001 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Me2J12881; Sun, 1 Jul 2001 15:40:02 -0700 (PDT) (envelope-from gnats) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with SMTP id 05BB537B403 for ; Sun, 1 Jul 2001 15:38:03 -0700 (PDT) (envelope-from sygnus@speakeasy.net) Received: (qmail 16860 invoked from network); 1 Jul 2001 22:38:01 -0000 Received: from unknown (HELO Cherokee.geek.lan) ([64.81.97.41]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Jul 2001 22:38:01 -0000 Message-Id: <20010701223803.05BB537B403@hub.freebsd.org> Date: Sun, 1 Jul 2001 16:39:24 -0600 From: Chris To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28612: New port: nettoe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28612 >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: Sun Jul 01 15:40:02 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 # 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 X# X# $FreeBSD$ X# X XPORTNAME= nettoe XPORTVERSION= 1.0.6 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= nettoe X XMAINTAINER= rbg@gayteenresource.org X XMAN6= nettoe.6 X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/nettoe X.for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO X ${INSTALL_DATA} ${WRKSRC}/$I ${PREFIX}/share/doc/nettoe X.endfor X.endif X X.include 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 XUNIX sockets. XIt is playable by 2 players over the network, against computer AI, or Xagainst another player on the same machine. X XWWW: http://nettoe.sourceforge.net/ X X- Christopher Preston Xrbg@gayteenresource.org END-of-nettoe/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message