From owner-freebsd-ports Thu Jul 5 6: 0:12 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 EF65137B401 for ; Thu, 5 Jul 2001 06:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65D06T29049; Thu, 5 Jul 2001 06:00:06 -0700 (PDT) (envelope-from gnats) Received: from Cherokee.geek.lan (chris.gintera.net [64.81.97.41]) by hub.freebsd.org (Postfix) with ESMTP id E6BD837B401 for ; Thu, 5 Jul 2001 05:55:55 -0700 (PDT) (envelope-from sygnus@speakeasy.net) Received: from Cherokee.geek.lan (chris@localhost [127.0.0.1]) by Cherokee.geek.lan (8.11.3/8.11.2) with SMTP id f61GwJX79594 for ; Sun, 1 Jul 2001 10:58:21 -0600 (MDT) (envelope-from sygnus@speakeasy.net) Message-Id: <200107011658.f61GwJX79594@Cherokee.geek.lan> Date: Sun, 1 Jul 2001 10:58:18 -0600 From: Chris To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28720: 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: 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 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 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