From owner-cvs-ports@FreeBSD.ORG Sun Apr 9 18:01:27 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 1108B16A400; Sun, 9 Apr 2006 18:01:27 +0000 (UTC) (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 D31A743D46; Sun, 9 Apr 2006 18:01:26 +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 k39I1QkM054458; Sun, 9 Apr 2006 18:01:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k39I1Qmr054452; Sun, 9 Apr 2006 18:01:26 GMT (envelope-from pav) Message-Id: <200604091801.k39I1Qmr054452@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 9 Apr 2006 18:01:26 +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/libgltext Makefile distinfo pkg-descr pkg-plist 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: Sun, 09 Apr 2006 18:01:27 -0000 pav 2006-04-09 18:01:25 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libgltext Makefile distinfo pkg-descr pkg-plist Log: GLText is a portable font rendering library for C++ OpenGL applications. It uses FreeType2 to read and render high-quality TrueType fonts with a minimal footprint. With just a few easy lines of C++, you can add gorgeously rendered text to your graphical applications. GLText is an open source project licensed under the LGPL. Basically this means that you can use and link your application with it regardless of what license your application uses. If you make changes to GLText, however, you must make those changes open source under the LGPL. Written with portablility in mind, GLText works on Windows, Linux, FreeBSD and IRIX - virtually anywhere that FreeType2 supports. WWW: http://gltext.sourceforge.net PR: ports/93617 Submitted by: Jose Alonso Cardenas Marquez Revision Changes Path 1.913 +1 -0 ports/graphics/Makefile 1.1 +70 -0 ports/graphics/libgltext/Makefile (new) 1.1 +3 -0 ports/graphics/libgltext/distinfo (new) 1.1 +14 -0 ports/graphics/libgltext/pkg-descr (new) 1.1 +20 -0 ports/graphics/libgltext/pkg-plist (new)