From b1470ece69444d65f6df60ecdb1c8c10fd9ff6af Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 23 Jun 2011 12:54:46 +0000 Subject: Add midipp. A MIDI playback, recording and live performance tool Submitted by: Hans Petter Selasky --- audio/midipp/Makefile | 26 ++++++++++++++++++++++++++ audio/midipp/distinfo | 2 ++ audio/midipp/pkg-descr | 13 +++++++++++++ audio/midipp/pkg-plist | 4 ++++ 4 files changed, 45 insertions(+) create mode 100644 audio/midipp/Makefile create mode 100644 audio/midipp/distinfo create mode 100644 audio/midipp/pkg-descr create mode 100644 audio/midipp/pkg-plist (limited to 'audio') diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile new file mode 100644 index 000000000000..8fbd3d076bac --- /dev/null +++ b/audio/midipp/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: midipp +# Date created: 21 June 2011 +# Whom: Hans Petter Selasky +# +# $FreeBSD$ +# + +PORTNAME= midipp +PORTVERSION= 1.0.0 +CATEGORIES= audio +MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ + http://hselasky.homeunix.org:8192/distfiles/ + +MAINTAINER= hselasky@FreeBSD.org +COMMENT= A MIDI playback, recording and live performance tool + +LIB_DEPENDS= umidi20.1:${PORTSDIR}/audio/libumidi + +LICENSE= BSD +USE_BZIP2= yes +USE_QT_VER= 4 +QT_COMPONENTS= gui qmake_build moc +QMAKE_ARGS= PREFIX=${PREFIX} ${PORTNAME}.pro +MAKE_JOBS_SAFE= yes + +.include diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo new file mode 100644 index 000000000000..7109b9b482ff --- /dev/null +++ b/audio/midipp/distinfo @@ -0,0 +1,2 @@ +SHA256 (midipp-1.0.0.tar.bz2) = 7e256cc830f6853e9ef9b51938430e8148ceabae7f36fe38cc2c4319951f4cfc +SIZE (midipp-1.0.0.tar.bz2) = 38792 diff --git a/audio/midipp/pkg-descr b/audio/midipp/pkg-descr new file mode 100644 index 000000000000..7a0fc35049ab --- /dev/null +++ b/audio/midipp/pkg-descr @@ -0,0 +1,13 @@ +MIDI Player Pro allows you to play any kind of MIDI music in seconds +with your fingertips. List of supported features: + +- Raw MIDI. +- Jack MIDI. +- Import from lyrics sites (chorded lyrics) +- Import from GuitarPro v3 and v4 format. +- Loading and saving from and to standard v1.0 MIDI files. +- Live performancing. +- Simple sequence looping. +- Printing music like PDF. + +WWW: http://www.selasky.org/hans_petter/midistudio/ diff --git a/audio/midipp/pkg-plist b/audio/midipp/pkg-plist new file mode 100644 index 000000000000..4f9b4088a5e0 --- /dev/null +++ b/audio/midipp/pkg-plist @@ -0,0 +1,4 @@ +bin/midipp +share/pixmaps/midipp.png +share/applications/midipp.desktop +@dirrmtry share/applications -- cgit