From owner-svn-ports-head@freebsd.org Tue Jan 26 23:20:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A324A6F31F; Tue, 26 Jan 2016 23:20:23 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66C6B1179; Tue, 26 Jan 2016 23:20:23 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0QNKMIE005790; Tue, 26 Jan 2016 23:20:22 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0QNKMdY005787; Tue, 26 Jan 2016 23:20:22 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601262320.u0QNKMdY005787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 26 Jan 2016 23:20:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407325 - head/audio/mp3stat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 23:20:23 -0000 Author: junovitch Date: Tue Jan 26 23:20:22 2016 New Revision: 407325 URL: https://svnweb.freebsd.org/changeset/ports/407325 Log: audio/mp3stat: update maintainer and unbreak - Update MAINTAINER; pass from ports@ to submitter - Update MASTER_SITES link to maintainer's mirror and remove BROKEN - Remove DISTNAME and update distinfo for new name; SHA256 remains identical - Wrap pkg-descr text at 76 characters and update WWW: to new mirror PR: 206172 Submitted by: Chris Hutchinson Modified: head/audio/mp3stat/Makefile head/audio/mp3stat/distinfo head/audio/mp3stat/pkg-descr Modified: head/audio/mp3stat/Makefile ============================================================================== --- head/audio/mp3stat/Makefile Tue Jan 26 23:02:48 2016 (r407324) +++ head/audio/mp3stat/Makefile Tue Jan 26 23:20:22 2016 (r407325) @@ -5,14 +5,10 @@ PORTNAME= mp3stat PORTVERSION= 2.6.01 PORTREVISION= 12 CATEGORIES= audio -MASTER_SITES= https://signal-lost.homeip.net/files/ \ - http://www.sourcefiles.org/Multimedia/MP3/Tools/Processing/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= http://BSDforge.com/projects/source/audio/mp3stat/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Read information about mp3s and oggs bitstream - -BROKEN= unfetchable +MAINTAINER= portmaster@BSDforge.com +COMMENT= Read information about an MP3's, or OGG's bitstream LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -23,8 +19,6 @@ USE_GNOME= gtk20 LDFLAGS+= -Wl,--rpath,${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - PORTDOCS= README PLIST_FILES= bin/mp3stat \ lib/mp3stat/input_mp3.so \ Modified: head/audio/mp3stat/distinfo ============================================================================== --- head/audio/mp3stat/distinfo Tue Jan 26 23:02:48 2016 (r407324) +++ head/audio/mp3stat/distinfo Tue Jan 26 23:20:22 2016 (r407325) @@ -1,2 +1,2 @@ -SHA256 (mp3stat_2.6.01.tar.gz) = d899cd494deab4aaf3cc9590943816152338b2963391139fdf66b1bc9944315c -SIZE (mp3stat_2.6.01.tar.gz) = 30672 +SHA256 (mp3stat-2.6.01.tar.gz) = d899cd494deab4aaf3cc9590943816152338b2963391139fdf66b1bc9944315c +SIZE (mp3stat-2.6.01.tar.gz) = 30672 Modified: head/audio/mp3stat/pkg-descr ============================================================================== --- head/audio/mp3stat/pkg-descr Tue Jan 26 23:02:48 2016 (r407324) +++ head/audio/mp3stat/pkg-descr Tue Jan 26 23:20:22 2016 (r407325) @@ -1,13 +1,14 @@ -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, average bitrate. The batch mode -can take mp3s and oggs in the same directory but it cannot (not yet at least) -recursively run into subdirectories. +Mp3stat is a utility to read information about MP3's and OGG's bitstream. +More 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 be +extended trivially to give just as much info as the GUI version, but now +defaults to configurable output of 3 pieces of info; name, runtime, and +average bitrate. The batch mode can take MP3's, and OGG's in the same +directory, but it cannot (yet at least) recursively run into subdirectories +-- this will be possible in the next version, arriving soon. -WWW: https://signal-lost.homeip.net/ +WWW: http://BSDforge.com/projects/audio/mp3stat/