From owner-dev-commits-ports-main@freebsd.org Wed May 12 00:07:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D196D62B622; Wed, 12 May 2021 00:07:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ffw945b1lz3G1c; Wed, 12 May 2021 00:07:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2B3F215E3; Wed, 12 May 2021 00:07:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14C07qtQ074655; Wed, 12 May 2021 00:07:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14C07qEh074654; Wed, 12 May 2021 00:07:52 GMT (envelope-from git) Date: Wed, 12 May 2021 00:07:52 GMT Message-Id: <202105120007.14C07qEh074654@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 9a132358fb99 - main - Re-add port: audio/qmidinet: MIDI network gateway application MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9a132358fb99abc3b4f36a96938b15ba53f0fd19 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2021 00:07:52 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a132358fb99abc3b4f36a96938b15ba53f0fd19 commit 9a132358fb99abc3b4f36a96938b15ba53f0fd19 Author: Yuri Victorovich AuthorDate: 2021-05-12 00:07:11 +0000 Commit: Yuri Victorovich 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 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