Bug 121203

Summary: [NEW PORT] games/randomshooter: A simple shoot'em up with online scoring and replays
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
randomshooter-0.1-1.shar none

Description Dmitry Marakasov 2008-02-29 04:10:02 UTC
This is the first release of a shoot em up game written in SDL. The
objective is simple: you have 1 life and 1 hit will kill you. Try
and destroy as many enemies as possible before this happens.

The game features an online scoring system and the ability to replay
game sessions.

WWW: http://www.parallelrealities.co.uk/randomShooter.php
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-29 04:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-14 20:37:00 UTC
miwi        2008-03-14 20:36:50 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/randomshooter  Makefile distinfo pkg-descr pkg-plist 
    games/randomshooter/files patch-makefile patch-src-input.c 
  Log:
  This is the first release of a shoot em up game written in SDL. The
  objective is simple: you have 1 life and 1 hit will kill you. Try
  and destroy as many enemies as possible before this happens.
  
  The game features an online scoring system and the ability to replay
  game sessions.
  
  WWW: http://www.parallelrealities.co.uk/randomShooter.php
  
  PR:             ports/121203
  Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru>
  
  Revision  Changes    Path
  1.1189    +1 -0      ports/games/Makefile
  1.1       +40 -0     ports/games/randomshooter/Makefile (new)
  1.1       +3 -0      ports/games/randomshooter/distinfo (new)
  1.1       +33 -0     ports/games/randomshooter/files/patch-makefile (new)
  1.1       +11 -0     ports/games/randomshooter/files/patch-src-input.c (new)
  1.1       +8 -0      ports/games/randomshooter/pkg-descr (new)
  1.1       +55 -0     ports/games/randomshooter/pkg-plist (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 Martin Wilke freebsd_committer freebsd_triage 2008-03-14 20:37:06 UTC
State Changed
From-To: open->closed

New port added. Thanks!