pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add twamp-gui version 1.0.7.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%uninett.no@localhost>
Pushed By:	he
Date:		Fri Feb 5 13:17:34 2021 +0100
Changeset:	81852c666f197db7a1b9adf139d52e1a90ef72fa

Added Files:
	twamp-gui/DESCR
	twamp-gui/Makefile
	twamp-gui/PLIST
	twamp-gui/distinfo

Log Message:
Add twamp-gui version 1.0.7.

Cross platform twamp client with Qt QML backend.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=81852c666f197db7a1b9adf139d52e1a90ef72fa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 twamp-gui/DESCR    |  1 +
 twamp-gui/Makefile | 35 +++++++++++++++++++++++++++++++++++
 twamp-gui/PLIST    |  3 +++
 twamp-gui/distinfo |  6 ++++++
 4 files changed, 45 insertions(+)

diffs:
diff --git a/twamp-gui/DESCR b/twamp-gui/DESCR
new file mode 100644
index 0000000000..754205d533
--- /dev/null
+++ b/twamp-gui/DESCR
@@ -0,0 +1 @@
+Cross platform twamp client with Qt QML backend.
diff --git a/twamp-gui/Makefile b/twamp-gui/Makefile
new file mode 100644
index 0000000000..4ba6b06f9c
--- /dev/null
+++ b/twamp-gui/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD$
+
+DISTNAME=	twamp-gui-1.0.7
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=demirten/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/demirten/twamp-gui
+COMMENT=	GUI for doing and visualizing TWAMP measurement
+LICENSE=	gnu-gpl-v2
+
+USE_LANGUAGES=	c++
+
+
+MAKE_ENV+=	INSTALL_ROOT=${DESTDIR}
+
+do-configure:
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+		${QTDIR}/bin/qmake twamp-gui.pro PREFIX=${PREFIX}
+
+INSTALLATION_DIRS+=	bin
+
+PROGS=	client/twamp-client responder/twamp-responder
+
+do-install:
+	cd ${WRKSRC} && \
+	for f in ${PROGS}; do \
+		${INSTALL_PROGRAM} $$f ${DESTDIR}${PREFIX}/bin; \
+	done
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../x11/qt5-qtquickcontrols/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/twamp-gui/PLIST b/twamp-gui/PLIST
new file mode 100644
index 0000000000..c343e10246
--- /dev/null
+++ b/twamp-gui/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/twamp-client
+bin/twamp-responder
diff --git a/twamp-gui/distinfo b/twamp-gui/distinfo
new file mode 100644
index 0000000000..fe6ec2d30d
--- /dev/null
+++ b/twamp-gui/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (twamp-gui-1.0.7.tar.gz) = 4638605c4a1eb27671b7477b3531258f703ddbd7
+RMD160 (twamp-gui-1.0.7.tar.gz) = ef158843a12bc8b5b170735d26fdb3fb86d93498
+SHA512 (twamp-gui-1.0.7.tar.gz) = 39b4423ea25d863c75718a0b36c1c9f843d95e70950063071bc6a2c62b8bdd24cee8b55f34beb057ad2f642fee547d3a3b6769bd8a2e6820d4937e039fa7e978
+Size (twamp-gui-1.0.7.tar.gz) = 47726 bytes


Home | Main Index | Thread Index | Old Index