Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2002 09:28:36 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37050: New port: audio/py-id3
Message-ID:  <200204140028.g3E0SaNr051669@akaraka.yonsei.ac.kr>

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

>Number:         37050
>Category:       ports
>Synopsis:       New port: audio/py-id3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 13 17:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD akaraka.yonsei.ac.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Apr 10 04:16:59 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/i386/compile/JOARRA i386

>Description:
New port for py-id3, the python id3 module

>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:
#
#	py-id3
#	py-id3/Makefile
#	py-id3/distinfo
#	py-id3/pkg-comment
#	py-id3/pkg-descr
#	py-id3/pkg-plist
#
echo c - py-id3
mkdir -p py-id3 > /dev/null 2>&1
echo x - py-id3/Makefile
sed 's/^X//' >py-id3/Makefile << 'END-of-py-id3/Makefile'
X# New ports collection makefile for:	py-id3
X# Date created:		14 April 2002
X# Whom:			Hye-Shik Chang <perky@fallin.lv>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	id3
XPORTVERSION=	1.2
XCATEGORIES=	audio python
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= id3-py
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	id3-py_${PORTVERSION}
X
XMAINTAINER=	perky@fallin.lv
X
XWRKSRC=		${WRKDIR}/id3-py-${PORTVERSION}
XUSE_PYTHON=	yes
XSETUP_CMD=	cd ${WRKSRC} && ${PYTHON_CMD} setup.py
X
Xdo-build:
X	@${SETUP_CMD} build
X
Xdo-install:
X	@${SETUP_CMD} install -c -O1 --prefix=${PREFIX}
X
X.include <bsd.port.mk>
END-of-py-id3/Makefile
echo x - py-id3/distinfo
sed 's/^X//' >py-id3/distinfo << 'END-of-py-id3/distinfo'
XMD5 (id3-py_1.2.tar.gz) = de0bd6053dda674967dacb6492a90c69
END-of-py-id3/distinfo
echo x - py-id3/pkg-comment
sed 's/^X//' >py-id3/pkg-comment << 'END-of-py-id3/pkg-comment'
XPython module for retrieving and setting MP3's ID3 tag
END-of-py-id3/pkg-comment
echo x - py-id3/pkg-descr
sed 's/^X//' >py-id3/pkg-descr << 'END-of-py-id3/pkg-descr'
XThis module allows one to read and manipulate so-called ID3 informational
Xtags on MP3 files through an object-oriented Python interface.
X
XWWW: http://id3-py.sourceforge.net/
END-of-py-id3/pkg-descr
echo x - py-id3/pkg-plist
sed 's/^X//' >py-id3/pkg-plist << 'END-of-py-id3/pkg-plist'
Xlib/%%PYTHON_VERSION%%/site-packages/ID3.py
Xlib/%%PYTHON_VERSION%%/site-packages/ID3.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/ID3.pyo
END-of-py-id3/pkg-plist
exit

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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