Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A68D2714BB for ; Thu, 15 Aug 2013 10:26:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 19ADF14A2A3; Thu, 15 Aug 2013 10:26:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B73214A2A2 for ; Thu, 15 Aug 2013 10:26:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qEJZcdvGwa7w for ; Thu, 15 Aug 2013 10:26:16 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7B2AF14A2A0 for ; Thu, 15 Aug 2013 10:26:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6E8B496; Thu, 15 Aug 2013 10:26:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 15 Aug 2013 10:26:16 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/SDL2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130815102616.6E8B496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Thu Aug 15 10:26:16 UTC 2013 Added Files: pkgsrc/devel/SDL2: DESCR Makefile PLIST buildlink3.mk distinfo options.mk pkgsrc/devel/SDL2/patches: patch-CMakeLists.txt Log Message: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games. SDL officially supports Windows, Mac OS X, Linux, iOS, and Android. Support for other platforms may be found in the source code. SDL is written in C, works natively with C++, and there are bindings available for several other languages, including C# and Python. SDL 2.0 is distributed under the zlib license. This license allows you to use SDL freely in any software. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/SDL2/DESCR pkgsrc/devel/SDL2/Makefile \ pkgsrc/devel/SDL2/PLIST pkgsrc/devel/SDL2/buildlink3.mk \ pkgsrc/devel/SDL2/distinfo pkgsrc/devel/SDL2/options.mk cvs rdiff -u -r0 -r1.1 pkgsrc/devel/SDL2/patches/patch-CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.