diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-20 01:47:15 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-20 01:47:15 +0800 |
commit | 0e51d9f06192033a58984a0105950896945e1fc6 (patch) | |
tree | a06b520525f1b343224e2280bbcf42a6edd0c8fc /net | |
parent | c98e656a3b63713c5268acb45b497a92066afc0b (diff) | |
download | freebsd-ports-gnome-0e51d9f06192033a58984a0105950896945e1fc6.tar.gz freebsd-ports-gnome-0e51d9f06192033a58984a0105950896945e1fc6.tar.zst freebsd-ports-gnome-0e51d9f06192033a58984a0105950896945e1fc6.zip |
add asfrecorder
Tool for downloading streaming media from the Internet
PR: 26737
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/asfrecorder/Makefile | 29 | ||||
-rw-r--r-- | net/asfrecorder/distinfo | 1 | ||||
-rw-r--r-- | net/asfrecorder/pkg-comment | 1 | ||||
-rw-r--r-- | net/asfrecorder/pkg-descr | 14 | ||||
-rw-r--r-- | net/asfrecorder/pkg-plist | 3 |
6 files changed, 49 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f743da55a787..d19bcd2236ac 100644 --- a/net/Makefile +++ b/net/Makefile @@ -20,6 +20,7 @@ SUBDIR += arpwatch SUBDIR += arts++ SUBDIR += ascend-radius + SUBDIR += asfrecorder SUBDIR += balance SUBDIR += bind8 SUBDIR += bind9 diff --git a/net/asfrecorder/Makefile b/net/asfrecorder/Makefile new file mode 100644 index 000000000000..155ba162e0c9 --- /dev/null +++ b/net/asfrecorder/Makefile @@ -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> diff --git a/net/asfrecorder/distinfo b/net/asfrecorder/distinfo new file mode 100644 index 000000000000..1d36ca3fc0f2 --- /dev/null +++ b/net/asfrecorder/distinfo @@ -0,0 +1 @@ +MD5 (ASFRecorder.zip) = c0cd281b9f72479945058735d8eff8a2 diff --git a/net/asfrecorder/pkg-comment b/net/asfrecorder/pkg-comment new file mode 100644 index 000000000000..68e2d8f12cbf --- /dev/null +++ b/net/asfrecorder/pkg-comment @@ -0,0 +1 @@ +Tool for downloading streaming media from the Internet diff --git a/net/asfrecorder/pkg-descr b/net/asfrecorder/pkg-descr new file mode 100644 index 000000000000..e6a42b38dd5b --- /dev/null +++ b/net/asfrecorder/pkg-descr @@ -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/ diff --git a/net/asfrecorder/pkg-plist b/net/asfrecorder/pkg-plist new file mode 100644 index 000000000000..63eb199c0f7e --- /dev/null +++ b/net/asfrecorder/pkg-plist @@ -0,0 +1,3 @@ +bin/asfrecorder +%%PORTDOCS%%share/doc/asfrecorder/README.TXT +%%PORTDOCS%%@dirrm share/doc/asfrecorder |