From owner-cvs-all@FreeBSD.ORG Wed May 2 05:05:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 749DF16A401; Wed, 2 May 2007 05:05:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6A6BD13C43E; Wed, 2 May 2007 05:05:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4255pZB003909; Wed, 2 May 2007 05:05:51 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4255paN003908; Wed, 2 May 2007 05:05:51 GMT (envelope-from alepulver) Message-Id: <200705020505.l4255paN003908@repoman.freebsd.org> From: Alejandro Pulver Date: Wed, 2 May 2007 05:05:51 +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/x11-toolkits Makefile ports/x11-toolkits/gigi Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/gigi/files patch-GiGiSDL.pc.in patch-SConstruct 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: Wed, 02 May 2007 05:05:51 -0000 alepulver 2007-05-02 05:05:51 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/gigi Makefile distinfo pkg-descr pkg-plist x11-toolkits/gigi/files patch-GiGiSDL.pc.in patch-SConstruct Log: GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runs at least on Linux and Windows, and probably more), compiler-independent (it compiles under at GCC 3.2 or higher and MSVC++ 7.1 or higher, and probably more), and driver-independent. A reference driver for SDL is provided, and it is straightforward to write one for yourself should you decide to do so. Features: * True modularity. You provide the initialized OpenGL environment and user input, and GG provides the GUI behavior. A reference SDL input driver is provided. * Independence of platform, compiler, and input driver/application framework. * Applicability to multiple types of frame-based apps. Any frame-based app can use GG, from FPS to TBS games. Documentation. I am the documentation-Nazi you've been hoping for. Ve haf vays of makink you understand our code. WWW: http://gigi.sourceforge.net/ Revision Changes Path 1.459 +1 -0 ports/x11-toolkits/Makefile 1.1 +61 -0 ports/x11-toolkits/gigi/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/gigi/distinfo (new) 1.1 +11 -0 ports/x11-toolkits/gigi/files/patch-GiGiSDL.pc.in (new) 1.1 +25 -0 ports/x11-toolkits/gigi/files/patch-SConstruct (new) 1.1 +18 -0 ports/x11-toolkits/gigi/pkg-descr (new) 1.1 +74 -0 ports/x11-toolkits/gigi/pkg-plist (new)