Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2007 23:19:54 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/audio Makefile ports/audio/musica Makefile distinfo pkg-descr ports/audio/musica/files patch-src_channel2device.cc patch-src_dnd.cc patch-src_events.cc patch-src_gui.cc patch-src_help.cc patch-src_main.cc ...
Message-ID:  <200712182319.lBINJsQw073853@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2007-12-18 23:19:54 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/musica         Makefile distinfo pkg-descr 
    audio/musica/files   patch-src_channel2device.cc 
                         patch-src_dnd.cc patch-src_events.cc 
                         patch-src_gui.cc patch-src_help.cc 
                         patch-src_main.cc patch-src_ossmidi.cc 
                         patch-src_program2device.cc 
                         patch-src_readmidi.cc 
                         patch-src_sequence.cc 
  Log:
  Musica is a GTK based MIDI player.
  
  - Plays MIDI files on Linux machines with an OSS sound card interface.
  - GTK based user interface supporting drag-and-drop for easy file
    selection. Drag a MIDI file from the GNOME-ified Midnight Commander
    to Musica's drop pocket and it automatically loads the file.
  - Tempo adjustment, Play a MIDI file up to four times faster or slower.
  - Fast forward. Skip those dull passages in a MIDI file.
  
  WWW: http://www-ict.its.tudelft.nl/~erik/open-source/musica
  
  PR:             ports/118839
  Submitted by:   Pietro Cerutti <gahr at gahr.ch>
  
  Revision  Changes    Path
  1.916     +1 -0      ports/audio/Makefile
  1.1       +27 -0     ports/audio/musica/Makefile (new)
  1.1       +3 -0      ports/audio/musica/distinfo (new)
  1.1       +11 -0     ports/audio/musica/files/patch-src_channel2device.cc (new)
  1.1       +11 -0     ports/audio/musica/files/patch-src_dnd.cc (new)
  1.1       +37 -0     ports/audio/musica/files/patch-src_events.cc (new)
  1.1       +183 -0    ports/audio/musica/files/patch-src_gui.cc (new)
  1.1       +11 -0     ports/audio/musica/files/patch-src_help.cc (new)
  1.1       +29 -0     ports/audio/musica/files/patch-src_main.cc (new)
  1.1       +21 -0     ports/audio/musica/files/patch-src_ossmidi.cc (new)
  1.1       +11 -0     ports/audio/musica/files/patch-src_program2device.cc (new)
  1.1       +12 -0     ports/audio/musica/files/patch-src_readmidi.cc (new)
  1.1       +13 -0     ports/audio/musica/files/patch-src_sequence.cc (new)
  1.1       +10 -0     ports/audio/musica/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712182319.lBINJsQw073853>