Date: Wed, 16 Jul 2008 10:44:07 GMT From: Tino Engel (elgrande) <goaengel@gmx.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/125674: New port: audio/lasrfmrec play/record last.fm radio Message-ID: <200807161044.m6GAi7tY082497@www.freebsd.org> Resent-Message-ID: <200807161050.m6GAo3DJ031848@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 125674 >Category: ports >Synopsis: New port: audio/lasrfmrec play/record last.fm radio >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 16 10:50:03 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807161044.m6GAi7tY082497>