Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Oct 2005 13:28:48 +0000 (UTC)
From:      Marcus Alves Grando <mnag@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/audio Makefile ports/audio/mp3guessenc Makefile distinfo pkg-descr ports/audio/mp3guessenc/files patch-mp3guessenc.c
Message-ID:  <200510011328.j91DSm5k059391@repoman.freebsd.org>

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



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