From owner-cvs-ports@FreeBSD.ORG Fri Dec 12 17:06:06 2003 Return-Path: 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 5933416A4CE; Fri, 12 Dec 2003 17:06:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8425743D31; Fri, 12 Dec 2003 17:06:05 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBD165XJ073123; Fri, 12 Dec 2003 17:06:05 -0800 (PST) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBD165Ed073122; Fri, 12 Dec 2003 17:06:05 -0800 (PST) (envelope-from anholt) Message-Id: <200312130106.hBD165Ed073122@repoman.freebsd.org> From: Eric Anholt Date: Fri, 12 Dec 2003 17:06:05 -0800 (PST) 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/glean Makefile distinfo pkg-descr pkg-plist ports/graphics/glean/files patch-common.mak patch-ttexcombine.cpp patch-ttexenv.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 13 Dec 2003 01:06:06 -0000 anholt 2003/12/12 17:06:05 PST FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/glean Makefile distinfo pkg-descr pkg-plist graphics/glean/files patch-common.mak patch-ttexcombine.cpp patch-ttexenv.cpp Log: Add new port of glean, a suite of OpenGL conformance tests. Very useful for those of us who occasionally have to diagnose DRI driver issues. Revision Changes Path 1.640 +1 -0 ports/graphics/Makefile 1.1 +32 -0 ports/graphics/glean/Makefile (new) 1.1 +1 -0 ports/graphics/glean/distinfo (new) 1.1 +59 -0 ports/graphics/glean/files/patch-common.mak (new) 1.1 +10 -0 ports/graphics/glean/files/patch-ttexcombine.cpp (new) 1.1 +41 -0 ports/graphics/glean/files/patch-ttexenv.cpp (new) 1.1 +8 -0 ports/graphics/glean/pkg-descr (new) 1.1 +1 -0 ports/graphics/glean/pkg-plist (new)