From nobody@FreeBSD.org  Wed Jul 16 10:44:08 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0385F106569A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jul 2008 10:44:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EB5658FC42
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jul 2008 10:44:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6GAi7Kt082498
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jul 2008 10:44:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m6GAi7tY082497;
	Wed, 16 Jul 2008 10:44:07 GMT
	(envelope-from nobody)
Message-Id: <200807161044.m6GAi7tY082497@www.freebsd.org>
Date: Wed, 16 Jul 2008 10:44:07 GMT
From: Tino Engel (elgrande) <goaengel@gmx.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: audio/lastfmrec play/record last.fm radio
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125674
>Category:       ports
>Synopsis:       New port: audio/lastfmrec play/record last.fm radio
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gahr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 16 10:50:03 UTC 2008
>Closed-Date:    Wed Jul 16 19:56:47 UTC 2008
>Last-Modified:  Wed Jul 16 20:00:06 UTC 2008
>Originator:     Tino Engel (elgrande)
>Release:        RELENG-7
>Organization:
n/a
>Environment:
FreeBSD freebsdangel.local 7.0-STABLE FreeBSD 7.0-STABLE #10: Mon Jul  7 21:59:00 CEST 2008     elgrande@freebsdangel.local:/usr/obj/usr/src/sys/elgrande  i386
>Description:
LastFMrec plays a last.fm radio stream.
While listening it creates one mp3-file per song and names
it after artist and title.
It can be run inside a shell or in a pop-up xterm (as browser plugin).

WWW: http://elgrande.daemoncore.org/index_lastfmrec.php


======================================================================

Direkt download: http://elgrande.daemoncore.org/files/software/lastfmrec.tar.gz

======================================================================

Not: This is my first port. I followed porters handbook carefully, but do not be to cruel if I did something improper... ^^
>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:
#
#       lastfmrec
#       lastfmrec/Makefile
#       lastfmrec/distinfo
#       lastfmrec/pkg-descr
#
echo c - lastfmrec
mkdir -p lastfmrec > /dev/null 2>&1
echo x - lastfmrec/Makefile
sed 's/^X//' >lastfmrec/Makefile << '7f20c0d93a16be97277b9e114b497ceb'
X# Ports collection makefile for:   lastfmrec
X# Date created:        20080713
X# Whom:                elgrande (goaengel@gmx.net)
X#
X# $FreeBSD$
X#
X
XPORTNAME=              lastfmrec
XPORTVERSION=   0.1b
XCATEGORIES=            audio
XMASTER_SITES=  http://elgrande.daemoncore.org/files/software/
X#MASTER_SITES=  http://localhost/files/software/
X
XMAINTAINER=            goaengel@gmx.net
XCOMMENT=               Record last.fm radio to single mp3 files (while playing)
X
XRUN_DEPENDS=   shell-fm:${PORTSDIR}/multimedia/shell-fm \
X                               vsound:${PORTSDIR}/audio/vsound \
X                               sox:${PORTSDIR}/audio/sox
X
XMAN1=                  lastfmrec.1
X
XPLIST_FILES=   bin/lastfmrec
X
X#IGNOREFILES=   lastfmrec-0.1b.tar.gz
X
X.include <bsd.port.mk>
7f20c0d93a16be97277b9e114b497ceb
echo x - lastfmrec/distinfo
sed 's/^X//' >lastfmrec/distinfo << '6cad9b3c87f3998bafa4ef2911c43453'
XMD5 (lastfmrec-0.1b.tar.gz) = 30c2a81696f56b3ba1431db0f0371ea1
XSHA256 (lastfmrec-0.1b.tar.gz) = 4a8f3482181a49373aac7e7ae205680f3eaf4563efda7d4c29d76a22b5d9a789
XSIZE (lastfmrec-0.1b.tar.gz) = 3735
6cad9b3c87f3998bafa4ef2911c43453
echo x - lastfmrec/pkg-descr
sed 's/^X//' >lastfmrec/pkg-descr << 'd4adf4bcbb850eadf9c87080e816194c'
XLastFMrec plays a last.fm radio stream.
XWhile listening it creates one mp3-file per song and names
Xit after artist and title.
XIt can be run inside a shell or in a pop-up xterm (as browser plugin).
X
XWWW: http://elgrande.daemoncore.org/index_lastfmrec.php
d4adf4bcbb850eadf9c87080e816194c
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gahr 
Responsible-Changed-By: gahr 
Responsible-Changed-When: Wed Jul 16 19:30:04 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125674 
State-Changed-From-To: open->closed 
State-Changed-By: gahr 
State-Changed-When: Wed Jul 16 19:56:46 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125674: commit references a PR
Date: Wed, 16 Jul 2008 19:55:25 +0000 (UTC)

 gahr        2008-07-16 19:55:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/lastfmrec      Makefile distinfo pkg-descr 
   Log:
   - New port: lastfmrec
   
     LastFMrec plays a last.fm radio stream.
     While listening it creates one mp3-file per song and names it after artist
     and title.
     It can be run inside a shell or in a pop-up xterm (as browser plugin).
   
     WWW: http://elgrande.daemoncore.org/index_lastfmrec.php
   
   PR:             125674
   Submitted by:   Tino Engel <goaengel@gmx.net> (new maintainer)
   
   Revision  Changes    Path
   1.975     +1 -0      ports/audio/Makefile
   1.1       +23 -0     ports/audio/lastfmrec/Makefile (new)
   1.1       +3 -0      ports/audio/lastfmrec/distinfo (new)
   1.1       +6 -0      ports/audio/lastfmrec/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:
