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:
parent
c0fb3d8a67
commit
0defe2a420
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29186
@ -83,6 +83,7 @@
|
||||
SUBDIR += sphinx
|
||||
SUBDIR += splay
|
||||
SUBDIR += splaytk
|
||||
SUBDIR += streamripper
|
||||
SUBDIR += tclmidi
|
||||
SUBDIR += timidity
|
||||
SUBDIR += timidity++
|
||||
|
17
audio/streamripper/Makefile
Normal file
17
audio/streamripper/Makefile
Normal 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>
|
1
audio/streamripper/distinfo
Normal file
1
audio/streamripper/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (streamripper-0.7.0b.tar.gz) = 031ac71a9da9987de3d7cb5b8f301c79
|
1
audio/streamripper/pkg-comment
Normal file
1
audio/streamripper/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Splits SHOUTcast stream into tracks
|
10
audio/streamripper/pkg-descr
Normal file
10
audio/streamripper/pkg-descr
Normal 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
|
1
audio/streamripper/pkg-plist
Normal file
1
audio/streamripper/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/streamripper
|
Loading…
Reference in New Issue
Block a user