1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

add asfrecorder

Tool for downloading streaming media from the Internet

PR:		26737
Submitted by:	Roman Shterenzon <roman@xpert.com>
This commit is contained in:
Ying-Chieh Liao 2001-05-19 17:47:15 +00:00
parent 844bf6ff99
commit 86b45190f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42742
6 changed files with 49 additions and 0 deletions

View File

@ -20,6 +20,7 @@
SUBDIR += arpwatch
SUBDIR += arts++
SUBDIR += ascend-radius
SUBDIR += asfrecorder
SUBDIR += balance
SUBDIR += bind8
SUBDIR += bind9

29
net/asfrecorder/Makefile Normal file
View File

@ -0,0 +1,29 @@
# Ports collection makefile for: asfrecorder
# Date created: Oct 6 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= asfrecorder
PORTVERSION= 1.1
CATEGORIES= net audio
MASTER_SITES= http://www.linuxberg.com/files/console/media/ \
http://diddl.firehead.org/censor/asf_recorder/
DISTNAME= ASFRecorder
MAINTAINER= roman@xpert.com
USE_ZIP= yes
do-build:
${CC} ${CFLAGS} ${WRKSRC}/source/asfrecorder.c -o ${WRKSRC}/asfrecorder
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/asfrecorder ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/asfrecorder
${INSTALL_DATA} ${WRKSRC}/README.TXT ${PREFIX}/share/doc/asfrecorder
.endif
.include <bsd.port.mk>

1
net/asfrecorder/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ASFRecorder.zip) = c0cd281b9f72479945058735d8eff8a2

View File

@ -0,0 +1 @@
Tool for downloading streaming media from the Internet

14
net/asfrecorder/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
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.
WWW: http://diddl.firehead.org/censor/asf_recorder/webpage/

View File

@ -0,0 +1,3 @@
bin/asfrecorder
%%PORTDOCS%%share/doc/asfrecorder/README.TXT
%%PORTDOCS%%@dirrm share/doc/asfrecorder