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 D5EB3A641B for ; Tue, 3 Dec 2013 01:40:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 43C6F14A1A9; Tue, 3 Dec 2013 01:40:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EED2914A19C for ; Tue, 3 Dec 2013 01:40:14 +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 GsVNUU0lhqrs for ; Tue, 3 Dec 2013 01:40:14 +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 73BBD14A198 for ; Tue, 3 Dec 2013 01:40:14 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6AD8396; Tue, 3 Dec 2013 01:40:14 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 3 Dec 2013 01:40:14 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/libftdi1 To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20131203014014.6AD8396@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Tue Dec 3 01:40:14 UTC 2013 Added Files: pkgsrc/devel/libftdi1: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/devel/libftdi1/patches: patch-CMakeLists.txt Log Message: Import libftdi1-1.0 as devel/libftdi1. libftdi version 1.0 A library (using libusb) to talk to FTDI's UART/FIFO chips including the popular bitbang mode. The following chips are supported: - FT4232H / FT2232H - FT232R / FT245R - FT2232L / FT2232D / FT2232C - FT232BM / FT245BM (and the BL/BQ variants) - FT8U232AM / FT8U245AM libftdi requires libusb 1.x. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libftdi1/DESCR \ pkgsrc/devel/libftdi1/Makefile pkgsrc/devel/libftdi1/PLIST \ pkgsrc/devel/libftdi1/buildlink3.mk pkgsrc/devel/libftdi1/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libftdi1/patches/patch-CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.