From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:44:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 814DE16A41C; Wed, 13 Jul 2005 11:44:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4CA43D45; Wed, 13 Jul 2005 11:44:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBipeZ052940; Wed, 13 Jul 2005 11:44:51 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBip5v052939; Wed, 13 Jul 2005 11:44:51 GMT (envelope-from pav) Message-Id: <200507131144.j6DBip5v052939@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 11:44:51 +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/qonk Makefile distinfo pkg-descr pkg-plist ports/games/qonk/files patch-main.cpp 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: Wed, 13 Jul 2005 11:44:51 -0000 pav 2005-07-13 11:44:51 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/qonk Makefile distinfo pkg-descr pkg-plist games/qonk/files patch-main.cpp Log: Qonk is a small game I wrote to learn some SDL basics. The game is a small build-and-conquer strategy game with very simple rules. A complete game only lasts for a few minutes and can be a fun break away from work or whatever you're doing. PR: ports/83293 Submitted by: Alejandro Pulver Revision Changes Path 1.777 +1 -0 ports/games/Makefile 1.1 +49 -0 ports/games/qonk/Makefile (new) 1.1 +2 -0 ports/games/qonk/distinfo (new) 1.1 +10 -0 ports/games/qonk/files/patch-main.cpp (new) 1.1 +21 -0 ports/games/qonk/pkg-descr (new) 1.1 +3 -0 ports/games/qonk/pkg-plist (new)