Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2005 00:04:26 -0800 (PST)
From:      Kelly Yancey <kbyanc@kbyanc.nttmcl.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79297: New port: audio/p5-MP3-ID3Lib
Message-ID:  <200503280804.j2S84Qvo095969@kbyanc.nttmcl.com>
Resent-Message-ID: <200503280810.j2S8A89u005922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         79297
>Category:       ports
>Synopsis:       New port: audio/p5-MP3-ID3Lib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 28 08:10:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Kelly Yancey
>Release:        FreeBSD 4.10-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD kbyanc.nttmcl.com 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #39: Mon May 10 11:41:48 PDT 2004 kbyanc@kbyanc.nttmcl.com:/usr/src/sys/compile/NTTMCL i386


>Description:
	Perl wrapper for id3lib.
>How-To-Repeat:
>Fix:

# 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:
#
#	audio/p5-MP3-ID3Lib
#	audio/p5-MP3-ID3Lib/Makefile
#	audio/p5-MP3-ID3Lib/distinfo
#	audio/p5-MP3-ID3Lib/pkg-plist
#	audio/p5-MP3-ID3Lib/pkg-descr
#
echo c - audio/p5-MP3-ID3Lib
mkdir -p audio/p5-MP3-ID3Lib > /dev/null 2>&1
echo x - audio/p5-MP3-ID3Lib/Makefile
sed 's/^X//' >audio/p5-MP3-ID3Lib/Makefile << 'END-of-audio/p5-MP3-ID3Lib/Makefile'
X# New ports collection makefile for:	p5-MP3-ID3Lib
X# Date created:		27-March-2005
X# Whom:			Kelly Yancey <kbyanc@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	MP3-ID3Lib
XPORTVERSION=	0.12
XCATEGORIES=	audio perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=MP3
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Perl interface to ID3Lib
X
XLIB_DEPENDS=	id3-3.8.3:${PORTSDIR}/audio/id3lib
X
XPERL_CONFIGURE=	yes
XINSTALLS_SHLIB=	yes
X
XCC=		${CXX}
XCFLAGS=
X
XMAN3=		MP3::ID3Lib.3 \
X		MP3::ID3Lib::Frame.3
X
X.include <bsd.port.mk>
END-of-audio/p5-MP3-ID3Lib/Makefile
echo x - audio/p5-MP3-ID3Lib/distinfo
sed 's/^X//' >audio/p5-MP3-ID3Lib/distinfo << 'END-of-audio/p5-MP3-ID3Lib/distinfo'
XMD5 (MP3-ID3Lib-0.12.tar.gz) = b24a55dbdfcfe2bf3df301b423368a67
XSIZE (MP3-ID3Lib-0.12.tar.gz) = 37886
END-of-audio/p5-MP3-ID3Lib/distinfo
echo x - audio/p5-MP3-ID3Lib/pkg-plist
sed 's/^X//' >audio/p5-MP3-ID3Lib/pkg-plist << 'END-of-audio/p5-MP3-ID3Lib/pkg-plist'
Xlib/perl5/site_perl/5.8.4/mach/MP3/ID3Lib.pm
Xlib/perl5/site_perl/5.8.4/mach/MP3/ID3Lib/Frame.pm
Xlib/perl5/site_perl/5.8.4/mach/auto/MP3/ID3Lib/.packlist
Xlib/perl5/site_perl/5.8.4/mach/auto/MP3/ID3Lib/ID3Lib.bs
Xlib/perl5/site_perl/5.8.4/mach/auto/MP3/ID3Lib/ID3Lib.so
Xlib/perl5/site_perl/5.8.4/mach/auto/MP3/ID3Lib/autosplit.ix
X@dirrm share/nls/en_US.US-ASCII
X@dirrm share/nls/POSIX
X@dirrm lib/perl5/site_perl/5.8.4/mach/auto/MP3/ID3Lib
X@dirrm lib/perl5/site_perl/5.8.4/mach/auto/MP3
X@dirrm lib/perl5/site_perl/5.8.4/mach/auto
X@dirrm lib/perl5/site_perl/5.8.4/mach/MP3/ID3Lib
X@dirrm lib/perl5/site_perl/5.8.4/mach/MP3
X@dirrm lib/perl5/site_perl/5.8.4/mach
X@dirrm lib/perl5/site_perl/5.8.4
X@dirrm lib/perl5/5.8.4
END-of-audio/p5-MP3-ID3Lib/pkg-plist
echo x - audio/p5-MP3-ID3Lib/pkg-descr
sed 's/^X//' >audio/p5-MP3-ID3Lib/pkg-descr << 'END-of-audio/p5-MP3-ID3Lib/pkg-descr'
XThis module is an interface to the high-quality id3lib library available
Xfrom http://id3lib.sourceforge.net/, which must be installed.  At the
Xmoment, it is a bit of a low-level interface and some knowledge of ID3v2
Xis useful.  You should know about tag names and tag usage.  The best
Xwebsite for this is http://www.id3.org/.
X
XWWW: http://search.cpan.org/search?module=MP3::ID3Lib
X
X- Kelly Yancey
X  kbyanc@FreeBSD.org
END-of-audio/p5-MP3-ID3Lib/pkg-descr
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



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