This is a game similar to Thrust - you pick things up with your ship, carry them off, and drop them somewhere. Exactly why this needs to be done is not well explained. Features realistic(ish) physics: Explosions toss things around, some weapons knock enemies back, and of course gravity is a constant companion. Improved weapons are available to replace the pathetic peashooter that the player starts out with. WWW: http://www.markboyd.me.uk/games/flyhard/flyhard.html
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->feedback Ask for maintainer fix.
* Martin Wilke (miwi@FreeBSD.org) wrote: > Ask for maintainer fix. Patch for the shar. --- flyhard.shar.patch begins here --- --- flyhard-0.3.shar.orig Tue Jan 16 19:20:07 2007 +++ flyhard-0.3.shar Tue Jan 16 19:20:37 2007 @@ -37,9 +37,12 @@ XMAINTAINER= amdmi3@amdmi3.ru XCOMMENT= Game resembling Thrust, but with lots of shooting and puzzles X +XLIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_SDL= sdl mixer +XUSE_GCC= 3.4+ X XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ --- flyhard.shar.patch ends here --- -- Best regards, Dmitry Marakasov mailto:amdmi3@amdmi3.ru
miwi 2007-01-16 23:57:43 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/flyhard Makefile distinfo pkg-descr pkg-plist Log: This is a game similar to Thrust - you pick things up with your ship, carry them off, and drop them somewhere. Exactly why this needs to be done is not well explained. Features realistic(ish) physics: Explosions toss things around, some weapons knock enemies back, and of course gravity is a constant companion. Improved weapons are available to replace the pathetic peashooter that the player starts out with. WWW: http://www.markboyd.me.uk/games/flyhard/flyhard.html PR: ports/107929 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Revision Changes Path 1.1078 +1 -0 ports/games/Makefile 1.1 +38 -0 ports/games/flyhard/Makefile (new) 1.1 +3 -0 ports/games/flyhard/distinfo (new) 1.1 +10 -0 ports/games/flyhard/pkg-descr (new) 1.1 +116 -0 ports/games/flyhard/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"
State Changed From-To: feedback->closed New port added. Thanks!