CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2009/01/09 19:08:34

Log message:
    import wavpack, tweaked from a ports@ submission by Alexandr Shadchin
    
    WavPack is a completely open audio compression format providing
    lossless, high-quality lossy, and a unique hybrid compression mode.
    The compression ratio depends on the source material, but generally
    is between 30% and 70%.
    
    The hybrid mode provides all the advantages of lossless compression
    with an additional bonus. Instead of creating a single file, this
    mode creates both a relatively small, high-quality lossy file that
    can be used all by itself, and a "correction" file that (when
    combined with the lossy file) provides full lossless restoration.
    
    WavPack employs only well known, public domain techniques (i.e.,
    linear prediction with LMS adaptation, Elias and Golomb codes) in
    its implementation. Methods and algorithms that have ever been
    patented (e.g., arithmetic coding, LZW compression) are specifically
    avoided.
    
    Status:
    
    Vendor Tag: sthen
    Release Tags:       sthen_20090110
    
    N ports/audio/wavpack/Makefile
    N ports/audio/wavpack/distinfo
    N ports/audio/wavpack/pkg/DESCR
    N ports/audio/wavpack/pkg/PLIST
    N ports/audio/wavpack/pkg/PFRAG.shared
    
    No conflicts created by this import

Reply via email to