From mich@freebsdcluster.org  Tue Jul 16 02:23:43 2002
Return-Path: <mich@freebsdcluster.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4AC9D37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Jul 2002 02:23:43 -0700 (PDT)
Received: from freebsdcluster.org (freebsdcluster.dk [195.184.98.178])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE1243E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Jul 2002 02:23:41 -0700 (PDT)
	(envelope-from mich@freebsdcluster.org)
Received: by freebsdcluster.org (Postfix, from userid 1001)
	id 88260AC703; Tue, 16 Jul 2002 11:23:40 +0200 (CEST)
Message-Id: <20020716092340.88260AC703@freebsdcluster.org>
Date: Tue, 16 Jul 2002 11:23:40 +0200 (CEST)
From: Michael L.Hostbaek <mich@freebsdcluster.org>
Reply-To: Michael L.Hostbaek <mich@freebsdcluster.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: games/nibbles
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         40643
>Category:       ports
>Synopsis:       New port: games/nibbles
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 16 02:30:01 PDT 2002
>Closed-Date:    Fri Jul 19 07:30:57 PDT 2002
>Last-Modified:  Fri Jul 19 07:30:57 PDT 2002
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386

>Description:
	A simple ncurses based nibble/snake game.
>How-To-Repeat:
	
>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:
#
#	nibbles/Makefile
#	nibbles/distinfo
#	nibbles/pkg-comment
#	nibbles/pkg-descr
#	nibbles/pkg-plist
#
echo x - nibbles/Makefile
sed 's/^X//' >nibbles/Makefile << 'END-of-nibbles/Makefile'
X# ex:ts=8
X# Ports collection makefile for:  nibbles
X# Date created:                          Tue Jul 15, 2002
X# Whom:                                  Michael L. Hostbaek (mich@freebsdcluster.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nibbles
XPORTVERSION=	0.1
XCATEGORIES=	games
XMASTER_SITES=	http://download.nmee.net/ \
X		${MASTER_SITE_LOCAL}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	${PORTNAME}
X
XMAINTAINER=	mich@freebsdcluster.org
X
XLDFLAGS+=	-L${LOCALBASE}/lib -lncurses
XCFLAGS+=	-Wall
XUSE_GCC=	yes
X
XDOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
X
Xdo-build:
X	(cd ${WRKSRC} && ${CC} ${CFLAGS} -c -o main.o main.c)
X	(cd ${WRKSRC} && ${CC} ${CFLAGS} -c -o misc.o misc.c)
X	(cd ${WRKSRC} && ${CC} ${CFLAGS} -c -o screen.o screen.c)
X	(cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} main.o misc.o screen.o)
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
X.endif
X
X.include <bsd.port.mk>
END-of-nibbles/Makefile
echo x - nibbles/distinfo
sed 's/^X//' >nibbles/distinfo << 'END-of-nibbles/distinfo'
XMD5 (nibbles.tar.gz) = b760c957c4a6d28cb5ef6b5aee9bcc0b
END-of-nibbles/distinfo
echo x - nibbles/pkg-comment
sed 's/^X//' >nibbles/pkg-comment << 'END-of-nibbles/pkg-comment'
XNibbles is a simple ncurses-based console game
END-of-nibbles/pkg-comment
echo x - nibbles/pkg-descr
sed 's/^X//' >nibbles/pkg-descr << 'END-of-nibbles/pkg-descr'
XNibbles is a simple ncurses-based console game in which you control a snake. 
XYour objective is to eat as many dots as possible before you crash into 
Xyourself or the wall.
X
XWWW:	http://www.nmee.net/projects/nibbles/
X
X	- Michael L. Hostbaek
X	mich@freebsdcluster.org
END-of-nibbles/pkg-descr
echo x - nibbles/pkg-plist
sed 's/^X//' >nibbles/pkg-plist << 'END-of-nibbles/pkg-plist'
Xbin/nibbles
Xshare/doc/nibbles/README
X@dirrm share/doc/nibbles
END-of-nibbles/pkg-plist
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: roberto 
State-Changed-When: Fri Jul 19 07:30:38 PDT 2002 
State-Changed-Why:  
Port committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40643 
>Unformatted:
