Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ED64B7A219 for ; Thu, 28 Jul 2016 23:35:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 918E085F1C; Thu, 28 Jul 2016 23:35:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 222FD85F1A for ; Thu, 28 Jul 2016 23:35:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id odhjMb6rEjdF for ; Thu, 28 Jul 2016 23:35:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9672084CED for ; Thu, 28 Jul 2016 23:35:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9133CFBB5; Thu, 28 Jul 2016 23:35:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469748915119990" MIME-Version: 1.0 Date: Thu, 28 Jul 2016 23:35:15 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/games/cosmosmash To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20160728233515.9133CFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469748915119990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Thu Jul 28 23:35:15 UTC 2016 Added Files: pkgsrc/games/cosmosmash: DESCR Makefile PLIST distinfo Log Message: Import cosmosmash-1.4.7 as games/cosmosmash Cosmosmash - A space rock shooting video game. In this game, you control a base that must destroy rocks before they hit the ground, or you lose points. You must also prevent "spinners" from touching the ground, or your base will explode. This game is a clone of the 1981 Astrosmash game for the Intellivision by Mattel Electronics. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/games/cosmosmash/DESCR \ pkgsrc/games/cosmosmash/Makefile pkgsrc/games/cosmosmash/PLIST \ pkgsrc/games/cosmosmash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469748915119990 Content-Disposition: inline Content-Length: 2773 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/games/cosmosmash/DESCR diff -u /dev/null pkgsrc/games/cosmosmash/DESCR:1.1 --- /dev/null Thu Jul 28 23:35:15 2016 +++ pkgsrc/games/cosmosmash/DESCR Thu Jul 28 23:35:15 2016 @@ -0,0 +1,8 @@ +Cosmosmash - A space rock shooting video game. + +In this game, you control a base that must destroy rocks before they hit the +ground, or you lose points. You must also prevent "spinners" from touching the +ground, or your base will explode. + +This game is a clone of the 1981 Astrosmash game for the Intellivision by +Mattel Electronics. Index: pkgsrc/games/cosmosmash/Makefile diff -u /dev/null pkgsrc/games/cosmosmash/Makefile:1.1 --- /dev/null Thu Jul 28 23:35:15 2016 +++ pkgsrc/games/cosmosmash/Makefile Thu Jul 28 23:35:15 2016 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/07/28 23:35:15 kamil Exp $ + +DISTNAME= cosmosmash-1.4.7 +CATEGORIES= games +MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html +COMMENT= Space rock shooting video game +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config + +.include "../../devel/flatzebra/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/games/cosmosmash/PLIST diff -u /dev/null pkgsrc/games/cosmosmash/PLIST:1.1 --- /dev/null Thu Jul 28 23:35:15 2016 +++ pkgsrc/games/cosmosmash/PLIST Thu Jul 28 23:35:15 2016 @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2016/07/28 23:35:15 kamil Exp $ +bin/cosmosmash +man/man6/cosmosmash.6 +share/applications/cosmosmash.desktop +share/doc/${PKGNAME}/AUTHORS +share/doc/${PKGNAME}/COPYING +share/doc/${PKGNAME}/INSTALL +share/doc/${PKGNAME}/NEWS +share/doc/${PKGNAME}/README +share/doc/${PKGNAME}/THANKS +share/doc/${PKGNAME}/TODO +share/pixmaps/cosmosmash.png +share/sounds/cosmosmash/hyperspace.wav +share/sounds/cosmosmash/level-finished.wav +share/sounds/cosmosmash/player-hit.wav +share/sounds/cosmosmash/pulsar-beep.wav +share/sounds/cosmosmash/rock-hit-0.wav +share/sounds/cosmosmash/rock-hit-1.wav +share/sounds/cosmosmash/saucer-shooting.wav Index: pkgsrc/games/cosmosmash/distinfo diff -u /dev/null pkgsrc/games/cosmosmash/distinfo:1.1 --- /dev/null Thu Jul 28 23:35:15 2016 +++ pkgsrc/games/cosmosmash/distinfo Thu Jul 28 23:35:15 2016 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/07/28 23:35:15 kamil Exp $ + +SHA1 (cosmosmash-1.4.7.tar.gz) = 2a4b3e723c91bbfaf2264f1c74b986eb090b6dd9 +RMD160 (cosmosmash-1.4.7.tar.gz) = e11edee51353db0209623accc26220c45544a67a +SHA512 (cosmosmash-1.4.7.tar.gz) = 1eaf8b05550c6f96e6392f6ba4565700cd4a9cac66dd57d634569caf9b4dfaf4917b3b9973153d4e6e0ddcd65c68d5242faae7c4f516c07c2e07d1b2f3b838b9 +Size (cosmosmash-1.4.7.tar.gz) = 906213 bytes --_----------=_1469748915119990--