pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

midish: added package



Module Name:	pkgsrc-wip
Committed By:	Manuel Kuklinski <mk%asdfghasdfgh.de@localhost>
Pushed By:	mk
Date:		Thu Nov 2 18:24:23 2023 +0100
Changeset:	1448ff3d930832a200ee423b5820838f9c386f34

Added Files:
	midish/DESCR
	midish/Makefile
	midish/PLIST
	midish/distinfo

Log Message:
midish: added package

Midish is an open-source MIDI sequencer/filter for Unix-like operating systems. Implemented as a simple command-line interpreter (like a shell) it's intended to be lightweight, fast and reliable for real-time performance.

Important features:

multiple MIDI devices handling
synchronization to external audio/MIDI hardware/software
real-time MIDI filtering/routing (controller mapping, keyboard splitting, ...)
track recording, editing, progressive quantisation ...
import and export of standard MIDI files
system exclusive messages handling
...
Midish is open-source software distributed under a BSD-style license (compatible with GPL).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1448ff3d930832a200ee423b5820838f9c386f34

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 midish/DESCR    |  3 +++
 midish/Makefile | 14 ++++++++++++++
 midish/PLIST    |  4 ++++
 midish/distinfo |  5 +++++
 4 files changed, 26 insertions(+)

diffs:
diff --git a/midish/DESCR b/midish/DESCR
new file mode 100644
index 0000000000..a63e202056
--- /dev/null
+++ b/midish/DESCR
@@ -0,0 +1,3 @@
+Midish is an open-source MIDI sequencer/filter for Unix-like operating
+systems. Implemented as a simple command-line interpreter, it's intended to
+be lightweight, fast and reliable for real-time performance.
diff --git a/midish/Makefile b/midish/Makefile
new file mode 100644
index 0000000000..ebc04c765c
--- /dev/null
+++ b/midish/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	midish-1.3.3
+CATEGORIES=	audio
+MASTER_SITES=	https://midish.org/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://midish.org/
+COMMENT=	Open-source MIDI sequencer/filter
+#LICENSE=	# TODO: (see mk/license.mk)
+
+HAS_CONFIGURE=	yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/midish/PLIST b/midish/PLIST
new file mode 100644
index 0000000000..a44c680e88
--- /dev/null
+++ b/midish/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/Users/mk/pkgsrc/pkg-2023Q3/bin/bmake package"
+@comment TODO: 2. run "/Users/mk/pkgsrc/pkg-2023Q3/bin/bmake print-PLIST"
diff --git a/midish/distinfo b/midish/distinfo
new file mode 100644
index 0000000000..9739a73ba1
--- /dev/null
+++ b/midish/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (midish-1.3.3.tar.gz) = 65d03a8ac6e9cccddfefee2358abdd1fbd504540486706b9d722998ed4a55114
+SHA512 (midish-1.3.3.tar.gz) = 2d605c0a884ba4c372786c4c122f23854fc14a239b9fca3fbcc82e59af1a274dc17ca14991531611714d7192c6b4fdf3cec4fa6a5dff954734a8abea51892687
+Size (midish-1.3.3.tar.gz) = 188958 bytes


Home | Main Index | Thread Index | Old Index