From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 27 15:00:38 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15227106566C for ; Mon, 27 Jun 2011 15:00:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 04FEE8FC08 for ; Mon, 27 Jun 2011 15:00:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5RF0b0k089503 for ; Mon, 27 Jun 2011 15:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5RF0bSh089500; Mon, 27 Jun 2011 15:00:37 GMT (envelope-from gnats) Date: Mon, 27 Jun 2011 15:00:37 GMT Message-Id: <201106271500.p5RF0bSh089500@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156289: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 15:00:38 -0000 The following reply was made to PR ports/156289; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156289: commit references a PR Date: Mon, 27 Jun 2011 14:53:49 +0000 (UTC) miwi 2011-06-27 14:53:41 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/pure-gl Makefile distinfo pkg-descr pkg-plist Log: pure-gl is Pure's interface to OpenGL, the well-known graphics library. It covers pretty much all of OpenGL, including the popular extensions. Extensions are loaded on demand, functions will throw an exception if they are not available in your OpenGL implementation. WWW: http://docs.pure-lang.googlecode.com/hg/pure-gl.html PR: ports/156289 Submitted by: Zhihao Yuan Revision Changes Path 1.1412 +1 -0 ports/graphics/Makefile 1.1 +37 -0 ports/graphics/pure-gl/Makefile (new) 1.1 +2 -0 ports/graphics/pure-gl/distinfo (new) 1.1 +6 -0 ports/graphics/pure-gl/pkg-descr (new) 1.1 +8 -0 ports/graphics/pure-gl/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"