Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 2AFCA63B882 for ; Wed, 30 May 2012 15:27:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 042CB14A28E; Wed, 30 May 2012 15:27:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D57314A27F for ; Wed, 30 May 2012 15:27:16 +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 5Qo5MjcdLmfz for ; Wed, 30 May 2012 15:27:15 +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 C0C1714A262 for ; Wed, 30 May 2012 15:27:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 850DE175DD; Wed, 30 May 2012 15:28:29 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 30 May 2012 15:28:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libusbx To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20120530152829.850DE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed May 30 15:28:29 UTC 2012 Update of /cvsroot/pkgsrc/devel/libusbx In directory ivanova.netbsd.org:/tmp/cvs-serv17421 Log Message: Initial import of libusbx, a fork of libusb1. libusbx is a library that provides generic access to USB devices. As a library, it is meant to be used by developers, to facilitate the development of applications that communicate with USB hardware. It is portable: Using a single cross-platform API, it provides access to USB devices on Linux, OS X, Windows and OpenBSD. It is user-mode: No special privilege or elevation is required for the application to communicate with a device. It is version-agnostic: All versions of the USB protocol, from 1.0 to 3.0 (latest), are supported. libusbx is a fork of libusb. Status: Vendor Tag: TNF Release Tags: pkgsrc-20120530 N pkgsrc/devel/libusbx/Makefile N pkgsrc/devel/libusbx/DESCR N pkgsrc/devel/libusbx/distinfo N pkgsrc/devel/libusbx/PLIST No conflicts created by this import