From owner-cvs-all@FreeBSD.ORG Sat Jul 29 20:15:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D47C116A4E0; Sat, 29 Jul 2006 20:15:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D6743D55; Sat, 29 Jul 2006 20:15:52 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6TKFqke041981; Sat, 29 Jul 2006 20:15:52 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6TKFpWF041980; Sat, 29 Jul 2006 20:15:51 GMT (envelope-from itetcu) Message-Id: <200607292015.k6TKFpWF041980@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 29 Jul 2006 20:15:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libftdi Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 20:15:53 -0000 itetcu 2006-07-29 20:15:51 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libftdi Makefile distinfo pkg-descr Log: libftdi - A library (using libusb) to talk to FTDI's FT2232C, FT232BM and FT245BM type chips including the popular bitbang mode. Note: When you get a -5 error "can't claim usb device" during ftdi_usb_open(), make sure the kernel ftdi_sio driver is unloaded. WWW: http://www.intra2net.com/de/produkte/opensource/ftdi/ PR: ports/100982 Submitted by: Olexandr Davydenko Revision Changes Path 1.2366 +1 -0 ports/devel/Makefile 1.1 +48 -0 ports/devel/libftdi/Makefile (new) 1.1 +3 -0 ports/devel/libftdi/distinfo (new) 1.1 +7 -0 ports/devel/libftdi/pkg-descr (new)