aboutsummaryrefslogtreecommitdiff
path: root/audio/jack-keyboard
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2012-05-10 15:03:53 +0000
committerKoop Mast <kwm@FreeBSD.org>2012-05-10 15:03:53 +0000
commite038777bf3d1ae996df7d17070b945b49758feeb (patch)
tree1ad4521a20a7d426d7d0dbff9da08067e4b747d8 /audio/jack-keyboard
parentdfb4dc1287e0e45d787a0a8536fca4aa374b679c (diff)
downloadports-e038777bf3d1ae996df7d17070b945b49758feeb.tar.gz
ports-e038777bf3d1ae996df7d17070b945b49758feeb.zip
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
Notes
Notes: svn path=/head/; revision=296374
Diffstat (limited to 'audio/jack-keyboard')
-rw-r--r--audio/jack-keyboard/Makefile4
-rw-r--r--audio/jack-keyboard/distinfo4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/jack-keyboard/Makefile b/audio/jack-keyboard/Makefile
index 5055be562c81..29474d63eee2 100644
--- a/audio/jack-keyboard/Makefile
+++ b/audio/jack-keyboard/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= jack-keyboard
-DISTVERSION= 2.6
+DISTVERSION= 2.7.1
CATEGORIES= audio
MASTER_SITES= SF \
http://hselasky.homeunix.org:8192/distfiles/
-MAINTAINER= trasz@FreeBSD.org
+MAINTAINER= hselasky@FreeBSD.org
COMMENT= Virtual keyboard for JACK MIDI
LICENSE= BSD
diff --git a/audio/jack-keyboard/distinfo b/audio/jack-keyboard/distinfo
index c74a052b5d3a..b0d47ab7dfed 100644
--- a/audio/jack-keyboard/distinfo
+++ b/audio/jack-keyboard/distinfo
@@ -1,2 +1,2 @@
-SHA256 (jack-keyboard-2.6.tar.gz) = 9030b67ff0b8d61eafbaf1c76fa5b55cf97616827609034edd15853316c4084f
-SIZE (jack-keyboard-2.6.tar.gz) = 28262
+SHA256 (jack-keyboard-2.7.1.tar.gz) = ee53b44680eba2726e22f59430493f1d23c56da4d920171ec186b24010f9f5b9
+SIZE (jack-keyboard-2.7.1.tar.gz) = 29440