cvs commit: ports/audio/jack-keyboard Makefile distinfo

Koop Mast kwm at FreeBSD.org
Thu May 10 15:03:53 UTC 2012


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


More information about the cvs-ports mailing list