From owner-freebsd-ports@freebsd.org Sun Oct 21 18:10:36 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E05ABFFC9EC for ; Sun, 21 Oct 2018 18:10:36 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73DCD728E3 for ; Sun, 21 Oct 2018 18:10:36 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [178.17.145.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 1F1982600CB for ; Sun, 21 Oct 2018 20:10:35 +0200 (CEST) To: FreeBSD Ports From: Hans Petter Selasky Subject: Request for commit approval : midi player pro new version Message-ID: Date: Sun, 21 Oct 2018 20:10:04 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------FC67B7B8BD0BEE2B78E7946F" Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2018 18:10:37 -0000 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--