summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-04 22:42:15 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-04 22:42:15 +0000
commit0defe2a420e762f8de2284e3648703daa5dba155 (patch)
tree289a5e34d0adacb82869c30d902e85883350eea9 /audio
parentUpdate to 1.8, which adds support for gogo. (diff)
Add streamripper, a program splits a SHOUTcast stream into tracks.
PR: 18978 Submitted by: Trevor Johnson <trevor@jpj.net>
Notes
Notes: svn path=/head/; revision=29186
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/streamripper/Makefile17
-rw-r--r--audio/streamripper/distinfo1
-rw-r--r--audio/streamripper/pkg-comment1
-rw-r--r--audio/streamripper/pkg-descr10
-rw-r--r--audio/streamripper/pkg-plist1
6 files changed, 31 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index e1ebc2cd7788..8116e3d61496 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -83,6 +83,7 @@
SUBDIR += sphinx
SUBDIR += splay
SUBDIR += splaytk
+ SUBDIR += streamripper
SUBDIR += tclmidi
SUBDIR += timidity
SUBDIR += timidity++
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
new file mode 100644
index 000000000000..d505d221c094
--- /dev/null
+++ b/audio/streamripper/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: streamripper
+# Date created: 6 Apr 2000
+# Whom: trevor@jpj.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= streamripper
+PORTVERSION= 0.7.0b
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.bigfreakinserver.com/pub/
+
+MAINTAINER= trevor@jpj.net
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/audio/streamripper/distinfo b/audio/streamripper/distinfo
new file mode 100644
index 000000000000..07a869023102
--- /dev/null
+++ b/audio/streamripper/distinfo
@@ -0,0 +1 @@
+MD5 (streamripper-0.7.0b.tar.gz) = 031ac71a9da9987de3d7cb5b8f301c79
diff --git a/audio/streamripper/pkg-comment b/audio/streamripper/pkg-comment
new file mode 100644
index 000000000000..4bfae40a9e9a
--- /dev/null
+++ b/audio/streamripper/pkg-comment
@@ -0,0 +1 @@
+Splits SHOUTcast stream into tracks
diff --git a/audio/streamripper/pkg-descr b/audio/streamripper/pkg-descr
new file mode 100644
index 000000000000..1912d8e3e490
--- /dev/null
+++ b/audio/streamripper/pkg-descr
@@ -0,0 +1,10 @@
+Using information which a SHOUTcast server can optionally send,
+this program breaks an audio stream into "tracks," stores them in
+separate files as they arrive, and names the files by appending
+".mp3" to the name of the track. The tracks can be listened to at
+the user's leisure with an MPEG Layer 3 audio player.
+
+WWW: http://www.bigfreakinserver.com/master/streamripper.php3
+
+Trevor Johnson
+trevor@jpj.net
diff --git a/audio/streamripper/pkg-plist b/audio/streamripper/pkg-plist
new file mode 100644
index 000000000000..354e734a8c88
--- /dev/null
+++ b/audio/streamripper/pkg-plist
@@ -0,0 +1 @@
+bin/streamripper