From owner-cvs-all@FreeBSD.ORG Sat Sep 10 22:46:13 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 E951916A420; Sat, 10 Sep 2005 22:46:13 +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 B7A2A43D46; Sat, 10 Sep 2005 22:46:13 +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 j8AMkDge079260; Sat, 10 Sep 2005 22:46:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8AMkDaQ079259; Sat, 10 Sep 2005 22:46:13 GMT (envelope-from pav) Message-Id: <200509102246.j8AMkDaQ079259@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 10 Sep 2005 22:46:13 +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/vvv Makefile distinfo pkg-descr ports/graphics/vvv/files patch-Makefile 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, 10 Sep 2005 22:46:14 -0000 pav 2005-09-10 22:46:13 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/vvv Makefile distinfo pkg-descr graphics/vvv/files patch-Makefile Log: Viewing Volume Visualizer is a tutorial tool for understanding viewing and projection in OpenGL. It allows user to see effects of changing viewing and projection parameters on seeing a scene. Additionally it is possible to dump a C file which specifies viewing and projection of the current principal view in one routine. It could be incorporated into another program that wants to define a specific view and projection. VVV can therefore be used as a preview tool. PR: ports/85948 Submitted by: Igor Pokrovsky Revision Changes Path 1.846 +1 -0 ports/graphics/Makefile 1.1 +45 -0 ports/graphics/vvv/Makefile (new) 1.1 +2 -0 ports/graphics/vvv/distinfo (new) 1.1 +24 -0 ports/graphics/vvv/files/patch-Makefile (new) 1.1 +12 -0 ports/graphics/vvv/pkg-descr (new)