From owner-svn-ports-all@freebsd.org Fri Dec 4 12:23:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E8E5A3E9BA; Fri, 4 Dec 2015 12:23:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF87E11A8; Fri, 4 Dec 2015 12:23:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4CNQM4008951; Fri, 4 Dec 2015 12:23:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4CNP00008946; Fri, 4 Dec 2015 12:23:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512041223.tB4CNP00008946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Dec 2015 12:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402930 - in head/sysutils: . usbhid-dump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 12:23:27 -0000 Author: sunpoet Date: Fri Dec 4 12:23:25 2015 New Revision: 402930 URL: https://svnweb.freebsd.org/changeset/ports/402930 Log: - Add usbhid-dump 1.4 Usbhid-dump is a USB HID dumping utility based on libusb 1.0. It dumps USB HID device report descriptors and reports themselves as they are being sent, for all or specific device interfaces. WWW: https://github.com/DIGImend/usbhid-dump Added: head/sysutils/usbhid-dump/ head/sysutils/usbhid-dump/Makefile (contents, props changed) head/sysutils/usbhid-dump/distinfo (contents, props changed) head/sysutils/usbhid-dump/pkg-descr (contents, props changed) head/sysutils/usbhid-dump/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Dec 4 12:23:20 2015 (r402929) +++ head/sysutils/Makefile Fri Dec 4 12:23:25 2015 (r402930) @@ -1066,6 +1066,7 @@ SUBDIR += upsdaemon SUBDIR += uptimed SUBDIR += usb_modeswitch + SUBDIR += usbhid-dump SUBDIR += usbhotkey SUBDIR += usbutils SUBDIR += uschedule Added: head/sysutils/usbhid-dump/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/usbhid-dump/Makefile Fri Dec 4 12:23:25 2015 (r402930) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= usbhid-dump +PORTVERSION= 1.4 +CATEGORIES= sysutils + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= USB HID device dumping utility + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +GNU_CONFIGURE= yes +USES= autoreconf libtool pkgconfig + +GH_ACCOUNT= DIGImend +USE_GITHUB= yes + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/include/uhd/ + cd ${WRKSRC}/include/uhd/ && ${INSTALL_DATA} *.h ${STAGEDIR}${PREFIX}/include/uhd/ + ${INSTALL_DATA} ${WRKSRC}/lib/.libs/libuhd.a ${STAGEDIR}${PREFIX}/lib/ + +.include Added: head/sysutils/usbhid-dump/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/usbhid-dump/distinfo Fri Dec 4 12:23:25 2015 (r402930) @@ -0,0 +1,2 @@ +SHA256 (DIGImend-usbhid-dump-1.4_GH0.tar.gz) = 8e39092396bddbda3bc520b39417f78c09958efb3df1f2e16ff37006a3b1905d +SIZE (DIGImend-usbhid-dump-1.4_GH0.tar.gz) = 19153 Added: head/sysutils/usbhid-dump/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/usbhid-dump/pkg-descr Fri Dec 4 12:23:25 2015 (r402930) @@ -0,0 +1,5 @@ +Usbhid-dump is a USB HID dumping utility based on libusb 1.0. It dumps USB HID +device report descriptors and reports themselves as they are being sent, for all +or specific device interfaces. + +WWW: https://github.com/DIGImend/usbhid-dump Added: head/sysutils/usbhid-dump/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/usbhid-dump/pkg-plist Fri Dec 4 12:23:25 2015 (r402930) @@ -0,0 +1,9 @@ +bin/usbhid-dump +include/uhd/dev.h +include/uhd/dev_list.h +include/uhd/iface.h +include/uhd/iface_list.h +include/uhd/libusb.h +include/uhd/misc.h +lib/libuhd.a +man/man8/usbhid-dump.8.gz