From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 10 07:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5E3B5ED for ; Sun, 10 Feb 2013 07:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 42A61D60 for ; Sun, 10 Feb 2013 07:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1A7o1hb066868 for ; Sun, 10 Feb 2013 07:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1A7o1og066864; Sun, 10 Feb 2013 07:50:01 GMT (envelope-from gnats) Date: Sun, 10 Feb 2013 07:50:01 GMT Message-Id: <201302100750.r1A7o1og066864@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/171431: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 07:50:01 -0000 The following reply was made to PR ports/171431; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@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@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 + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.include 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"