From alex@computer1.kamaz-net.org.uk  Mon Oct 29 21:05:34 2007
Return-Path: <alex@computer1.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 B133916A417
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Oct 2007 21:05:34 +0000 (UTC)
	(envelope-from alex@computer1.kamaz-net.org.uk)
Received: from computer1.kamaz-net.org.uk (cpc2-cmbg2-0-0-cust469.cmbg.cable.ntl.com [86.6.9.214])
	by mx1.freebsd.org (Postfix) with ESMTP id 2A72213C4AC
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Oct 2007 21:05:33 +0000 (UTC)
	(envelope-from alex@computer1.kamaz-net.org.uk)
Received: from computer1.kamaz-net.org.uk (localhost [127.0.0.1])
	by computer1.kamaz-net.org.uk (8.13.6/8.13.6) with ESMTP id l9TKYdmt020477;
	Mon, 29 Oct 2007 20:34:39 GMT
	(envelope-from alex@computer1.kamaz-net.org.uk)
Received: (from alex@localhost)
	by computer1.kamaz-net.org.uk (8.13.6/8.13.6/Submit) id l9TKYdCe020476;
	Mon, 29 Oct 2007 20:34:39 GMT
	(envelope-from alex)
Message-Id: <200710292034.l9TKYdCe020476@computer1.kamaz-net.org.uk>
Date: Mon, 29 Oct 2007 20:34:39 GMT
From: Alex Allan <alex@kamaz.org.uk>
Reply-To: Alex Allan <alex@kamaz.org.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: alex@kamaz.org.uk
Subject: New Port: audio/taglookup Tags groups of audio files using CDDB	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117644
>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 21:10:03 UTC 2007
>Closed-Date:    Sat Dec 15 19:01:35 UTC 2007
>Last-Modified:  Sat Dec 15 19:10:02 UTC 2007
>Originator:     Alex Allan
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD computer1.kamaz-net.org.uk 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386

Hello Port Maintainers,

Please consider the following port for inclusion. Apologies for ports/117620; I uploaded the wrong file and it broke this port!

I've tested this on 6.2 and 6.1.

Thank you,

Alex Allan
alex@kamaz.org.uk

--- taglookup-port.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/Makefile
#	taglookup/distinfo
#	taglookup/pkg-descr
#	taglookup/plist
#
echo c - taglookup/
mkdir -p taglookup/ > /dev/null 2>&1
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
echo x - taglookup/distinfo
sed 's/^X//' >taglookup/distinfo << 'END-of-taglookup/distinfo'
XMD5 (taglookup-0.2.tgz) = a77d0ea7714c338be53485db94269640
XSHA256 (taglookup-0.2.tgz) = 78463a754a85c438ffdffda4326ac83723616ba5f941a44dcd2d6b2dcfbfb0be
XSIZE (taglookup-0.2.tgz) = 16869
END-of-taglookup/distinfo
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/plist
sed 's/^X//' >taglookup/plist << 'END-of-taglookup/plist'
Xbin/taglookup
END-of-taglookup/plist
exit
--- taglookup-port.shar ends here ---


>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Dec 15 18:50:04 UTC 2007 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117644 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117644: commit references a PR
Date: Sat, 15 Dec 2007 19:01:04 +0000 (UTC)

 pav         2007-12-15 19:00:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/taglookup      Makefile distinfo pkg-descr 
   Log:
   Tags groups of audio files using CDDB.
   
   TagLookup 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:
   
   * 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.
   * 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.
   
   As well as this, taglookup can:
   * Rename -- Rename files based on their tags.
   
   WWW: http://www.kamaz.org.uk/taglookup
   
   PR:             ports/117644
   Submitted by:   Alex Allan <alex@kamaz.org.uk>
   
   Revision  Changes    Path
   1.915     +1 -0      ports/audio/Makefile
   1.1       +23 -0     ports/audio/taglookup/Makefile (new)
   1.1       +3 -0      ports/audio/taglookup/distinfo (new)
   1.1       +18 -0     ports/audio/taglookup/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
