1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add streamripper, a program splits a SHOUTcast stream into tracks.

PR:		18978
Submitted by:	Trevor Johnson <trevor@jpj.net>
This commit is contained in:
Will Andrews 2000-06-04 22:42:15 +00:00
parent c0fb3d8a67
commit 0defe2a420
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29186
6 changed files with 31 additions and 0 deletions

View File

@ -83,6 +83,7 @@
SUBDIR += sphinx
SUBDIR += splay
SUBDIR += splaytk
SUBDIR += streamripper
SUBDIR += tclmidi
SUBDIR += timidity
SUBDIR += timidity++

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (streamripper-0.7.0b.tar.gz) = 031ac71a9da9987de3d7cb5b8f301c79

View File

@ -0,0 +1 @@
Splits SHOUTcast stream into tracks

View File

@ -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

View File

@ -0,0 +1 @@
bin/streamripper