Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2019 07:01:04 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517188 - in head/misc: . openhantek
Message-ID:  <201911100701.xAA714Al074087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Nov 10 07:01:04 2019
New Revision: 517188
URL: https://svnweb.freebsd.org/changeset/ports/517188

Log:
  New port: misc/openhantek: Digital Software Oscilloscope (DSO) software for Hantek oscilloscopes

Added:
  head/misc/openhantek/
  head/misc/openhantek/Makefile   (contents, props changed)
  head/misc/openhantek/distinfo   (contents, props changed)
  head/misc/openhantek/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sun Nov 10 06:30:15 2019	(r517187)
+++ head/misc/Makefile	Sun Nov 10 07:01:04 2019	(r517188)
@@ -265,6 +265,7 @@
     SUBDIR += opencyc
     SUBDIR += openhab2
     SUBDIR += openhab2-addons
+    SUBDIR += openhantek
     SUBDIR += openhmd
     SUBDIR += openmvg
     SUBDIR += openr2

Added: head/misc/openhantek/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/openhantek/Makefile	Sun Nov 10 07:01:04 2019	(r517188)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	openhantek
+DISTVERSION=	g20190903
+CATEGORIES=	misc
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Digital Software Oscilloscope (DSO) software for Hantek oscilloscopes
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libfftw3.so:math/fftw3
+
+USES=		cmake gl localbase qt:5
+USE_GITHUB=	yes
+GH_ACCOUNT=	OpenHantek
+GH_TAGNAME=	e7e0c7b
+USE_QT=		core gui opengl printsupport widgets buildtools_build qmake_build
+USE_GL=		gl glu
+
+PLIST_FILES=	bin/OpenHantek
+
+post-patch:
+	@${GREP} -rl "<libusb-1.0/libusb.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} 's|<libusb-1.0/libusb.h>|<libusb.h>|'
+
+.include <bsd.port.mk>

Added: head/misc/openhantek/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/openhantek/distinfo	Sun Nov 10 07:01:04 2019	(r517188)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1573368045
+SHA256 (OpenHantek-openhantek-g20190903-e7e0c7b_GH0.tar.gz) = c4237a4a84f0efaa889bda570f442eb08bcf1b157f0aae8da0979e6fd59d9ef5
+SIZE (OpenHantek-openhantek-g20190903-e7e0c7b_GH0.tar.gz) = 11613267

Added: head/misc/openhantek/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/openhantek/pkg-descr	Sun Nov 10 07:01:04 2019	(r517188)
@@ -0,0 +1,9 @@
+OpenHantek is a free software for Hantek and compatible
+(Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes.
+
+It has started as an alternative to the official Hantek DSO software for Linux
+users. Nowadays it works under Microsoft Windows and Apple Mac OS as well.
+
+It supported devices: DSO2xxx Series, DSO52xx Series.
+
+WWW: http://openhantek.org/



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