From owner-svn-ports-all@freebsd.org Sun May 19 06:09:00 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 3D0B015A44B4; Sun, 19 May 2019 06:09:00 +0000 (UTC) (envelope-from tobik@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 CE9DB81104; Sun, 19 May 2019 06:08:59 +0000 (UTC) (envelope-from tobik@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 8A6752DE1; Sun, 19 May 2019 06:08:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4J68xLf037960; Sun, 19 May 2019 06:08:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4J68wTR037956; Sun, 19 May 2019 06:08:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905190608.x4J68wTR037956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 19 May 2019 06:08:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502014 - in head/audio: . mio2jack X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/audio: . mio2jack X-SVN-Commit-Revision: 502014 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CE9DB81104 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; NEURAL_HAM_LONG(-1.00)[-1.000,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: Sun, 19 May 2019 06:09:00 -0000 Author: tobik Date: Sun May 19 06:08:58 2019 New Revision: 502014 URL: https://svnweb.freebsd.org/changeset/ports/502014 Log: New port: audio/mio2jack Mio2jack is a tool to expose Sndio MIDI ports to JACK. For now it only handles one-way communication, that is MIDI events flowing in the Sndio to JACK direction. WWW: https://github.com/martingms/mio2jack Added: head/audio/mio2jack/ head/audio/mio2jack/Makefile (contents, props changed) head/audio/mio2jack/distinfo (contents, props changed) head/audio/mio2jack/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun May 19 04:53:17 2019 (r502013) +++ head/audio/Makefile Sun May 19 06:08:58 2019 (r502014) @@ -502,6 +502,7 @@ SUBDIR += midipp SUBDIR += mikmod SUBDIR += milkytracker + SUBDIR += mio2jack SUBDIR += mixer.app SUBDIR += mixmos SUBDIR += mixxx Added: head/audio/mio2jack/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mio2jack/Makefile Sun May 19 06:08:58 2019 (r502014) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= mio2jack +PORTVERSION= g20180501 +CATEGORIES= audio + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Expose Sndio MIDI ports to JACK + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +LIB_DEPENDS= libjack.so:audio/jack \ + libsndio.so:audio/sndio + +USES= localbase:ldflags +USE_GITHUB= yes +GH_ACCOUNT= martingms +GH_TAGNAME= 9d0de50b226539e3e61ad4f36aa74cfe160d2747 + +MAKEFILE= /dev/null +ALL_TARGET= mio2jack +LDFLAGS+= -ljack -lsndio + +PLIST_FILES= bin/mio2jack + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mio2jack ${STAGEDIR}${PREFIX}/bin + +.include Added: head/audio/mio2jack/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mio2jack/distinfo Sun May 19 06:08:58 2019 (r502014) @@ -0,0 +1,3 @@ +TIMESTAMP = 1558244708 +SHA256 (martingms-mio2jack-g20180501-9d0de50b226539e3e61ad4f36aa74cfe160d2747_GH0.tar.gz) = 6a3161ecf360c2697c7c5d73ccee6a3a7fd6314b22f841b9a70f38ddf5e625f2 +SIZE (martingms-mio2jack-g20180501-9d0de50b226539e3e61ad4f36aa74cfe160d2747_GH0.tar.gz) = 2261 Added: head/audio/mio2jack/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mio2jack/pkg-descr Sun May 19 06:08:58 2019 (r502014) @@ -0,0 +1,6 @@ +Mio2jack is a tool to expose Sndio MIDI ports to JACK. + +For now it only handles one-way communication, that is MIDI events +flowing in the Sndio to JACK direction. + +WWW: https://github.com/martingms/mio2jack