Bug 155380 - New port: games/nsnake a snake game for terminal
Summary: New port: games/nsnake a snake game for terminal
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 17:20 UTC by David Demelier
Modified: 2011-03-10 22:20 UTC (History)
0 users

See Also:


Attachments
nsnake.shar (2.11 KB, text/plain)
2011-03-08 17:20 UTC, David Demelier
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Demelier 2011-03-08 17:20:13 UTC
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.
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-08 21:38:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-10 22:15:44 UTC
dhn         2011-03-10 22:15:35 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/nsnake         Makefile distinfo pkg-descr 
    games/nsnake/files   patch-Makefile 
  Log:
  nsnake is small game written in C and using ncurses API for drawing stuff on the screen.
  It currently supports colors and can save highscores in a file.
  
  WWW: http://softs.malikania.fr/nsnake
  
  PR:             ports/155380
  Submitted by:   David Demelier <demelier.david@gmail.com>
  
  Revision  Changes    Path
  1.1364    +1 -0      ports/games/Makefile
  1.1       +28 -0     ports/games/nsnake/Makefile (new)
  1.1       +2 -0      ports/games/nsnake/distinfo (new)
  1.1       +11 -0     ports/games/nsnake/files/patch-Makefile (new)
  1.1       +6 -0      ports/games/nsnake/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-10 22:16:17 UTC
State Changed
From-To: open->closed

New port added. Thanks!