cvs commit: ports/audio Makefile ports/audio/mac Makefile distinfo pkg-descr pkg-plist ports/audio/mac/files patch-src-MACLib-Assembly-Assembly.hpatch-src-Shared-NoWindows.h

Pav Lucistnik pav at FreeBSD.org
Wed Aug 11 00:52:12 PDT 2004


pav         2004-08-11 07:52:12 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/mac            Makefile distinfo pkg-descr pkg-plist 
    audio/mac/files      patch-src-MACLib-APEInfo.cpp 
                         patch-src-MACLib-APETag.cpp 
                         patch-src-MACLib-Assembly-Assembly.h 
                         patch-src-MACLib-MACLib.cpp 
                         patch-src-MACLib-WAVInputSource.cpp 
                         patch-src-Shared-NoWindows.h 
  Log:
  Add mac, Monkey's Audio Codec which was recently released in source code.
  It contain a library and an executable compressor/decompressor of .ape files.
  
  Does not build under 4.x, we hit the wall with missing wcstol(). Working
  patches would be welcomed.
  
  PR:             ports/70153
  Submitted by:   Martin Dieringer <Martin.Dieringer at t-online.de>
  
  Revision  Changes    Path
  1.545     +1 -0      ports/audio/Makefile
  1.1       +38 -0     ports/audio/mac/Makefile (new)
  1.1       +2 -0      ports/audio/mac/distinfo (new)
  1.1       +11 -0     ports/audio/mac/files/patch-src-MACLib-APEInfo.cpp (new)
  1.1       +20 -0     ports/audio/mac/files/patch-src-MACLib-APETag.cpp (new)
  1.1       +11 -0     ports/audio/mac/files/patch-src-MACLib-Assembly-Assembly.h (new)
  1.1       +20 -0     ports/audio/mac/files/patch-src-MACLib-MACLib.cpp (new)
  1.1       +11 -0     ports/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp (new)
  1.1       +11 -0     ports/audio/mac/files/patch-src-Shared-NoWindows.h (new)
  1.1       +9 -0      ports/audio/mac/pkg-descr (new)
  1.1       +24 -0     ports/audio/mac/pkg-plist (new)


More information about the cvs-all mailing list