diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-04 22:42:15 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-04 22:42:15 +0000 |
commit | 0defe2a420e762f8de2284e3648703daa5dba155 (patch) | |
tree | 289a5e34d0adacb82869c30d902e85883350eea9 | |
parent | c0fb3d8a67c976dd94488f1fd4d5a500e8eda4b4 (diff) | |
download | ports-0defe2a420e762f8de2284e3648703daa5dba155.tar.gz ports-0defe2a420e762f8de2284e3648703daa5dba155.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/streamripper/Makefile | 17 | ||||
-rw-r--r-- | audio/streamripper/distinfo | 1 | ||||
-rw-r--r-- | audio/streamripper/pkg-comment | 1 | ||||
-rw-r--r-- | audio/streamripper/pkg-descr | 10 | ||||
-rw-r--r-- | audio/streamripper/pkg-plist | 1 |
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 |