From owner-cvs-all@FreeBSD.ORG Sun Apr 6 16:24:40 2003 Return-Path: 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 75E3037B405; Sun, 6 Apr 2003 16:24:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1977143FAF; Sun, 6 Apr 2003 16:24:40 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h36NOd0U089707; Sun, 6 Apr 2003 16:24:39 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h36NOdf2089706; Sun, 6 Apr 2003 16:24:39 -0700 (PDT) Message-Id: <200304062324.h36NOdf2089706@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 6 Apr 2003 16:24:39 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/openrm Makefile distinfo pkg-descr pkg-plist ports/graphics/openrm/files patch-bin-mklib.linux patch-make.cfg patch-rm-rminit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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 Apr 2003 23:24:41 -0000 edwin 2003/04/06 16:24:39 PDT FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/openrm Makefile distinfo pkg-descr pkg-plist graphics/openrm/files patch-bin-mklib.linux patch-make.cfg patch-rm-rminit.c Log: New port: graphics/openrm OpenGL based library OpenRM Scene Graph is set of tools and utilities that implement a high performance, flexible and extendible scene graph API. Underneath OpenRM, OpenGL(tm) is used as the graphics platform for rendering, so OpenRM is highly portable and can deliver blazing rendering speeds. OpenRM can be used on any platform that has OpenGL. PR: ports/40366 Submitted by: Igor Pokrovsky Revision Changes Path 1.576 +1 -0 ports/graphics/Makefile 1.1 +95 -0 ports/graphics/openrm/Makefile (new) 1.1 +2 -0 ports/graphics/openrm/distinfo (new) 1.1 +29 -0 ports/graphics/openrm/files/patch-bin-mklib.linux (new) 1.1 +41 -0 ports/graphics/openrm/files/patch-make.cfg (new) 1.1 +12 -0 ports/graphics/openrm/files/patch-rm-rminit.c (new) 1.1 +22 -0 ports/graphics/openrm/pkg-descr (new) 1.1 +167 -0 ports/graphics/openrm/pkg-plist (new)