Skip to content

Commit

Permalink
Re-add port: audio/qmidinet: MIDI network gateway application
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 12, 2021
1 parent 95b9cf6 commit 9a13235
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 1 deletion.
1 change: 0 additions & 1 deletion MOVED
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions audio/Makefile
Expand Up @@ -663,6 +663,7 @@
SUBDIR += qjackctl
SUBDIR += qmidiarp
SUBDIR += qmidictl
SUBDIR += qmidinet
SUBDIR += qsampler
SUBDIR += qsynth
SUBDIR += quimup
Expand Down
19 changes: 19 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
6 changes: 6 additions & 0 deletions 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
7 changes: 7 additions & 0 deletions 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

0 comments on commit 9a13235

Please sign in to comment.