aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-07-17 03:55:16 +0800
committergahr <gahr@FreeBSD.org>2008-07-17 03:55:16 +0800
commit0f86882b74c6f5e339cf8acfb6d2632ccc8654c7 (patch)
treed21180c24a2b8b80eb839ba3a47ebaa78282eca5 /audio
parenta1cd567cb7025d5cf7f6d18717d2eb51957ec2b1 (diff)
downloadfreebsd-ports-graphics-0f86882b74c6f5e339cf8acfb6d2632ccc8654c7.tar.gz
freebsd-ports-graphics-0f86882b74c6f5e339cf8acfb6d2632ccc8654c7.tar.zst
freebsd-ports-graphics-0f86882b74c6f5e339cf8acfb6d2632ccc8654c7.zip
- 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)
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/lastfmrec/Makefile23
-rw-r--r--audio/lastfmrec/distinfo3
-rw-r--r--audio/lastfmrec/pkg-descr6
4 files changed, 33 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 1bfe0916e5d..b0aded1873b 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -326,6 +326,7 @@
SUBDIR += lame
SUBDIR += lash
SUBDIR += last.fm
+ SUBDIR += lastfmrec
SUBDIR += laudio
SUBDIR += liba52
SUBDIR += libadplug
diff --git a/audio/lastfmrec/Makefile b/audio/lastfmrec/Makefile
new file mode 100644
index 00000000000..cba55f60d7a
--- /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 00000000000..9b7128c4062
--- /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 00000000000..c789dac3731
--- /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