From owner-cvs-all@FreeBSD.ORG Sun Jul 6 23:07:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EF011065673; Sun, 6 Jul 2008 23:07:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4398FC1E; Sun, 6 Jul 2008 23:07:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m66N7hDi006735; Sun, 6 Jul 2008 23:07:43 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m66N7hdb006734; Sun, 6 Jul 2008 23:07:43 GMT (envelope-from amdmi3) Message-Id: <200807062307.m66N7hdb006734@repoman.freebsd.org> From: Dmitry Marakasov Date: Sun, 6 Jul 2008 23:07:43 +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/npush Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2008 23:07:43 -0000 amdmi3 2008-07-06 23:07:43 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/npush Makefile distinfo pkg-descr pkg-plist Log: nPush is a logic game similar to Sokoban and Boulder Dash. You need to collect all the gold on the level and reach the exit. To make it hard there are some rocks that stand in your way, and you also have some dynamite to blast them away. Main difference from Sokoban, KSokoban and similar games is that you can have multiple player-controlled characters you can move on the screen. nPush is written in C++. The source code is freely available under GPL license, version 2 or above. The code is very simple, so if you're interested in working on your C++ skills on a simple project, please feel free to join in. WWW: http://npush.sourceforge.net/ Approved by: miwi (mentor) Revision Changes Path 1.1221 +1 -0 ports/games/Makefile 1.1 +37 -0 ports/games/npush/Makefile (new) 1.1 +3 -0 ports/games/npush/distinfo (new) 1.1 +13 -0 ports/games/npush/pkg-descr (new) 1.1 +13 -0 ports/games/npush/pkg-plist (new)