Summary: | New port: games/nsnake a snake game for terminal | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | David Demelier <demelier.david> | ||||
Component: | Individual Port(s) | Assignee: | Dennis Herrmann <dhn> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
David Demelier
2011-03-08 17:20:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->dhn I'll take it. 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" State Changed From-To: open->closed New port added. Thanks! |