From owner-cvs-ports@FreeBSD.ORG Thu May 3 20:56:57 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADD1F106566B; Thu, 3 May 2012 20:56:57 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99A838FC0A; Thu, 3 May 2012 20:56:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q43KuvEC005728; Thu, 3 May 2012 20:56:57 GMT (envelope-from ak@repoman.freebsd.org) Received: (from ak@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q43KuvNe005727; Thu, 3 May 2012 20:56:57 GMT (envelope-from ak) Message-Id: <201205032056.q43KuvNe005727@repoman.freebsd.org> From: Alex Kozlov Date: Thu, 3 May 2012 20:56:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/twind Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2012 20:56:57 -0000 ak 2012-05-03 20:56:57 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/twind Makefile distinfo pkg-descr Log: The object of the game is to remove all of the blocks from the screen before the time runs out. Two blocks are removed at a time, and must be of the same color. After completing a level, you will be rewarded with a bonus point for every tick left on the clock. For each level thereafter, the time to complete the the level will be shorter. PR: ports/166854 Submitted by: nemysis Approved by: eadler (mentor) Revision Changes Path 1.1415 +1 -0 ports/games/Makefile 1.1 +47 -0 ports/games/twind/Makefile (new) 1.1 +2 -0 ports/games/twind/distinfo (new) 1.1 +7 -0 ports/games/twind/pkg-descr (new)