From owner-cvs-ports@FreeBSD.ORG Fri Jun 5 22:47:23 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94EA2106568E; Fri, 5 Jun 2009 22:47:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 676838FC1E; Fri, 5 Jun 2009 22:47:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n55MlN5I080301; Fri, 5 Jun 2009 22:47:23 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n55MlNdl080300; Fri, 5 Jun 2009 22:47:23 GMT (envelope-from amdmi3) Message-Id: <200906052247.n55MlNdl080300@repoman.freebsd.org> From: Dmitry Marakasov Date: Fri, 5 Jun 2009 22:47:23 +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/quesoglc Makefile distinfo pkg-descr pkg-plist ports/graphics/quesoglc/files patch-include-GL-glew.h 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, 05 Jun 2009 22:47:24 -0000 amdmi3 2009-06-05 22:47:23 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/quesoglc Makefile distinfo pkg-descr pkg-plist graphics/quesoglc/files patch-include-GL-glew.h Log: The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API). The character rendering services provided by GLC has some significant advantages over platform specific interface such as GLX or WGL: 1. The GLC API is platform independent. Since most nontrivial GL applications render characters, GLC is an important step toward the goal of truly portable GL applications. 2. The GLC is simpler to use. Only two lines of GLC commands are required to prepare for rendering characters. 3. GLC provides more ways to exploit the rendering power of OpenGL. For example, a glyph can be drawn as a bitmap, a set of lines, a set of triangles, or a textured rectangle. 4. GLC provides better support for glyph transformations. For example, GLC supports rotated text, which is unavailable in GLX. 5. GLC provides better support for the large coded character set defined by the standards ISO/IEC 10646:2003 and Unicode 4.0.1 QuesoGLC is a free (as in free speech) implementation of the GLC. QuesoGLC is based on the FreeType library, provides Unicode support and is designed to be easily ported to any platform that supports both FreeType and the OpenGL API. WWW: http://quesoglc.sourceforge.net/ Revision Changes Path 1.1264 +1 -0 ports/graphics/Makefile 1.1 +41 -0 ports/graphics/quesoglc/Makefile (new) 1.1 +3 -0 ports/graphics/quesoglc/distinfo (new) 1.1 +10 -0 ports/graphics/quesoglc/files/patch-include-GL-glew.h (new) 1.1 +26 -0 ports/graphics/quesoglc/pkg-descr (new) 1.1 +9 -0 ports/graphics/quesoglc/pkg-plist (new)