diff options
author | linimon <linimon@FreeBSD.org> | 2008-07-22 00:33:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-07-22 00:33:22 +0800 |
commit | cb90f4f26f8806c7b3fc6e7ee4ad624a5fcd2342 (patch) | |
tree | ccda488be782cd4544a6e15efc07523730f07a07 | |
parent | b6420832655d2c84476bc65f897f4bd1d6d4d454 (diff) | |
download | freebsd-ports-gnome-cb90f4f26f8806c7b3fc6e7ee4ad624a5fcd2342.tar.gz freebsd-ports-gnome-cb90f4f26f8806c7b3fc6e7ee4ad624a5fcd2342.tar.zst freebsd-ports-gnome-cb90f4f26f8806c7b3fc6e7ee4ad624a5fcd2342.zip |
Removed by submitter request due to legal concerns.
PR: ports/125831
Hat: portmgr
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/lastfmrec/Makefile | 23 | ||||
-rw-r--r-- | audio/lastfmrec/distinfo | 3 | ||||
-rw-r--r-- | audio/lastfmrec/pkg-descr | 6 |
4 files changed, 0 insertions, 33 deletions
diff --git a/audio/Makefile b/audio/Makefile index b0aded1873b0..1bfe0916e5d9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -326,7 +326,6 @@ 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 deleted file mode 100644 index cba55f60d7a5..000000000000 --- a/audio/lastfmrec/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# 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 deleted file mode 100644 index 9b7128c40623..000000000000 --- a/audio/lastfmrec/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c789dac3731a..000000000000 --- a/audio/lastfmrec/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 |