Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2011 17:19:37 GMT
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155380: New port: games/nsnake a snake game for terminal
Message-ID:  <201103081719.p28HJbuH001113@red.freebsd.org>
Resent-Message-ID: <201103081720.p28HKD5b065349@freefall.freebsd.org>

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

>Number:         155380
>Category:       ports
>Synopsis:       New port: games/nsnake a snake game for terminal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 08 17:20:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        8.2-RELEASE
>Organization:
>Environment:
FreeBSD Groseille.malikania.fr 8.2-RELEASE FreeBSD 8.2-RELEASE #2: Tue Mar  8 13:09:38 CET 2011     root@Groseille.malikania.fr:/usr/obj/usr/src/sys/Groseille  amd64

>Description:
This is a simple game I wrote in a week. It uses ncurses for drawing stuff on the screen and supports colors.

The game also store the high scores in a file from every users.
>How-To-Repeat:

>Fix:
--- nsnake.shar begins here ---
# 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:
#
#	nsnake
#	nsnake/files
#	nsnake/files/patch-Makefile
#	nsnake/Makefile
#	nsnake/pkg-descr
#	nsnake/distinfo
#
echo c - nsnake
mkdir -p nsnake > /dev/null 2>&1
echo c - nsnake/files
mkdir -p nsnake/files > /dev/null 2>&1
echo x - nsnake/files/patch-Makefile
sed 's/^X//' >nsnake/files/patch-Makefile << 'e6d49c3a19a61b6d6ca494450c44497d'
X--- Makefile.orig	2011-03-08 18:04:22.000000000 +0100
X+++ Makefile	2011-03-08 18:04:41.000000000 +0100
X@@ -27,7 +27,7 @@
X INSTALL=	install
X PREFIX=		/usr/local
X VARBASE=	/var
X-MANPREFIX=	/share/man
X+MANPREFIX=	/man
X RM=		rm -f
X 
X all: ${PROG}
e6d49c3a19a61b6d6ca494450c44497d
echo x - nsnake/Makefile
sed 's/^X//' >nsnake/Makefile << 'bbf2632534c729adfe7bd91ef41111c6'
X# New ports collection makefile for:   nsnake
X# Date created:        08 March 2011
X# Whom:                markand
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nsnake
XPORTVERSION=	1.0.1
XCATEGORIES=	games
XMASTER_SITES= 	http://softs.malikania.fr/releases/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	markand@malikania.fr
XCOMMENT=	A snake game written in C and ncurses
X
XMAN6=		nsnake.6
XPLIST_FILES=	bin/nsnake
XPORTDOCS=	LICENSE
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
X
bbf2632534c729adfe7bd91ef41111c6
echo x - nsnake/pkg-descr
sed 's/^X//' >nsnake/pkg-descr << 'a023ed747619a8098e300ac2f19b6ae7'
Xnsnake is small game written in C and using ncurses API for drawing stuff on the
Xscreen.
X
XIt currently supports colors and can save highscores in a file.
X
XWWW: http://softs.malikania.fr/nsnake
a023ed747619a8098e300ac2f19b6ae7
echo x - nsnake/distinfo
sed 's/^X//' >nsnake/distinfo << '61551456da882b9866b819ee4045279f'
XSHA256 (nsnake-1.0.1.tgz) = 2fe356057fe40707766c1b1155ff82069af24f0c3162bca406e04f58ac243887
XSIZE (nsnake-1.0.1.tgz) = 5644
61551456da882b9866b819ee4045279f
exit

--- nsnake.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103081719.p28HJbuH001113>