From owner-dev-commits-ports-all@freebsd.org Tue May 11 23:24:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 D173362A685; Tue, 11 May 2021 23:24:55 +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 4FfvCW5Zmsz3DDn; Tue, 11 May 2021 23:24:55 +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 B24FC21136; Tue, 11 May 2021 23:24:55 +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 14BNOtLK021475; Tue, 11 May 2021 23:24:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14BNOttl021474; Tue, 11 May 2021 23:24:55 GMT (envelope-from git) Date: Tue, 11 May 2021 23:24:55 GMT Message-Id: <202105112324.14BNOttl021474@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: ab31b591e5a6 - main - New port: audio/qxgedit: Editor for MIDI System Exclusive files for XG devices 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: ab31b591e5a6db3b3a8684ebc190e90c6024154a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2021 23:24:55 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab31b591e5a6db3b3a8684ebc190e90c6024154a commit ab31b591e5a6db3b3a8684ebc190e90c6024154a Author: Yuri Victorovich AuthorDate: 2021-05-11 23:24:05 +0000 Commit: Yuri Victorovich CommitDate: 2021-05-11 23:24:50 +0000 New port: audio/qxgedit: Editor for MIDI System Exclusive files for XG devices --- audio/Makefile | 1 + audio/qxgedit/Makefile | 17 +++++++++++++++++ audio/qxgedit/distinfo | 3 +++ audio/qxgedit/pkg-descr | 4 ++++ audio/qxgedit/pkg-plist | 8 ++++++++ 5 files changed, 33 insertions(+) diff --git a/audio/Makefile b/audio/Makefile index 60760ab207ee..b184928f729b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -666,6 +666,7 @@ SUBDIR += qsampler SUBDIR += qsynth SUBDIR += quimup + SUBDIR += qxgedit SUBDIR += raul SUBDIR += rawrec SUBDIR += re diff --git a/audio/qxgedit/Makefile b/audio/qxgedit/Makefile new file mode 100644 index 000000000000..0e2d718c4d31 --- /dev/null +++ b/audio/qxgedit/Makefile @@ -0,0 +1,17 @@ +PORTNAME= qxgedit +DISTVERSION= 0.9.3 +CATEGORIES= audio +MASTER_SITES= SF + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Editor for MIDI System Exclusive files for XG devices + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libasound.so:audio/alsa-lib + +USES= cmake compiler:c++17-lang pkgconfig qt:5 +USE_QT= core gui network widgets buildtools_build qmake_build + +.include diff --git a/audio/qxgedit/distinfo b/audio/qxgedit/distinfo new file mode 100644 index 000000000000..a3ebacb7910d --- /dev/null +++ b/audio/qxgedit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620773634 +SHA256 (qxgedit-0.9.3.tar.gz) = 8951196a9a9f5844c9fc2ecf969660d40679c0ac027f4212c9c63a5c3e479fc5 +SIZE (qxgedit-0.9.3.tar.gz) = 298558 diff --git a/audio/qxgedit/pkg-descr b/audio/qxgedit/pkg-descr new file mode 100644 index 000000000000..9d7c737a864e --- /dev/null +++ b/audio/qxgedit/pkg-descr @@ -0,0 +1,4 @@ +QXGEdit is a Qt framework GUI for editing MIDI System Exclusive files for XG +devices (eg. Yamaha DB50XG). + +WWW: https://qxgedit.sourceforge.io diff --git a/audio/qxgedit/pkg-plist b/audio/qxgedit/pkg-plist new file mode 100644 index 000000000000..a668b02eaf03 --- /dev/null +++ b/audio/qxgedit/pkg-plist @@ -0,0 +1,8 @@ +bin/qxgedit +%%QT_PLUGINDIR%%/styles/libskulpturestyle.so +man/fr/man1/qxgedit.1.gz +man/man1/qxgedit.1.gz +share/applications/qxgedit.desktop +share/icons/hicolor/32x32/apps/qxgedit.png +share/icons/hicolor/scalable/apps/qxgedit.svg +share/metainfo/qxgedit.appdata.xml