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 57F6F7A2EC for ; Sat, 10 Dec 2016 21:48:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 06E75855CA; Sat, 10 Dec 2016 21:48:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 89EF98558B for ; Sat, 10 Dec 2016 21:48:53 +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 hGZW-M-X7x03 for ; Sat, 10 Dec 2016 21:48:53 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 26E1F85577 for ; Sat, 10 Dec 2016 21:48:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1914BFBA6; Sat, 10 Dec 2016 21:48:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148140653376490" MIME-Version: 1.0 Date: Sat, 10 Dec 2016 21:48:53 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/games/criticalmass To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20161210214853.1914BFBA6@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. --_----------=_148140653376490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Sat Dec 10 21:48:53 UTC 2016 Modified Files: pkgsrc/games/criticalmass: DESCR Log Message: Improve description. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/games/criticalmass/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148140653376490 Content-Disposition: inline Content-Length: 496 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/criticalmass/DESCR diff -u pkgsrc/games/criticalmass/DESCR:1.1.1.1 pkgsrc/games/criticalmass/DESCR:1.2 --- pkgsrc/games/criticalmass/DESCR:1.1.1.1 Sat Apr 12 17:09:18 2003 +++ pkgsrc/games/criticalmass/DESCR Sat Dec 10 21:48:52 2016 @@ -1 +1,2 @@ -Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game. +Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up. It is +a 2D sprite game similar to typical late 80s/early 90s console fare. --_----------=_148140653376490--