cvs commit: ports/audio Makefile ports/audio/moc Makefile distinfo pkg-descr pkg-plist ports/audio/moc/files patch-audio__conversion.c patch-decoder__plugins_flac_flac.c patch-decoder__plugins_speex_speex.c patch-io__curl.c patch-server.c

Jean-Yves Lefort jylefort at FreeBSD.org
Thu Jul 28 23:46:50 GMT 2005


jylefort    2005-07-28 23:46:49 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/moc            Makefile distinfo pkg-descr pkg-plist 
    audio/moc/files      patch-audio__conversion.c 
                         patch-decoder__plugins_flac_flac.c 
                         patch-decoder__plugins_speex_speex.c 
                         patch-io__curl.c patch-server.c 
  Log:
  Add moc.
  
  MOC (music on console) is a console audio player designed to be powerful and
  easy to use.
  
  MOC plays smoothly, regardless of system or I/O load, because it handles the
  output buffer in a separate thread. It does not cause gaps between files,
  because the next file to be played is pre-cached while playing the current
  file.
  
  Supported file formats are: MP3, Ogg Vorbis, FLAC, Musepack (mpc), Speex, WAVE,
  AIFF, AU, SVX, Sphere Nist WAV, IRCAM SF, Creative VOC.
  
  WWW: http://moc.daper.net/
  
  PR:             ports/84153
  Submitted by:   Integral <rzinkov at gmail.com>
  
  Revision  Changes    Path
  1.648     +1 -0      ports/audio/Makefile
  1.1       +104 -0    ports/audio/moc/Makefile (new)
  1.1       +2 -0      ports/audio/moc/distinfo (new)
  1.1       +45 -0     ports/audio/moc/files/patch-audio__conversion.c (new)
  1.1       +16 -0     ports/audio/moc/files/patch-decoder__plugins_flac_flac.c (new)
  1.1       +11 -0     ports/audio/moc/files/patch-decoder__plugins_speex_speex.c (new)
  1.1       +11 -0     ports/audio/moc/files/patch-io__curl.c (new)
  1.1       +12 -0     ports/audio/moc/files/patch-server.c (new)
  1.1       +12 -0     ports/audio/moc/pkg-descr (new)
  1.1       +16 -0     ports/audio/moc/pkg-plist (new)


More information about the cvs-all mailing list