Index: head/audio/mp3stat/Makefile =================================================================== --- head/audio/mp3stat/Makefile (revision 71872) +++ head/audio/mp3stat/Makefile (revision 71873) @@ -1,37 +1,36 @@ # ex:ts=8 # Ports collection makefile for: mp3stat # Date created: Mar 20, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= mp3stat PORTVERSION= 2.5.6 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://safemode.homeip.net/ \ - ftp://ftp.cronyx.ru/pub/FreeBSD/ports/distfiles/ +MASTER_SITES= ftp://ftp.cronyx.ru/pub/FreeBSD/ports/distfiles/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOMENG= yes USE_GNOME= gtk12 USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" .if defined(WITH_VORBIS) LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis MAKE_ENV+= WITH_VORBIS="${WITH_VORBIS}" pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "If you want to compile with Ogg/Vorbis support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_VORBIS=yes\"" @${ECHO_MSG} .endif .include Property changes on: head/audio/mp3stat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/audio/mp3stat/pkg-descr =================================================================== --- head/audio/mp3stat/pkg-descr (revision 71872) +++ head/audio/mp3stat/pkg-descr (revision 71873) @@ -1,13 +1,11 @@ Mp3stat is a utility to read information about mp3s and oggs bitstream. Most specifically, how certain bitrates have been placed in the bitstream by the encoder. Not only does mp3stat give you a graphical representation of the average bitrate per 1/500th of the file in a linear bar graph to allow you to compare encoders and settings, it also has a batch file mode. The batch file mode allows you to use mp3stat as a script utility instead of gui, for use in your own programs and or scripts. The batch mode can trivially be extended to give just as much info as the gui version but now defaults to a configurable output of 3 pieces of info, name, runtime, avgerage bitrate. The batch mode can take mp3s and oggs in the same directory but it cannot (not yet at least) recursively run into subdirectories. - -WWW: http://safemode.homeip.net/ Property changes on: head/audio/mp3stat/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property