Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 00:07:52 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9a132358fb99 - main - Re-add port: audio/qmidinet: MIDI network gateway application
Message-ID:  <202105120007.14C07qEh074654@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a132358fb99abc3b4f36a96938b15ba53f0fd19

commit 9a132358fb99abc3b4f36a96938b15ba53f0fd19
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-12 00:07:11 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-12 00:07:47 +0000

    Re-add port: audio/qmidinet: MIDI network gateway application
---
 MOVED                    |  1 -
 audio/Makefile           |  1 +
 audio/qmidinet/Makefile  | 19 +++++++++++++++++++
 audio/qmidinet/distinfo  |  3 +++
 audio/qmidinet/pkg-descr |  6 ++++++
 audio/qmidinet/pkg-plist |  7 +++++++
 6 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/MOVED b/MOVED
index e5767f7a8f4d..de9b3e40b847 100644
--- a/MOVED
+++ b/MOVED
@@ -7262,7 +7262,6 @@ www/qupzilla|www/qupzilla-qt4|2015-01-18|Renamed to differentiate from www/qupzi
 devel/p5-perlbrew|devel/p5-App-perlbrew|2015-01-19|Rename to match upstream naming
 devel/actor-framework|devel/caf|2015-01-19|Rename to match upstream naming
 textproc/py-charade||2015-01-28|Charade was merged back to textproc/py-chardet
-audio/qmidinet||2015-01-28|Has expired: Broken for more than 6 months
 audio/wmauda||2015-01-28|Has expired: Broken for more than 6 months
 audio/x11amp||2015-01-28|Has expired: Broken for more than 6 months
 devel/p5-Log-Any-Adapter|devel/p5-Log-Any|2015-01-28|Has expired: devel/p5-Log-Any-Adapter merged into devel/p5-Log-Any by upstream
diff --git a/audio/Makefile b/audio/Makefile
index b184928f729b..03a004c46e01 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -663,6 +663,7 @@
     SUBDIR += qjackctl
     SUBDIR += qmidiarp
     SUBDIR += qmidictl
+    SUBDIR += qmidinet
     SUBDIR += qsampler
     SUBDIR += qsynth
     SUBDIR += quimup
diff --git a/audio/qmidinet/Makefile b/audio/qmidinet/Makefile
new file mode 100644
index 000000000000..e2422c97c2a1
--- /dev/null
+++ b/audio/qmidinet/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	qmidinet
+DISTVERSION=	0.9.3
+CATEGORIES=	audio
+MASTER_SITES=	SF
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	MIDI network gateway application
+
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libjack.so:audio/jack
+
+USES=		cmake compiler:c++17-lang pkgconfig qt:5
+USE_QT=		core gui network widgets buildtools_build qmake_build
+
+CMAKE_OFF=	CONFIG_ALSA_MIDI # libalsa doesn't have MIDI functionality on FreeBSD
+
+.include <bsd.port.mk>
diff --git a/audio/qmidinet/distinfo b/audio/qmidinet/distinfo
new file mode 100644
index 000000000000..b9b52dcdd322
--- /dev/null
+++ b/audio/qmidinet/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1620775860
+SHA256 (qmidinet-0.9.3.tar.gz) = 3412f7da2642a2a1afc3432b770c496eb320e787bbb550aebc7f368c90f2e15f
+SIZE (qmidinet-0.9.3.tar.gz) = 164551
diff --git a/audio/qmidinet/pkg-descr b/audio/qmidinet/pkg-descr
new file mode 100644
index 000000000000..84351597c11e
--- /dev/null
+++ b/audio/qmidinet/pkg-descr
@@ -0,0 +1,6 @@
+QmidiNet is a MIDI network gateway application that sends and receives MIDI data
+(ALSA Sequencer and/or JACK MIDI) over the network, using UDP/IP multicast.
+Inspired by multimidicast (https://llg.cubic.org/tools) and designed to be
+compatible with ipMIDI for Windows (https://nerds.de).
+
+WWW: https://qmidinet.sourceforge.io
diff --git a/audio/qmidinet/pkg-plist b/audio/qmidinet/pkg-plist
new file mode 100644
index 000000000000..fca7e11fdfb1
--- /dev/null
+++ b/audio/qmidinet/pkg-plist
@@ -0,0 +1,7 @@
+bin/qmidinet
+man/fr/man1/qmidinet.1.gz
+man/man1/qmidinet.1.gz
+share/applications/qmidinet.desktop
+share/icons/hicolor/32x32/apps/qmidinet.png
+share/icons/hicolor/scalable/apps/qmidinet.svg
+share/metainfo/qmidinet.appdata.xml



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