diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-07-16 19:55:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-07-16 19:55:16 +0000 |
commit | b8dbac88c3e2c7003b253884a7c4748d9afb90b7 (patch) | |
tree | 06addd37be72ed3963a3f9f5acbdaa867fd7a345 /audio/lastfmrec | |
parent | 3962deef6072dc0ecbaeaef9c9bb40b52873840a (diff) |
Notes
Diffstat (limited to 'audio/lastfmrec')
-rw-r--r-- | audio/lastfmrec/Makefile | 23 | ||||
-rw-r--r-- | audio/lastfmrec/distinfo | 3 | ||||
-rw-r--r-- | audio/lastfmrec/pkg-descr | 6 |
3 files changed, 32 insertions, 0 deletions
diff --git a/audio/lastfmrec/Makefile b/audio/lastfmrec/Makefile new file mode 100644 index 000000000000..cba55f60d7a5 --- /dev/null +++ b/audio/lastfmrec/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: lastfmrec +# Date created: July 13 2008 +# Whom: Tino Engel <goaengel@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= lastfmrec +PORTVERSION= 0.1b +CATEGORIES= audio +MASTER_SITES= http://elgrande.daemoncore.org/files/software/ + +MAINTAINER= goaengel@gmx.net +COMMENT= Record last.fm radio to single mp3 files (while playing) + +RUN_DEPENDS= shell-fm:${PORTSDIR}/multimedia/shell-fm \ + vsound:${PORTSDIR}/audio/vsound \ + sox:${PORTSDIR}/audio/sox + +MAN1= lastfmrec.1 +PLIST_FILES= bin/lastfmrec + +.include <bsd.port.mk> diff --git a/audio/lastfmrec/distinfo b/audio/lastfmrec/distinfo new file mode 100644 index 000000000000..9b7128c40623 --- /dev/null +++ b/audio/lastfmrec/distinfo @@ -0,0 +1,3 @@ +MD5 (lastfmrec-0.1b.tar.gz) = 30c2a81696f56b3ba1431db0f0371ea1 +SHA256 (lastfmrec-0.1b.tar.gz) = 4a8f3482181a49373aac7e7ae205680f3eaf4563efda7d4c29d76a22b5d9a789 +SIZE (lastfmrec-0.1b.tar.gz) = 3735 diff --git a/audio/lastfmrec/pkg-descr b/audio/lastfmrec/pkg-descr new file mode 100644 index 000000000000..c789dac3731a --- /dev/null +++ b/audio/lastfmrec/pkg-descr @@ -0,0 +1,6 @@ +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 |