Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2006 17:51:00 -0500 (CDT)
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.missouristate.edu
Subject:   ports/104444: [New Port] audio/eyeD3 python module for handling MP3 ID3 tags.
Message-ID:  <20061015225101.1504D1CE5D@phoenix.smluc.org>
Resent-Message-ID: <200610152300.k9FN0ZxH058233@freefall.freebsd.org>

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

>Number:         104444
>Category:       ports
>Synopsis:       [New Port]  audio/eyeD3  python module for handling MP3 ID3 tags.
>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:   Sun Oct 15 23:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fenris 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 14:38:02 EDT 2006 root@fenris:/usr/obj/usr/src/sys/FENRIS i386

>Description:

eyeD3 is a Python module and program for processing ID3 tags. Information
about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also
provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.

>How-To-Repeat:
>Fix:

--- audio_eyeD3.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:
#
#	audio/eyeD3
#	audio/eyeD3/pkg-plist
#	audio/eyeD3/pkg-descr
#	audio/eyeD3/distinfo
#	audio/eyeD3/Makefile
#	audio/eyeD3/files
#	audio/eyeD3/files/patch-Makefile.in
#
echo c - audio/eyeD3
mkdir -p audio/eyeD3 > /dev/null 2>&1
echo x - audio/eyeD3/pkg-plist
sed 's/^X//' >audio/eyeD3/pkg-plist << 'END-of-audio/eyeD3/pkg-plist'
Xbin/eyeD3
Xshare/doc/%%PKGNAME%%/README
Xshare/doc/%%PKGNAME%%/AUTHORS
Xshare/doc/%%PKGNAME%%/THANKS
Xshare/doc/%%PKGNAME%%/COPYING.gz
Xshare/doc/%%PKGNAME%%/ChangeLog.gz
X@dirrm share/doc/%%PKGNAME%%
END-of-audio/eyeD3/pkg-plist
echo x - audio/eyeD3/pkg-descr
sed 's/^X//' >audio/eyeD3/pkg-descr << 'END-of-audio/eyeD3/pkg-descr'
XeyeD3 is a Python program and module that provides the ability to read and
Xwrite ID3 tags (v1.x and v2.3/v2.4). It also decodes MP3 headers (bit rate,
Xsample frequency, play time, etc.).
X
XWWW: http://eyed3.nicfit.net/
END-of-audio/eyeD3/pkg-descr
echo x - audio/eyeD3/distinfo
sed 's/^X//' >audio/eyeD3/distinfo << 'END-of-audio/eyeD3/distinfo'
XMD5 (eyeD3-0.6.10.tar.gz) = 2f7ee6749b993faba3b5d10d9621d314
XSHA256 (eyeD3-0.6.10.tar.gz) = af7c7507ff70a87e79245cbe44d2ae51e3397da2da81f647dc306e777b63fc9b
XSIZE (eyeD3-0.6.10.tar.gz) = 119179
END-of-audio/eyeD3/distinfo
echo x - audio/eyeD3/Makefile
sed 's/^X//' >audio/eyeD3/Makefile << 'END-of-audio/eyeD3/Makefile'
X# New ports collection makefile for:	eye3D
X# Date created:		15 October 2006
X# Whom:			Erik Greenwald <erik@smluc.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	eyeD3
XPORTVERSION=	0.6.10
XCATEGORIES=	audio python
XMASTER_SITES=	http://eyed3.nicfit.net/releases/
X
XMAINTAINER=	erik@smluc.org
XCOMMENT=	Python module that provides the ability to read and write ID3 tags
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
XMAN1=		eyeD3.1
X
XPLIST_SUB+=     PKGNAME=${PKGNAME}
X
X.include <bsd.port.mk>
END-of-audio/eyeD3/Makefile
echo c - audio/eyeD3/files
mkdir -p audio/eyeD3/files > /dev/null 2>&1
echo x - audio/eyeD3/files/patch-Makefile.in
sed 's/^X//' >audio/eyeD3/files/patch-Makefile.in << 'END-of-audio/eyeD3/files/patch-Makefile.in'
X--- Makefile.in.orig	Sun Oct 15 18:29:31 2006
X+++ Makefile.in	Sun Oct 15 18:29:59 2006
X@@ -66,8 +66,7 @@
X 	gzip -f -9 ${docdir}/ChangeLog
X 
X 	install -m 755 -d ${mandir}/man1
X-	cat doc/eyeD3.1 | gzip - > doc/eyeD3.1.gz
X-	install -m 644 doc/eyeD3.1.gz ${mandir}/man1
X+	install -m 644 doc/eyeD3.1 ${mandir}/man1
X 
X 	@#
X 	@# NOTE:  When adding new files, the eyeD3.spec.in file and
END-of-audio/eyeD3/files/patch-Makefile.in
exit
--- audio_eyeD3.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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