From owner-cvs-all@FreeBSD.ORG Sun Aug 21 15:43:02 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75AD2106564A; Sun, 21 Aug 2011 15:43:02 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 622D48FC18; Sun, 21 Aug 2011 15:43:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7LFh2o8099599; Sun, 21 Aug 2011 15:43:02 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7LFh2ff099598; Sun, 21 Aug 2011 15:43:02 GMT (envelope-from nox) Message-Id: <201108211543.p7LFh2ff099598@repoman.freebsd.org> From: Juergen Lock Date: Sun, 21 Aug 2011 15:43:02 +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/net Makefile ports/net/usbredir Makefile distinfo pkg-descr pkg-plist ports/net/usbredir/files libusb-1.0.pc patch-usbredirhost-usbredirhost.c patch-usbredirserver-usbredirserver.c patch-usbredirtestclient-usbredirtestclient.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2011 15:43:02 -0000 nox 2011-08-21 15:43:02 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/usbredir Makefile distinfo pkg-descr pkg-plist net/usbredir/files libusb-1.0.pc patch-usbredirhost-usbredirhost.c patch-usbredirserver-usbredirserver.c patch-usbredirtestclient-usbredirtestclient.c Log: usbredir is a protocol for redirection USB traffic from a single USB device, to a different (virtual) machine then the one to which the USB device is attached. See usb-redirection-protocol.txt for the description / definition of this protocol. With the official 0.3 release the protocol is now frozen (only extensions advertised through capabilities can be added from now on). WWW: http://cgit.freedesktop.org/~jwrdegoede/usbredir/ Revision Changes Path 1.2368 +1 -0 ports/net/Makefile 1.1 +34 -0 ports/net/usbredir/Makefile (new) 1.1 +2 -0 ports/net/usbredir/distinfo (new) 1.1 +10 -0 ports/net/usbredir/files/libusb-1.0.pc (new) 1.1 +92 -0 ports/net/usbredir/files/patch-usbredirhost-usbredirhost.c (new) 1.1 +12 -0 ports/net/usbredir/files/patch-usbredirserver-usbredirserver.c (new) 1.1 +12 -0 ports/net/usbredir/files/patch-usbredirtestclient-usbredirtestclient.c (new) 1.1 +9 -0 ports/net/usbredir/pkg-descr (new) 1.1 +10 -0 ports/net/usbredir/pkg-plist (new)