From vvelox@vvelox.net  Sun Feb 23 09:17:37 2014
Return-Path: <vvelox@vvelox.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 90DB0392
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Feb 2014 09:17:37 +0000 (UTC)
Received: from vulpes.vvelox.net (vulpes.vvelox.net [99.69.115.42])
	by mx1.freebsd.org (Postfix) with ESMTP id B0780190B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Feb 2014 09:17:35 +0000 (UTC)
Received: from vixen42.vulpes.vvelox.net (vixen42.vulpes.vvelox.net [192.168.15.2])
	(Authenticated sender: kitsune)
	by vulpes.vvelox.net (Postfix) with ESMTPA id 8ACF5492BBA9
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Feb 2014 03:11:59 -0600 (CST)
Message-Id: <1393146408.523161.90033@vixen42.vulpes.vvelox.net>
Date: Sun, 23 Feb 2014 03:06:48 -0600
From: "Zane C.B-H." <vvelox@vvelox.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: New port: audio/p5-MP3-Tag-Utils   Assorted utilities for manipulating MP3 files via MP3::Tag
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         186974
>Category:       ports
>Synopsis:       New port: audio/p5-MP3-Tag-Utils   Assorted utilities for manipulating MP3 files via MP3::Tag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 23 09:20:01 UTC 2014
>Closed-Date:    Sun Mar 02 09:10:54 UTC 2014
>Last-Modified:  Sun Mar  2 11:50:02 UTC 2014
>Originator:     Zane C.B-H.
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:


System: FreeBSD 9.2-STABLE #2 r261201: Sun Jan 26 22:33:56 CST 2014
    kitsune@vixen42.vulpes.vvelox.net:/usr/obj/arc/src/FreeBSD/9-stable/sys/GENERIC



>Description:


Assorted utilities for manipulating MP3 files via MP3::Tag.

mp3rename - Rename MP3 files based off of it's tags.
mp3show - Show tags for one or more MP3 file.
mp3tag - Manipulate the tags for one or more MP3 files.

WWW: http://search.cpan.org/dist/MP3-Tag-Utils/



>How-To-Repeat:





>Fix:


--- p5-MP3-Tag-Utils.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-MP3-Tag-Utils/
#	p5-MP3-Tag-Utils/pkg-descr
#	p5-MP3-Tag-Utils/pkg-plist
#	p5-MP3-Tag-Utils/Makefile
#	p5-MP3-Tag-Utils/distinfo
#
echo c - p5-MP3-Tag-Utils/
mkdir -p p5-MP3-Tag-Utils/ > /dev/null 2>&1
echo x - p5-MP3-Tag-Utils/pkg-descr
sed 's/^X//' >p5-MP3-Tag-Utils/pkg-descr << 'ea01ed49341299f9e4fd663865a50a42'
XAssorted utilities for manipulating MP3 files via MP3::Tag.
X
Xmp3rename - Rename MP3 files based off of it's tags.
Xmp3show - Show tags for one or more MP3 file.
Xmp3tag - Manipulate the tags for one or more MP3 files.
X
XWWW: http://search.cpan.org/dist/MP3-Tag-Utils/
ea01ed49341299f9e4fd663865a50a42
echo x - p5-MP3-Tag-Utils/pkg-plist
sed 's/^X//' >p5-MP3-Tag-Utils/pkg-plist << '127dd1e0cbad59fd3d8b53dbbb7e6bad'
Xbin/mp3rename
Xbin/mp3show
Xbin/mp3tag
X%%SITE_PERL%%/MP3/Tag/Utils.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag/Utils/.packlist
X%%PERL5_MAN3%%/MP3::Tag::Utils.3.gz
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag/Utils
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3
X@dirrmtry %%SITE_PERL%%/MP3/Tag
X@dirrmtry %%SITE_PERL%%/MP3
127dd1e0cbad59fd3d8b53dbbb7e6bad
echo x - p5-MP3-Tag-Utils/Makefile
sed 's/^X//' >p5-MP3-Tag-Utils/Makefile << 'e77f7bace05e90100af815e4f3908bef'
X# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
X# $FreeBSD$
X
XPORTNAME=	MP3-Tag-Utils
XPORTVERSION=	0.0.3
XCATEGORIES=	audio perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	CPAN:VVELOX
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	vvelox@vvelox.net
XCOMMENT=	Assorted utilities for manipulating MP3 files via MP3::Tag
X
XRUN_DEPENDS=	p5-MP3-Tag>=1.13:${PORTSDIR}/audio/p5-MP3-Tag \
X		p5-Text-NeatTemplate>=0.10.01:${PORTSDIR}/textproc/p5-Text-NeatTemplate
X
XUSES=		perl5
XUSE_PERL5=	configure
X
X.include <bsd.port.mk>
e77f7bace05e90100af815e4f3908bef
echo x - p5-MP3-Tag-Utils/distinfo
sed 's/^X//' >p5-MP3-Tag-Utils/distinfo << '690b35d8b856889ccbfef780a4acc1b4'
XSHA256 (MP3-Tag-Utils-0.0.3.tar.gz) = 413375ed6cc8e1f4f0379c2576262d89446380b8bc11cdeab7122d9c209b3ad1
XSIZE (MP3-Tag-Utils-0.0.3.tar.gz) = 7328
690b35d8b856889ccbfef780a4acc1b4
exit

