ports/171431: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Feb 10 07:50:01 UTC 2013


The following reply was made to PR ports/171431; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/171431: commit references a PR
Date: Sun, 10 Feb 2013 07:49:54 +0000 (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 at 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 at gmx.ch
 +# $FreeBSD$
 +
 +PORTNAME=	asteroid
 +PORTVERSION=	1.2
 +CATEGORIES=	games
 +MASTER_SITES=	SF/chaoslizard/Asteroid/v1.2%20%282012%20Apr.%2022%29/
 +
 +MAINTAINER=	nemysis at 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
 + at dirrmtry share/icons/hicolor/scalable/apps
 + at dirrmtry share/icons/hicolor/scalable
 + at dirrmtry share/icons/hicolor
 + at dirrmtry share/icons
 + at dirrmtry share/applications
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list