Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 12:23:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402930 - in head/sysutils: . usbhid-dump
Message-ID:  <201512041223.tB4CNP00008946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512041223.tB4CNP00008946>