From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 19 20:30:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 391E51065676 for ; Sat, 19 Sep 2009 20:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 286A18FC0C for ; Sat, 19 Sep 2009 20:30:06 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8JKU6s1022411 for ; Sat, 19 Sep 2009 20:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8JKU6RR022408; Sat, 19 Sep 2009 20:30:06 GMT (envelope-from gnats) Date: Sat, 19 Sep 2009 20:30:06 GMT Message-Id: <200909192030.n8JKU6RR022408@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/137793: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2009 20:30:06 -0000 The following reply was made to PR ports/137793; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/137793: commit references a PR Date: Sat, 19 Sep 2009 20:20:43 +0000 (UTC) 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"