Bug 171431 - [NEW PORT] games/asteroid: Modern version of the arcade classic Asteroid
Summary: [NEW PORT] games/asteroid: Modern version of the arcade classic Asteroid
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-08 04:50 UTC by nemysis
Modified: 2013-02-10 07:50 UTC (History)
1 user (show)

See Also:


Attachments
.shar (2.94 KB, text/plain)
2012-09-08 04:50 UTC, nemysis
no flags Details
asteroid.shar (2.94 KB, application/x-shar)
2012-09-09 22:12 UTC, nemysis
no flags Details
asteroid.shar (2.87 KB, application/x-shar)
2012-10-11 03:18 UTC, nemysis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-09-08 04:50:02 UTC
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.

Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot.  Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio.  There's also a right-click menu if you forget anything.

Gameplay
--------
I'm not going to explain how to play Asteroids.  I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups.  To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup).  You'll have to play the game
to figure out the different powerup types.


WWW: http://chaoslizard.sourceforge.net/asteroid/

Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 nemysis 2012-09-09 22:12:12 UTC
Have forget after changes to add

post-install:
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-02-10 07:49:19 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-10 07:49:54 UTC
Author: miwi
Date: Sun Feb 10 07:49:40 2013
New Revision: 311996
URL: http://svnweb.freebsd.org/changeset/ports/311996

Log:
  Asteroid (just one!) is a modern version of the arcade classic Asteroids,
  using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
  of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
  and infinite playability.
  
  Controls
  --------
  Use the left and right arrows to turn the ship, x to accelerate, and z to
  shoot.  Pressing p will pause the game, f toggles fullscreen mode, and m mutes
  and unmutes the audio.  There's also a right-click menu if you forget anything.
  
  Gameplay
  --------
  I'm not going to explain how to play Asteroids.  I will mention that the
  wireframe octahedra that sometimes drift across the screen are powerups.  To
  collect the powerups, run over them; or you can shoot them for bonus points
  (if you don't want the benefit of the powerup).  You'll have to play the game
  to figure out the different powerup types.
  
  WWW: http://chaoslizard.sourceforge.net/asteroid/
  
  PR:		ports/171431
  Submitted by:	nemysis@gmx.ch

Added:
  head/games/asteroid/
  head/games/asteroid/Makefile   (contents, props changed)
  head/games/asteroid/distinfo   (contents, props changed)
  head/games/asteroid/pkg-descr   (contents, props changed)
  head/games/asteroid/pkg-plist   (contents, props changed)
Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Sun Feb 10 07:48:40 2013	(r311995)
+++ head/games/Makefile	Sun Feb 10 07:49:40 2013	(r311996)
@@ -46,6 +46,7 @@
     SUBDIR += asc
     SUBDIR += asciiquarium
     SUBDIR += assaultcube
+    SUBDIR += asteroid
     SUBDIR += asteroids3d
     SUBDIR += atanks
     SUBDIR += atitd

Added: head/games/asteroid/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/asteroid/Makefile	Sun Feb 10 07:49:40 2013	(r311996)
@@ -0,0 +1,33 @@
+# Created by: nemysis@gmx.ch
+# $FreeBSD$
+
+PORTNAME=	asteroid
+PORTVERSION=	1.2
+CATEGORIES=	games
+MASTER_SITES=	SF/chaoslizard/Asteroid/v1.2%20%282012%20Apr.%2022%29/
+
+MAINTAINER=	nemysis@gmx.ch
+COMMENT=	Modern version of the arcade classic Asteroid
+
+LICENSE=	GPLv3
+
+USE_GL=		glut
+USE_SDL=	mixer sdl
+USE_GNOME=	gtk20
+USE_XORG=	xmu
+INSTALLS_ICONS=	yes
+USE_CMAKE=	yes
+CMAKE_VERBOSE=	yes
+
+PORTDATA=	*
+PORTDOCS=	AUTHORS NEWS README
+
+.include <bsd.port.options.mk>
+
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>

Added: head/games/asteroid/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/asteroid/distinfo	Sun Feb 10 07:49:40 2013	(r311996)
@@ -0,0 +1,2 @@
+SHA256 (asteroid-1.2.tar.gz) = e268985efd23e65ad0e96d93bcc711d48f9a58da419645eb20a24a6a0ceaabe1
+SIZE (asteroid-1.2.tar.gz) = 310346

Added: head/games/asteroid/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/asteroid/pkg-descr	Sun Feb 10 07:49:40 2013	(r311996)
@@ -0,0 +1,21 @@
+Asteroid (just one!) is a modern version of the arcade classic Asteroids,
+using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
+of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
+and infinite playability.
+
+Controls
+--------
+Use the left and right arrows to turn the ship, x to accelerate, and z to
+shoot.  Pressing p will pause the game, f toggles fullscreen mode, and m mutes
+and unmutes the audio.  There's also a right-click menu if you forget anything.
+
+Gameplay
+--------
+I'm not going to explain how to play Asteroids.  I will mention that the
+wireframe octahedra that sometimes drift across the screen are powerups.  To
+collect the powerups, run over them; or you can shoot them for bonus points
+(if you don't want the benefit of the powerup).  You'll have to play the game
+to figure out the different powerup types.
+
+
+WWW: http://chaoslizard.sourceforge.net/asteroid/

Added: head/games/asteroid/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/asteroid/pkg-plist	Sun Feb 10 07:49:40 2013	(r311996)
@@ -0,0 +1,8 @@
+bin/asteroid
+share/applications/asteroid.desktop
+share/icons/hicolor/scalable/apps/asteroid.svg
+@dirrmtry share/icons/hicolor/scalable/apps
+@dirrmtry share/icons/hicolor/scalable
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@dirrmtry share/applications
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"