svn commit: r482723 - head/audio/midipp

Hans Petter Selasky hselasky at FreeBSD.org
Sun Oct 21 21:23:42 UTC 2018


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/


More information about the svn-ports-all mailing list