It seemed we needed another minesweeper game and I haven't ever ported one and lord knows it seemed to be time I do that. I now just need to port a clock that's as useless for telling time as bclock is and my life will be complete! BTW, this minesweeper does have ONE difference - there's a timer that limits the time you have to find all of the mines. This minesweeper also needs to coexist w/ WindowMaker for some reason I have yet to understand. Fix: #!/bin/csh -f # Uuencoded gz-compressed .tar file created by csh script uufiles # For more info (11/95), see e.g. http://xxx.lanl.gov/faq/uufaq.html # If you are on a unix machine this file will unpack itself: strip # any mail header and call resulting file, e.g., wmtimebomb.uu # (uudecode ignores these header lines and starts at begin line below) # Then say csh wmtimebomb.uu # or explicitly execute the commands (generally more secure): # uudecode wmtimebomb.uu ; gunzip wmtimebomb.tar.gz ; # tar -xvf wmtimebomb.tar # On some non-unix (e.g. VAX/VMS), first use editor to change filename # in "begin" line below to wmtimebomb.tar-gz , then execute # uudecode wmtimebomb.uu # gzip -d wmtimebomb.tar-gz # tar -xvf wmtimebomb.tar # uudecode $0 chmod 644 wmtimebomb.tar.gz gunzip -c wmtimebomb.tar.gz | tar -xvf - rm $0 wmtimebomb.tar.gz exit How-To-Repeat: See included port below and commit - we need a separate x11-minesweeper category and if we get enough ports Satoshi will have to give in! :-)
brett@peloton.physics.montana.edu writes: > >Environment: > > Hot house, hoping for a cool breeze or more beer. How about both? > >Description: > > It seemed we needed another minesweeper game and I haven't ever > ported one and lord knows it seemed to be time I do that. I Too late: tg 1998/08/10 00:57:57 PDT ports/games/wmtimebomb - Imported sources Update of /home/ncvs/ports/games/wmtimebomb In directory freefall.freebsd.org:/tmp/cvs-serv10050 Log Message: New port wmtimebomb. Another entry for the still missing minesweeper category. This one works best with WindowMaker. tg
State Changed From-To: open->closed Sorry, we have this one already.