From owner-cvs-ports@FreeBSD.ORG Sat Sep 19 20:20:29 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 239CC1065672; Sat, 19 Sep 2009 20:20:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 129158FC23; Sat, 19 Sep 2009 20:20:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8JKKSwl019433; Sat, 19 Sep 2009 20:20:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8JKKSbY019432; Sat, 19 Sep 2009 20:20:28 GMT (envelope-from miwi) Message-Id: <200909192020.n8JKKSbY019432@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Sep 2009 20:20:28 +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/sysutils Makefile ports/sysutils/uhidd Makefile distinfo pkg-descr pkg-plist ports/sysutils/uhidd/files pkg-message.in uhidd.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2009 20:20:29 -0000 miwi 2009-09-19 20:20:28 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/uhidd Makefile distinfo pkg-descr pkg-plist sysutils/uhidd/files pkg-message.in uhidd.in Log: uhidd is a userland driver/daemon for USB HID devices (e.g. mouse, keyboard) using libusb20. The driver aims to support USB HID devices with multiple Top-Level application collections in one interface, i.e, HID devices with multiple logical device sharing one endpoint. WWW: http://wiki.FreeBSD.org/uhidd PR: ports/137793 Feature safe: yes Submitted by: Kai Wang Revision Changes Path 1.1125 +1 -0 ports/sysutils/Makefile 1.1 +64 -0 ports/sysutils/uhidd/Makefile (new) 1.1 +3 -0 ports/sysutils/uhidd/distinfo (new) 1.1 +20 -0 ports/sysutils/uhidd/files/pkg-message.in (new) 1.1 +49 -0 ports/sysutils/uhidd/files/uhidd.in (new) 1.1 +6 -0 ports/sysutils/uhidd/pkg-descr (new) 1.1 +9 -0 ports/sysutils/uhidd/pkg-plist (new)