Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2000 04:58:35 -0400 (EDT)
From:      Trevor Johnson <trevor@jpj.net>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        Jon Clegg <jon@bigfreakinserver.com>
Subject:   ports/17823: new port:  audio/streamripper
Message-ID:  <Pine.BSI.4.21.0004060451020.15147-100000@blues.jpj.net>

next in thread | raw e-mail | index | archive | help

>Number:         17823
>Category:       ports
>Synopsis:       new port:  audio/streamripper
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr  6 02:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Trevor Johnson
>Release:        5.0-CURRENT i386
>Organization:
myself
>Environment:

only tested on 5.0-CURRENT i386 Thu Mar 30 10:48:36 UTC 2000

>Description:

This program splits a SHOUTcast stream into tracks.

>How-To-Repeat:
N/A
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	streamripper/files/md5
#	streamripper/pkg/COMMENT
#	streamripper/pkg/DESCR
#	streamripper/pkg/PLIST
#	streamripper/Makefile
#	streamripper/patches/patch-aa
#
echo x - streamripper/files/md5
sed 's/^X//' >streamripper/files/md5 << 'END-of-streamripper/files/md5'
XMD5 (streamripper.0.5b.tar.gz) = a65b2375b167ff599407b7c0d2fa4a35
END-of-streamripper/files/md5
echo x - streamripper/pkg/COMMENT
sed 's/^X//' >streamripper/pkg/COMMENT << 'END-of-streamripper/pkg/COMMENT'
Xsplit SHOUTcast stream into tracks
END-of-streamripper/pkg/COMMENT
echo x - streamripper/pkg/DESCR
sed 's/^X//' >streamripper/pkg/DESCR << 'END-of-streamripper/pkg/DESCR'
XUsing information which a SHOUTcast server can optionally send,
Xthis program breaks an audio stream into "tracks," stores them in
Xseparate files as they arrive, and names the files by appending
X".mp3" to the name of the track.  The tracks can be listened to at
Xthe user's leisure with an MPEG Layer 3 audio player.
X
XWWW:  http://www.bigfreakinserver.com/master/streamripper.php3
X
XTrevor Johnson
Xtrevor@jpj.net
END-of-streamripper/pkg/DESCR
echo x - streamripper/pkg/PLIST
sed 's/^X//' >streamripper/pkg/PLIST << 'END-of-streamripper/pkg/PLIST'
Xbin/streamripper
END-of-streamripper/pkg/PLIST
echo x - streamripper/Makefile
sed 's/^X//' >streamripper/Makefile << 'END-of-streamripper/Makefile'
X# New ports collection makefile for:	streamripper
X# Version required:	0.5b
X# Date created:		6 Apr 2000
X# Whom:			trevor@jpj.net
X#
X# $FreeBSD$
X#
X
XDISTNAME=	streamripper.0.5b
XPKGNAME=	streamripper-0.5b
XCATEGORIES=	audio
XMASTER_SITES=	ftp://ftp.bigfreakinserver.com/pub/
X
XMAINTAINER=	trevor@jpj.net
X
X.include <bsd.port.mk>
END-of-streamripper/Makefile
echo x - streamripper/patches/patch-aa
sed 's/^X//' >streamripper/patches/patch-aa << 'END-of-streamripper/patches/patch-aa'
X--- Makefile.orig	Mon Apr  3 03:57:11 2000
X+++ Makefile	Thu Apr  6 09:21:21 2000
X@@ -15,3 +15,7 @@
X 
X streamripper.o:           streamripper.c streamripper.h
X streamripper_lib.o:       streamripper_lib.c streamripper.h
X+
X+install:
X+	strip -s streamripper
X+	install -c -m 755 -o root -g wheel streamripper $(LOCALBASE)/bin/
END-of-streamripper/patches/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.21.0004060451020.15147-100000>