From owner-freebsd-ports Fri Apr 20 13:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42FEA37B423 for ; Fri, 20 Apr 2001 13:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KKe2u86176; Fri, 20 Apr 2001 13:40:02 -0700 (PDT) (envelope-from gnats) Received: from m2.bezeqint.net (m2.bezeqint.net [192.115.106.47]) by hub.freebsd.org (Postfix) with ESMTP id D533A37B43E for ; Fri, 20 Apr 2001 13:31:39 -0700 (PDT) (envelope-from mapc@alchemy.ath.cx) Received: from alchemy.ath.cx ([212.179.248.8]) by m2.bezeqint.net (Mirapoint) with ESMTP id ABS13052; Fri, 20 Apr 2001 23:27:27 +0300 (IDT) Received: (from mapc@localhost) by alchemy.ath.cx (8.11.3/8.11.3) id f3KKQba66766; Fri, 20 Apr 2001 23:26:37 +0300 (IDT) (envelope-from mapc) Message-Id: <200104202026.f3KKQba66766@alchemy.ath.cx> Date: Fri, 20 Apr 2001 23:26:37 +0300 (IDT) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26737: [NEW PORT] net/asfrecorder - records streaming media Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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