From owner-cvs-all@FreeBSD.ORG Tue Jan 5 19:38:32 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F118D106566B; Tue, 5 Jan 2010 19:38:32 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E077C8FC12; Tue, 5 Jan 2010 19:38:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o05JcWSf023110; Tue, 5 Jan 2010 19:38:32 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o05JcWRA023109; Tue, 5 Jan 2010 19:38:32 GMT (envelope-from pgj) Message-Id: <201001051938.o05JcWRA023109@repoman.freebsd.org> From: Gabor Pali Date: Tue, 5 Jan 2010 19:38:32 +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/hs-OpenGLRaw-ghc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 19:38:33 -0000 pgj 2010-01-05 19:38:32 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/hs-OpenGLRaw-ghc Makefile distinfo pkg-descr pkg-plist Log: OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API, intended as a basis for a nicer interface. OpenGLRaw offers access to all necessary functions, tokens and types plus a general facility for loading extension entries. The module hierarchy closely mirrors the naming structure of the OpenGL extensions, making it easy to find the right module to import. All API entries are loaded dynamically, so no special C header files are needed for building this package. If an API entry is not found at runtime, a userError is thrown. WWW: http://www.haskell.org/HOpenGL/ PR: ports/142125 Submitted by: Jacula Modyun Revision Changes Path 1.537 +1 -0 ports/x11-toolkits/Makefile 1.1 +80 -0 ports/x11-toolkits/hs-OpenGLRaw-ghc/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/hs-OpenGLRaw-ghc/distinfo (new) 1.1 +11 -0 ports/x11-toolkits/hs-OpenGLRaw-ghc/pkg-descr (new) 1.1 +205 -0 ports/x11-toolkits/hs-OpenGLRaw-ghc/pkg-plist (new)