From alex@lemon.kamaz-net.org.uk  Mon Oct 29 00:11:37 2007
Return-Path: <alex@lemon.kamaz-net.org.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A8E2516A46C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Oct 2007 00:11:37 +0000 (UTC)
	(envelope-from alex@lemon.kamaz-net.org.uk)
Received: from lemon.kamaz-net.org.uk (77-99-143-124.cable.ubr06.hari.blueyonder.co.uk [77.99.143.124])
	by mx1.freebsd.org (Postfix) with ESMTP id 1385213C4C2
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Oct 2007 00:11:35 +0000 (UTC)
	(envelope-from alex@lemon.kamaz-net.org.uk)
Received: from lemon.kamaz-net.org.uk (localhost [127.0.0.1])
	by lemon.kamaz-net.org.uk (8.13.8/8.13.8) with ESMTP id l9SNrX2L003504
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Oct 2007 23:53:33 GMT
	(envelope-from alex@lemon.kamaz-net.org.uk)
Received: (from alex@localhost)
	by lemon.kamaz-net.org.uk (8.13.8/8.13.8/Submit) id l9SNrXtu003503;
	Sun, 28 Oct 2007 23:53:33 GMT
	(envelope-from alex)
Message-Id: <200710282353.l9SNrXtu003503@lemon.kamaz-net.org.uk>
Date: Sun, 28 Oct 2007 23:53:33 GMT
From: Alex Allan <alex@kamaz.org.uk>
Reply-To: Alex Allan <alex@kamaz.org.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: audio/taglookup Tags groups of audio files using CDDB	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117620
>Category:       ports
>Synopsis:       New port: audio/taglookup Tags groups of audio files using CDDB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 29 00:20:01 UTC 2007
>Closed-Date:    Wed Nov 07 13:21:08 UTC 2007
>Last-Modified:  Wed Nov 07 13:21:08 UTC 2007
>Originator:     Alex Allan
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lemon.kamaz-net.org.uk 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

Please consider this for the ports collection:

--- taglookup-port-pr.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:
#
#	taglookup/
#	taglookup/plist
#	taglookup/pkg-descr
#	taglookup/distinfo
#	taglookup/Makefile
#
echo c - taglookup/
mkdir -p taglookup/ > /dev/null 2>&1
echo x - taglookup/plist
sed 's/^X//' >taglookup/plist << 'END-of-taglookup/plist'
Xbin/taglookup
END-of-taglookup/plist
echo x - taglookup/pkg-descr
sed 's/^X//' >taglookup/pkg-descr << 'END-of-taglookup/pkg-descr'
XTags groups of audio files using CDDB.
X
XTagLookup is a utility for tagging MP3s and other taggable audio file formats. It inspects a set of audio files and uses their lengths to look up an appropriate disc from a CDDB-compatible service. TagLookup can be used in two modes:
X
X* ID -- Given a CDDB ID and a number of files, look up the details of the CDDB disc from a CDDB service. Tag files using the CDDB disc. Match each file with each CDDB track using the closest track length.
X* Sequence -- Given a number of files, generate a CDDB ID and query a CDDB service. CDDB IDs are generated based on the sequence of tracks. Choose the closest matching CDDB disc to tag the files.
X
XAs well as this, taglookup can:
X* Rename -- Rename files based on their tags.
X
XWWW: http://www.kamaz.org.uk/taglookup
END-of-taglookup/pkg-descr
echo x - taglookup/distinfo
sed 's/^X//' >taglookup/distinfo << 'END-of-taglookup/distinfo'
XMD5 (taglookup-0.2.tgz) = 9699d265a1d07c03cd2dda2f7b6cb87d
XSHA256 (taglookup-0.2.tgz) = be8056d1499b8200bc230c785fda3ae916a4b828c99ba105fac292b416376fd3
XSIZE (taglookup-0.2.tgz) = 16545
END-of-taglookup/distinfo
echo x - taglookup/Makefile
sed 's/^X//' >taglookup/Makefile << 'END-of-taglookup/Makefile'
X# New ports collection makefile for: 	taglookup
X# Date created: 			21 Oct 2007.
X# Whom: 				Alex Allan <alex@kamaz.org.uk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	taglookup
XPORTVERSION=	0.2
XPORTREVISION=	0	
XCATEGORIES=	audio
XMASTER_SITES=	http://www.kamaz.org.uk/taglookup/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
XWRKSRC= 	${WRKDIR}/${DISTNAME}
X
XMAINTAINER=	alex@kamaz.org.uk
XCOMMENT=	Utility for tagging groups of audio files using CDDB
X
XRUN_DEPENDS=	
XLIB_DEPENDS=	cddb.3:${PORTSDIR}/audio/libcddb \
X		tag.5:${PORTSDIR}/audio/taglib
X
XMAN1=		taglookup.1
X
X.include <bsd.port.mk>
END-of-taglookup/Makefile
exit
--- taglookup-port-pr.txt ends here ---


>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:

From: Alex Allan <alex@kamaz.org.uk>
To: alex@kamaz.org.uk,
 bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117620: New port: audio/taglookup Tags groups of audio files using CDDB
Date: Mon, 29 Oct 2007 00:41:40 +0000

 I would like to withdraw this entry.
 
 Thank you.
 
 Alex
 -- 
 Alex Allan
 alex@kamaz.org.uk
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Nov 7 13:21:06 UTC 2007 
State-Changed-Why:  
dub by 117644 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117620 
>Unformatted:
