From owner-cvs-all@FreeBSD.ORG Sun Sep 26 22:11:22 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 743EC106566C; Sun, 26 Sep 2010 22:11:22 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6353F8FC14; Sun, 26 Sep 2010 22:11:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8QMBMEg095474; Sun, 26 Sep 2010 22:11:22 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8QMBMAs095473; Sun, 26 Sep 2010 22:11:22 GMT (envelope-from itetcu) Message-Id: <201009262211.o8QMBMAs095473@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 26 Sep 2010 22:11:22 +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/linux-f10-glew Makefile distinfo.i386 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: Sun, 26 Sep 2010 22:11:22 -0000 itetcu 2010-09-26 22:11:22 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/linux-f10-glew Makefile distinfo.i386 pkg-descr pkg-plist Log: The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris. This is the linux verson. WWW: http://glew.sourceforge.net/ PR: ports/150742 Submitted by: Eitan Adler Revision Changes Path 1.1352 +1 -0 ports/graphics/Makefile 1.1 +24 -0 ports/graphics/linux-f10-glew/Makefile (new) 1.1 +6 -0 ports/graphics/linux-f10-glew/distinfo.i386 (new) 1.1 +10 -0 ports/graphics/linux-f10-glew/pkg-descr (new) 1.1 +10 -0 ports/graphics/linux-f10-glew/pkg-plist (new)