Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1604A7A217 for ; Thu, 4 Feb 2016 11:38:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B72E885F50; Thu, 4 Feb 2016 11:38:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4523585EEC for ; Thu, 4 Feb 2016 11:38:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ycjr16Pm3_VG for ; Thu, 4 Feb 2016 11:38:10 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DB24A85E93 for ; Thu, 4 Feb 2016 11:38:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6CE1FBB7; Thu, 4 Feb 2016 11:38:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 4 Feb 2016 11:38:10 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/graphics/glfw To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20160204113810.D6CE1FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: leot Date: Thu Feb 4 11:38:10 UTC 2016 Added Files: pkgsrc/graphics/glfw: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import glfw-3.1.2 as graphics/glfw. Originally packaged in pkgsrc-wip by ryoon@ and then updated by nros@ and myself. GLFW is a free, Open Source, multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time. It is intended to be simple to integrate into existing applications and does not lay claim to the main loop. GLFW has native support for Windows, Mac OS X and many Unix-like systems using the X Window System, such as Linux and FreeBSD. GLFW is licensed under the zlib/libpng license. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/glfw/DESCR \ pkgsrc/graphics/glfw/Makefile pkgsrc/graphics/glfw/PLIST \ pkgsrc/graphics/glfw/buildlink3.mk pkgsrc/graphics/glfw/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.