git: ab31b591e5a6 - main - New port: audio/qxgedit: Editor for MIDI System Exclusive files for XG devices
Yuri Victorovich
yuri at FreeBSD.org
Tue May 11 23:24:55 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ab31b591e5a6db3b3a8684ebc190e90c6024154a
commit ab31b591e5a6db3b3a8684ebc190e90c6024154a
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-11 23:24:05 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
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 at 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 <bsd.port.mk>
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
More information about the dev-commits-ports-all
mailing list