Bug 186974 - New port: audio/p5-MP3-Tag-Utils Assorted utilities for manipulating MP3 files via MP3::Tag
Summary: New port: audio/p5-MP3-Tag-Utils Assorted utilities for manipulating MP3 fi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-23 09:20 UTC by Zane C. Bowers-Hadley
Modified: 2014-03-02 11:50 UTC (History)
0 users

See Also:


Attachments
p5-MP3-Tag-Utils.shar (2.33 KB, text/plain)
2014-02-23 09:20 UTC, Zane C. Bowers-Hadley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2014-02-23 09:20:01 UTC

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/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-23 09:20:09 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-23 09:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2014-02-24 06:12:58 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2014-03-02 09:10:53 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-03-02 11:40:37 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"