Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id E6CBB63B882 for ; Wed, 30 May 2012 15:40:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9CE4914A295; Wed, 30 May 2012 15:40:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E05D014A28E for ; Wed, 30 May 2012 15:40:50 +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 BYn_NV8zBEXw for ; Wed, 30 May 2012 15:40:50 +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 578B114A287 for ; Wed, 30 May 2012 15:40:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4A676175DD; Wed, 30 May 2012 15:42:04 +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:42:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libusb-compat To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20120530154204.4A676175DD@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:42:04 UTC 2012 Update of /cvsroot/pkgsrc/devel/libusb-compat In directory ivanova.netbsd.org:/tmp/cvs-serv28441 Log Message: Initial import of libusb-compat-0.1.4. Notes: depends on libusbx (we need a switch between the two) Conflicts with libusb (we need a switch between the two) libusb-compat-0.1 is a replacement for libusb-0.1. However, instead of being an actual implementation, libusb-0.1 is more of a compatibility layer (or wrapper) which just converts libusb-0.1 calls into their libusb-1.0 equivalents. It aims to look, feel and behave exactly like libusb-0.1. As it is a replacement, you cannot install it alongside libusb-0.1 on the same system. As the compatibility layer implements the exact same ABI and API, no modifications to existing libusb-0.1-based applications are needed. You do not even have to recompile them. This compatibility layer is a drop-in replacement. Status: Vendor Tag: TNF Release Tags: pkgsrc-20120530 N pkgsrc/devel/libusb-compat/Makefile N pkgsrc/devel/libusb-compat/DESCR N pkgsrc/devel/libusb-compat/distinfo N pkgsrc/devel/libusb-compat/PLIST No conflicts created by this import