From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 19 02:00:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CD81106566C for ; Sat, 19 May 2012 02:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 577508FC12 for ; Sat, 19 May 2012 02:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4J20BoT030005 for ; Sat, 19 May 2012 02:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4J20BUU030004; Sat, 19 May 2012 02:00:11 GMT (envelope-from gnats) Resent-Date: Sat, 19 May 2012 02:00:11 GMT Resent-Message-Id: <201205190200.q4J20BUU030004@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E672106566C for ; Sat, 19 May 2012 01:54:29 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 958E58FC0A for ; Sat, 19 May 2012 01:54:28 +0000 (UTC) Received: (qmail invoked by alias); 19 May 2012 01:54:26 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp072) with SMTP; 19 May 2012 03:54:26 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sat, 19 May 2012 03:54:26 +0200 Message-Id: <20120519015429.2E672106566C@hub.freebsd.org> Date: Sat, 19 May 2012 03:54:26 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/168123: [NEW PORT] games/retroroids: Another retro arcade classic: Asteroids X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2012 02:00:11 -0000 >Number: 168123 >Category: ports >Synopsis: [NEW PORT] games/retroroids: Another retro arcade classic: Asteroids >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 19 02:00:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Another retro arcade classic: Asteroids. While this game is newer than Space Invaders (just), it's heritage goes all the way back to 1971's Computer Space arcade machine. WWW: http://homepage.ntlworld.com/danny.offer/downloads.html#retroroids Generated manually, tested with RedPorts and port test, sent with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # retroroids # retroroids/Makefile # retroroids/pkg-descr # retroroids/distinfo # echo c - retroroids mkdir -p retroroids > /dev/null 2>&1 echo x - retroroids/Makefile sed 's/^X//' >retroroids/Makefile << '76c9d7a047f315f295adcf684f441b4b' X# New ports collection makefile for: retroroids X# Date created: 2012-05-09 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= retroroids XPORTVERSION= 1.21 XCATEGORIES= games XMASTER_SITES= http://homepage.ntlworld.com/danny.offer/ XDISTNAME= ${PORTNAME}_${PORTVERSION:S/1.21/1_21/}_linux XEXTRACT_ONLY= ${DISTFILES} X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Another retro arcade classic: Asteroids X XNO_WRKSUBDIR= yes XNO_BUILD= yes XUSE_LINUX= yes X XPLIST_FILES= bin/retroroids X XPORTDOCS= readme.txt X Xdo-install: X @cd ${WRKSRC} && ${MV} ${PORTNAME:S/retror/RetroR/} ${PORTNAME} X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X# Documentation X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR} X.endif X X.include 76c9d7a047f315f295adcf684f441b4b echo x - retroroids/pkg-descr sed 's/^X//' >retroroids/pkg-descr << '781206ff70bb93474436bf38cd86eef5' XAnother retro arcade classic: Asteroids. While this game is newer than XSpace Invaders (just), it's heritage goes all the way back to 1971's XComputer Space arcade machine. X XWWW: http://homepage.ntlworld.com/danny.offer/downloads.html#retroroids 781206ff70bb93474436bf38cd86eef5 echo x - retroroids/distinfo sed 's/^X//' >retroroids/distinfo << '07fcb177ba338a10d412a73ce6b5f052' XSHA256 (retroroids_1_21_linux.tar.gz) = b1a260b5b0fe9123c73bb5c85da40b3a2c37b205a3ee14cfd57b04a6913615ea XSIZE (retroroids_1_21_linux.tar.gz) = 498284 07fcb177ba338a10d412a73ce6b5f052 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: