From owner-cvs-all@FreeBSD.ORG Sat Dec 30 03:02:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35D9316A40F; Sat, 30 Dec 2006 03:02:51 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 240E013C481; Sat, 30 Dec 2006 03:02:51 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBU32pg5009806; Sat, 30 Dec 2006 03:02:51 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBU32o7D009805; Sat, 30 Dec 2006 03:02:50 GMT (envelope-from acm) Message-Id: <200612300302.kBU32o7D009805@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Sat, 30 Dec 2006 03:02:50 +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/graphics Makefile ports/graphics/irrlicht Makefile distinfo pkg-descr pkg-plist ports/graphics/irrlicht/files patch-include_IrrCompileConfig.h patch-source-Irrlicht_Makefile pkg-message.in 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: Sat, 30 Dec 2006 03:02:51 -0000 acm 2006-12-30 03:02:50 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/irrlicht Makefile distinfo pkg-descr pkg-plist graphics/irrlicht/files patch-include_IrrCompileConfig.h patch-source-Irrlicht_Makefile pkg-message.in Log: - New port: graphics/irrlicht The Irrlicht Engine is an open source high performance realtime 3D engine written and usable in C++ and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL and its own software renderer, and has all of the state-of-the-art features which can be found in commercial 3d engines. WWW: http://irrlicht.sourceforge.net/ Revision Changes Path 1.1023 +1 -0 ports/graphics/Makefile 1.1 +46 -0 ports/graphics/irrlicht/Makefile (new) 1.1 +3 -0 ports/graphics/irrlicht/distinfo (new) 1.1 +29 -0 ports/graphics/irrlicht/files/patch-include_IrrCompileConfig.h (new) 1.1 +62 -0 ports/graphics/irrlicht/files/patch-source-Irrlicht_Makefile (new) 1.1 +13 -0 ports/graphics/irrlicht/files/pkg-message.in (new) 1.1 +7 -0 ports/graphics/irrlicht/pkg-descr (new) 1.1 +124 -0 ports/graphics/irrlicht/pkg-plist (new)