Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2001 23:26:37 +0300 (IDT)
From:      roman@xpert.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26737: [NEW PORT] net/asfrecorder - records streaming media
Message-ID:  <200104202026.f3KKQba66766@alchemy.ath.cx>

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

>Number:         26737
>Category:       ports
>Synopsis:       [NEW PORT] net/asfrecorder - records streaming media
>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:   Fri Apr 20 13:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Roman Shterenzon
>Release:        FreeBSD 4.3-RC i386
>Organization:
>Environment:
>Description:

This  tool enables you to download streaming content in Windows Media Format
to  your  hard  drive.  The resulting files will be in ASF format and can be
played with Windows Media Player and derived tools.

You  may  call  this  the  "DeCSS"  for Windows Media - although neither any
serious  reverse-engineering nor any particular knowledge about protcols was
necessary to program this simple application.

Development time overall:  several hours for a first, working streaming code
and   some  more  days  for  general  performance  tweaking,  cross-platform
portability,  the  Windows graphical user interface and the XML (redirection
file) parser.
>How-To-Repeat:

>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:
#
#	asfrecorder
#	asfrecorder/Makefile
#	asfrecorder/distinfo
#	asfrecorder/pkg-comment
#	asfrecorder/pkg-descr
#	asfrecorder/pkg-plist
#
echo c - asfrecorder
mkdir -p asfrecorder > /dev/null 2>&1
echo x - asfrecorder/Makefile
sed 's/^X//' >asfrecorder/Makefile << 'END-of-asfrecorder/Makefile'
X# Ports collection makefile for:  asfrecorder
X# Date created:			  Oct 6 2000
X# Whom:				  Roman Shterenzon <roman@xpert.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	asfrecorder
XPORTVERSION=	1.1
XCATEGORIES=	net audio
XMASTER_SITES=	http://www.linuxberg.com/files/console/media/ \
X		http://diddl.firehead.org/censor/asf_recorder/
XDISTNAME=	ASFRecorder
XEXTRACT_SUFX=	.zip
X
XMAINTAINER=	roman@xpert.com
X
XBUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
X
XEXTRACT_CMD=	unzip
XEXTRACT_BEFORE_ARGS=
XEXTRACT_AFTER_ARGS=
X
Xdo-build:
X	${CC} ${CFLAGS} ${WRKSRC}/source/asfrecorder.c -o ${WRKSRC}/asfrecorder
X
Xdo-install:
X	${INSTALL_BINARY} ${WRKSRC}/asfrecorder ${PREFIX}/bin/
X
X.include <bsd.port.mk>
END-of-asfrecorder/Makefile
echo x - asfrecorder/distinfo
sed 's/^X//' >asfrecorder/distinfo << 'END-of-asfrecorder/distinfo'
XMD5 (ASFRecorder.zip) = c0cd281b9f72479945058735d8eff8a2
END-of-asfrecorder/distinfo
echo x - asfrecorder/pkg-comment
sed 's/^X//' >asfrecorder/pkg-comment << 'END-of-asfrecorder/pkg-comment'
XTool for downloading streaming media from the Internet
END-of-asfrecorder/pkg-comment
echo x - asfrecorder/pkg-descr
sed 's/^X//' >asfrecorder/pkg-descr << 'END-of-asfrecorder/pkg-descr'
XThis  tool enables you to download streaming content in Windows Media Format
Xto  your  hard  drive.  The resulting files will be in ASF format and can be
Xplayed with Windows Media Player and derived tools.
X
XYou  may  call  this  the  "DeCSS"  for Windows Media - although neither any
Xserious  reverse-engineering nor any particular knowledge about protcols was
Xnecessary to program this simple application.
X
XDevelopment time overall:  several hours for a first, working streaming code
Xand   some  more  days  for  general  performance  tweaking,  cross-platform
Xportability,  the  Windows graphical user interface and the XML (redirection
Xfile) parser.
END-of-asfrecorder/pkg-descr
echo x - asfrecorder/pkg-plist
sed 's/^X//' >asfrecorder/pkg-plist << 'END-of-asfrecorder/pkg-plist'
Xbin/asfrecorder
END-of-asfrecorder/pkg-plist
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?200104202026.f3KKQba66766>