Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2005 23:46:49 +0000 (UTC)
From:      Jean-Yves Lefort <jylefort@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200507282346.j6SNkn9h093361@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



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