cvs commit: ports/audio Makefile ports/audio/mp3guessenc Makefile distinfo pkg-descr ports/audio/mp3guessenc/files patch-mp3guessenc.c

Marcus Alves Grando mnag at FreeBSD.org
Sat Oct 1 06:28:48 PDT 2005


mnag        2005-10-01 13:28:48 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/mp3guessenc    Makefile distinfo pkg-descr 
    audio/mp3guessenc/files patch-mp3guessenc.c 
  Log:
  New port
  
  This is a command-line utility which tries to determine the encoder used to
  create an mp3 file.
  
  Each encoder has unique characteristics fingerprinted into each file. This
  program analyzes algorithms that are used in any given file and determines which
  encoder was used. For example the Xing encoder never uses short blocks.
  
  PR:             86768
  Submitted by:   Emanuel Haupt <ehaupt at critical.ch>
  Approved by:    pav (mentor)
  
  Revision  Changes    Path
  1.660     +1 -0      ports/audio/Makefile
  1.1       +34 -0     ports/audio/mp3guessenc/Makefile (new)
  1.1       +2 -0      ports/audio/mp3guessenc/distinfo (new)
  1.1       +22 -0     ports/audio/mp3guessenc/files/patch-mp3guessenc.c (new)
  1.1       +8 -0      ports/audio/mp3guessenc/pkg-descr (new)


More information about the cvs-all mailing list