From owner-freebsd-ports Sat Apr 13 17:30:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A14C37B405 for ; Sat, 13 Apr 2002 17:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3E0U1825351; Sat, 13 Apr 2002 17:30:01 -0700 (PDT) (envelope-from gnats) Received: from akaraka.yonsei.ac.kr (akaraka.yonsei.ac.kr [165.132.134.53]) by hub.freebsd.org (Postfix) with ESMTP id D575937B400 for ; Sat, 13 Apr 2002 17:28:42 -0700 (PDT) Received: from akaraka.yonsei.ac.kr (localhost.yonsei.ac.kr [127.0.0.1]) by akaraka.yonsei.ac.kr (8.12.3/8.12.2) with ESMTP id g3E0SfuU051670 for ; Sun, 14 Apr 2002 09:28:41 +0900 (KST) (envelope-from perky@akaraka.yonsei.ac.kr) Received: (from perky@localhost) by akaraka.yonsei.ac.kr (8.12.3/8.12.2/Submit) id g3E0SaNr051669; Sun, 14 Apr 2002 09:28:36 +0900 (KST) Message-Id: <200204140028.g3E0SaNr051669@akaraka.yonsei.ac.kr> Date: Sun, 14 Apr 2002 09:28:36 +0900 (KST) From: Hye-Shik Chang Reply-To: Hye-Shik Chang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37050: New port: audio/py-id3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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