Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 20:10:04 +0200
From:      Hans Petter Selasky <hps@selasky.org>
To:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Request for commit approval : midi player pro new version
Message-ID:  <ea851291-6ef1-a88e-1bb5-90f43c08242c@selasky.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------FC67B7B8BD0BEE2B78E7946F
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

/usr/ports/audio/midipp

Changes:
- Added support for quartertones, octotones, hexatones and so on.
- Added support for bass offset effect.
- Added support for circle of fifths.
- Improved support for printing.

Approved by:	XXX

--------------FC67B7B8BD0BEE2B78E7946F
Content-Type: text/x-patch;
 name="midipp.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="midipp.diff"

Index: Makefile
===================================================================
--- Makefile	(revision 482718)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	midipp
-PORTVERSION=	1.3.4
+PORTVERSION=	2.0.0
 CATEGORIES=	audio
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
 		http://home.selasky.org:8192/distfiles/
Index: distinfo
===================================================================
--- distinfo	(revision 482718)
+++ distinfo	(working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501762592
-SHA256 (midipp-1.3.4.tar.bz2) = 0eaaad1f4dceb014349cc483dbcaec31f2c49e3812ac7c56fc04066f7d619a27
-SIZE (midipp-1.3.4.tar.bz2) = 112479
+TIMESTAMP = 1540145346
+SHA256 (midipp-2.0.0.tar.bz2) = 1523439c1a4ed1e6af5fcac9e077105d28fabb460f91e8a40242735d98926ddc
+SIZE (midipp-2.0.0.tar.bz2) = 119146
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 482718)
+++ pkg-descr	(working copy)
@@ -9,8 +9,10 @@
 - Loading and saving from and to standard v1.0 MIDI files.
 - Realtime MIDI processing.
 - Simple sequence looping.
+- Supports simple karaoke mode.
 - 30000 BPM MIDI recording and playback.
 - Undo/Redo support.
 - Printing music like PDF.
+- Supports quarter-, octo- and hexa- tones.
 
 WWW: http://www.selasky.org/hans_petter/midistudio/

--------------FC67B7B8BD0BEE2B78E7946F--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ea851291-6ef1-a88e-1bb5-90f43c08242c>