From owner-cvs-ports@FreeBSD.ORG Thu May 10 15:03:53 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75F04106564A; Thu, 10 May 2012 15:03:53 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A3778FC21; Thu, 10 May 2012 15:03:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4AF3r3i093682; Thu, 10 May 2012 15:03:53 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4AF3rB8093681; Thu, 10 May 2012 15:03:53 GMT (envelope-from kwm) Message-Id: <201205101503.q4AF3rB8093681@repoman.freebsd.org> From: Koop Mast Date: Thu, 10 May 2012 15:03:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/jack-keyboard Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 15:03:53 -0000 kwm 2012-05-10 15:03:53 UTC FreeBSD ports repository Modified files: audio/jack-keyboard Makefile distinfo Log: Update to 2.7.1. - fix a warning regarding the redefinition of NNOTES - raise NNOTES from 127 to 128 (only notes 0..125 were being shown because 127 was < NNOTES and 126 is black) - only show the keys that exist on a real piano by default, and add a "-f" ('full midi keyboard') command line option to show all midi notes. - make the dimensions slightly closer to a real piano by: > making the black key hight two third of the white key height > making the black key positions vary based on their position in the octave - adding a QWERTY_REV layout that has the lower keys on the upper row of the keyboard - adding QWERTY_UK and QWERTY_UK_REV layouts that extend the QWERTY and QWERTY_REV layouts with the punctuation keys available on those rows - Assign maintainership to submitter. Submitted by: hselasky@ Approved by: maintainer Revision Changes Path 1.25 +2 -2 ports/audio/jack-keyboard/Makefile 1.14 +2 -2 ports/audio/jack-keyboard/distinfo