--- p5-MP3-Tag-Utils.shar ends here ---



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sun Feb 23 09:20:09 UTC 2014 
Class-Changed-Why:  
Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186974 
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 23 09:20:11 UTC 2014 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186974 
Responsible-Changed-From-To: perl->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Mon Feb 24 06:12:58 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186974 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Sun Mar 2 09:10:53 UTC 2014 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186974 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186974: commit references a PR
Date: Sun,  2 Mar 2014 11:40:37 +0000 (UTC)

 Author: culot
 Date: Sun Mar  2 09:10:35 2014
 New Revision: 346744
 URL: http://svnweb.freebsd.org/changeset/ports/346744
 QAT: https://qat.redports.org/buildarchive/r346744/
 
 Log:
   Assorted utilities for manipulating MP3 files via MP3::Tag.
   
   mp3rename - Rename MP3 files based off of it's tags.
   mp3show - Show tags for one or more MP3 file.
   mp3tag - Manipulate the tags for one or more MP3 files.
   
   WWW: http://search.cpan.org/dist/MP3-Tag-Utils/
   
   PR:             ports/186974
   Submitted by:   Zane C. Bowers-Hadley <vvelox@vvelox.net>
 
 Added:
   head/audio/p5-MP3-Tag-Utils/
   head/audio/p5-MP3-Tag-Utils/Makefile   (contents, props changed)
   head/audio/p5-MP3-Tag-Utils/distinfo   (contents, props changed)
   head/audio/p5-MP3-Tag-Utils/pkg-descr   (contents, props changed)
   head/audio/p5-MP3-Tag-Utils/pkg-plist   (contents, props changed)
 Modified:
   head/audio/Makefile
 
 Modified: head/audio/Makefile
 ==============================================================================
 --- head/audio/Makefile	Sun Mar  2 08:48:05 2014	(r346743)
 +++ head/audio/Makefile	Sun Mar  2 09:10:35 2014	(r346744)
 @@ -560,6 +560,7 @@
      SUBDIR += p5-MP3-ID3v1Tag
      SUBDIR += p5-MP3-Info
      SUBDIR += p5-MP3-Tag
 +    SUBDIR += p5-MP3-Tag-Utils
      SUBDIR += p5-MPEG-ID3v2Tag
      SUBDIR += p5-Music-Audioscrobbler-MPD
      SUBDIR += p5-Music-Audioscrobbler-Submit
 
 Added: head/audio/p5-MP3-Tag-Utils/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/audio/p5-MP3-Tag-Utils/Makefile	Sun Mar  2 09:10:35 2014	(r346744)
 @@ -0,0 +1,26 @@
 +# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
 +# $FreeBSD$
 +
 +PORTNAME=	MP3-Tag-Utils
 +PORTVERSION=	0.0.3
 +CATEGORIES=	audio perl5
 +MASTER_SITES=	CPAN
 +MASTER_SITE_SUBDIR=	CPAN:VVELOX
 +PKGNAMEPREFIX=	p5-
 +
 +MAINTAINER=	vvelox@vvelox.net
 +COMMENT=	Assorted utilities for manipulating MP3 files via MP3::Tag
 +
 +LICENSE=	ART10 GPLv1
 +LICENSE_COMB=	dual
 +
 +BUILD_DEPENDS=	p5-MP3-Tag>=1.13:${PORTSDIR}/audio/p5-MP3-Tag \
 +		p5-Text-NeatTemplate>=0.10.01:${PORTSDIR}/textproc/p5-Text-NeatTemplate
 +RUN_DEPENDS:=	${BUILD_DEPENDS}
 +
 +USES=		perl5 shebangfix
 +USE_PERL5=	configure
 +
 +SHEBANG_FILES=	bin/mp3rename bin/mp3show bin/mp3tag
 +
 +.include <bsd.port.mk>
 
 Added: head/audio/p5-MP3-Tag-Utils/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/audio/p5-MP3-Tag-Utils/distinfo	Sun Mar  2 09:10:35 2014	(r346744)
 @@ -0,0 +1,2 @@
 +SHA256 (MP3-Tag-Utils-0.0.3.tar.gz) = 413375ed6cc8e1f4f0379c2576262d89446380b8bc11cdeab7122d9c209b3ad1
 +SIZE (MP3-Tag-Utils-0.0.3.tar.gz) = 7328
 
 Added: head/audio/p5-MP3-Tag-Utils/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/audio/p5-MP3-Tag-Utils/pkg-descr	Sun Mar  2 09:10:35 2014	(r346744)
 @@ -0,0 +1,7 @@
 +Assorted utilities for manipulating MP3 files via MP3::Tag.
 +
 +mp3rename - Rename MP3 files based off of it's tags.
 +mp3show - Show tags for one or more MP3 file.
 +mp3tag - Manipulate the tags for one or more MP3 files.
 +
 +WWW: http://search.cpan.org/dist/MP3-Tag-Utils/
 
 Added: head/audio/p5-MP3-Tag-Utils/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/audio/p5-MP3-Tag-Utils/pkg-plist	Sun Mar  2 09:10:35 2014	(r346744)
 @@ -0,0 +1,11 @@
 +bin/mp3rename
 +bin/mp3show
 +bin/mp3tag
 +%%SITE_PERL%%/MP3/Tag/Utils.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag/Utils/.packlist
 +%%PERL5_MAN3%%/MP3::Tag::Utils.3.gz
 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag/Utils
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3
 +@dirrmtry %%SITE_PERL%%/MP3/Tag
 +@dirrmtry %%SITE_PERL%%/MP3
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
