Bug 121203 - [NEW PORT] games/randomshooter: A simple shoot'em up with online scoring and replays
Summary: [NEW PORT] games/randomshooter: A simple shoot'em up with online scoring and ...
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-29 04:10 UTC by Dmitry Marakasov
Modified: 2008-03-14 20:40 UTC (History)
0 users

See Also:


Attachments
randomshooter-0.1-1.shar (6.44 KB, text/plain)
2008-02-29 04:10 UTC, Dmitry Marakasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!