From owner-svn-ports-head@freebsd.org Sun Oct 21 21:23:42 2018 Return-Path: Delivered-To: svn-ports-head@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 1B67E1036ECD; Sun, 21 Oct 2018 21:23:42 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BEE957960B; Sun, 21 Oct 2018 21:23:41 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B893813173; Sun, 21 Oct 2018 21:23:41 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9LLNfa4085697; Sun, 21 Oct 2018 21:23:41 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9LLNfAY085694; Sun, 21 Oct 2018 21:23:41 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201810212123.w9LLNfAY085694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Sun, 21 Oct 2018 21:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482723 - head/audio/midipp X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: head/audio/midipp X-SVN-Commit-Revision: 482723 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2018 21:23:42 -0000 Author: hselasky (src committer) Date: Sun Oct 21 21:23:40 2018 New Revision: 482723 URL: https://svnweb.freebsd.org/changeset/ports/482723 Log: Update midipp to 2.0.0 - 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: jbeich (ports) Modified: head/audio/midipp/Makefile head/audio/midipp/distinfo head/audio/midipp/pkg-descr Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Sun Oct 21 20:55:17 2018 (r482722) +++ head/audio/midipp/Makefile Sun Oct 21 21:23:40 2018 (r482723) @@ -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/ Modified: head/audio/midipp/distinfo ============================================================================== --- head/audio/midipp/distinfo Sun Oct 21 20:55:17 2018 (r482722) +++ head/audio/midipp/distinfo Sun Oct 21 21:23:40 2018 (r482723) @@ -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 Modified: head/audio/midipp/pkg-descr ============================================================================== --- head/audio/midipp/pkg-descr Sun Oct 21 20:55:17 2018 (r482722) +++ head/audio/midipp/pkg-descr Sun Oct 21 21:23:40 2018 (r482723) @@ -9,8 +9,10 @@ with your fingertips. List of supported features: - 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/