From owner-svn-ports-all@freebsd.org Mon Feb 11 18:45:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F184214E0586; Mon, 11 Feb 2019 18:45:49 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66A228440C; Mon, 11 Feb 2019 18:45:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48C13409B; Mon, 11 Feb 2019 18:45:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1BIjnOE041893; Mon, 11 Feb 2019 18:45:49 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1BIjl5x041883; Mon, 11 Feb 2019 18:45:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201902111845.x1BIjl5x041883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 11 Feb 2019 18:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492712 - in head/audio: . qmidictl qmidictl/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . qmidictl qmidictl/files X-SVN-Commit-Revision: 492712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 66A228440C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2019 18:45:50 -0000 Author: yuri Date: Mon Feb 11 18:45:47 2019 New Revision: 492712 URL: https://svnweb.freebsd.org/changeset/ports/492712 Log: New port: audio/qmidictl: MIDI remote control application sending MIDI over UDP/IP multicast Added: head/audio/qmidictl/ head/audio/qmidictl/Makefile (contents, props changed) head/audio/qmidictl/distinfo (contents, props changed) head/audio/qmidictl/files/ head/audio/qmidictl/files/patch-src_qmidictlUdpDevice.cpp (contents, props changed) head/audio/qmidictl/files/patch-src_qmidictlUdpDevice.h (contents, props changed) head/audio/qmidictl/pkg-descr (contents, props changed) head/audio/qmidictl/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Feb 11 18:42:37 2019 (r492711) +++ head/audio/Makefile Mon Feb 11 18:45:47 2019 (r492712) @@ -706,6 +706,7 @@ SUBDIR += pytone SUBDIR += qjackctl SUBDIR += qmidiarp + SUBDIR += qmidictl SUBDIR += qmpdclient SUBDIR += qsampler SUBDIR += qsynth Added: head/audio/qmidictl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/qmidictl/Makefile Mon Feb 11 18:45:47 2019 (r492712) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= qmidictl +DISTVERSION= 0.5.3 +CATEGORIES= audio +MASTER_SITES= SF + +MAINTAINER= yuri@FreeBSD.org +COMMENT= MIDI remote control application sending MIDI over UDP/IP multicast + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gl gmake localbase pkgconfig qt:5 +GNU_CONFIGURE= yes +USE_QT= core gui widgets qmake_build buildtools_build +USE_GL= gl + +.include Added: head/audio/qmidictl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/qmidictl/distinfo Mon Feb 11 18:45:47 2019 (r492712) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549909733 +SHA256 (qmidictl-0.5.3.tar.gz) = a42d7a2f3fc8090a4fa0a7696f532048071febac88d5ae5e10a0697cb1831551 +SIZE (qmidictl-0.5.3.tar.gz) = 195116 Added: head/audio/qmidictl/files/patch-src_qmidictlUdpDevice.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/qmidictl/files/patch-src_qmidictlUdpDevice.cpp Mon Feb 11 18:45:47 2019 (r492712) @@ -0,0 +1,13 @@ +--- src/qmidictlUdpDevice.cpp.orig 2019-02-11 18:29:43 UTC ++++ src/qmidictlUdpDevice.cpp +@@ -40,6 +40,10 @@ inline void closesocket(int s) { ::close + #endif + #endif + ++#if defined(__FreeBSD__) ++#include ++#endif ++ + #include + #include + Added: head/audio/qmidictl/files/patch-src_qmidictlUdpDevice.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/qmidictl/files/patch-src_qmidictlUdpDevice.h Mon Feb 11 18:45:47 2019 (r492712) @@ -0,0 +1,13 @@ +--- src/qmidictlUdpDevice.h.orig 2019-02-11 18:32:44 UTC ++++ src/qmidictlUdpDevice.h +@@ -36,6 +36,10 @@ + #endif + #endif + ++#if defined(__FreeBSD__) ++#include ++#endif ++ + #include + #include + Added: head/audio/qmidictl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/qmidictl/pkg-descr Mon Feb 11 18:45:47 2019 (r492712) @@ -0,0 +1,5 @@ +QmidiCtl is a MIDI remote controller application that sends MIDI data over the +network, using UDP/IP multicast. Inspired by multimidicast and designed to be +compatible with ipMIDI for Windows. + +WWW: https://qmidictl.sourceforge.io/ Added: head/audio/qmidictl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/qmidictl/pkg-plist Mon Feb 11 18:45:47 2019 (r492712) @@ -0,0 +1,9 @@ +bin/qmidictl +man/man1/qmidictl.1.gz +man/man1/qmidictl.fr.1.gz +share/applications/hildon/qmidictl.desktop +share/icons/hicolor/26x26/hildon/qmidictl.png +share/icons/hicolor/32x32/hildon/qmidictl.png +share/icons/hicolor/48x48/hildon/qmidictl.png +share/icons/hicolor/64x64/hildon/qmidictl.png +share/metainfo/qmidictl.appdata.xml