From owner-cvs-all@FreeBSD.ORG Mon Jan 23 20:01:04 2006 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 71CBC16A41F; Mon, 23 Jan 2006 20:01:04 +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 307AD44261; Mon, 23 Jan 2006 20:01:04 +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 k0NK149B083264; Mon, 23 Jan 2006 20:01:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NK138p083263; Mon, 23 Jan 2006 20:01:03 GMT (envelope-from pav) Message-Id: <200601232001.k0NK138p083263@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 23 Jan 2006 20:01:03 +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/gillo Makefile distinfo pkg-descr pkg-plist ports/games/gillo/files patch-Jamfile patch-Jamrules patch-src_Jamfile 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: Mon, 23 Jan 2006 20:01:04 -0000 pav 2006-01-23 20:01:03 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/gillo Makefile distinfo pkg-descr pkg-plist games/gillo/files patch-Jamfile patch-Jamrules patch-src_Jamfile Log: Two player game in a 3D ellipsoid playground. Players are cars with a magnetic director, able to attract or reject a ball in order to throw it through a goal placed in the center of the playing field. It sounds easy... but remember that reality is fuzzy! WWW: http://sourceforge.net/projects/gillo PR: ports/92195 Submitted by: Igor Pokrovsky Revision Changes Path 1.914 +1 -0 ports/games/Makefile 1.1 +44 -0 ports/games/gillo/Makefile (new) 1.1 +3 -0 ports/games/gillo/distinfo (new) 1.1 +8 -0 ports/games/gillo/files/patch-Jamfile (new) 1.1 +15 -0 ports/games/gillo/files/patch-Jamrules (new) 1.1 +10 -0 ports/games/gillo/files/patch-src_Jamfile (new) 1.1 +6 -0 ports/games/gillo/pkg-descr (new) 1.1 +73 -0 ports/games/gillo/pkg-plist (new)