From owner-cvs-ports@FreeBSD.ORG Fri Sep 9 00:04:12 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 289A816A41F; Fri, 9 Sep 2005 00:04:12 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5EFB43D46; Fri, 9 Sep 2005 00:04:11 +0000 (GMT) (envelope-from jylefort@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 j8904B3C080388; Fri, 9 Sep 2005 00:04:11 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8904B4n080387; Fri, 9 Sep 2005 00:04:11 GMT (envelope-from jylefort) Message-Id: <200509090004.j8904B4n080387@repoman.freebsd.org> From: Jean-Yves Lefort Date: Fri, 9 Sep 2005 00:04:11 +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/ensemblist Makefile distinfo pkg-descr ports/games/ensemblist/files patch-Makefile 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: Fri, 09 Sep 2005 00:04:12 -0000 jylefort 2005-09-09 00:04:11 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/ensemblist Makefile distinfo pkg-descr games/ensemblist/files patch-Makefile Log: Add ensemblist. Ensemblist is a unique reflexion game created for the video game coding compo held in March 2003 in Paris. In this game, you have to put together several simple geometric primitives to build a given shape. For this, you can move, rotate and compose the primitives with the boolean operators union, intersection and minus. This is building what is called a C.S.G, for Constructive Solid Geometry. WWW: http://www.nongnu.org/ensemblist/index_en.html PR: ports/85805 Submitted by: Igor Pokrovsky Revision Changes Path 1.810 +1 -0 ports/games/Makefile 1.1 +50 -0 ports/games/ensemblist/Makefile (new) 1.1 +2 -0 ports/games/ensemblist/distinfo (new) 1.1 +26 -0 ports/games/ensemblist/files/patch-Makefile (new) 1.1 +12 -0 ports/games/ensemblist/pkg-descr (new)