import oggfwd-0.2

Oggfwd is a small tool that reads an Ogg stream from stdin and sends
it to an Icecast server using libshout.

from Moritz Grimm <mlist at scapa.dnsalias.net>
This commit is contained in:
steven 2007-01-14 17:47:57 +00:00
parent b24a8de736
commit 14e6fb4d0f
4 changed files with 38 additions and 0 deletions

29
net/oggfwd/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/14 17:47:57 steven Exp $
COMMENT= "pipe an Ogg stream to an Icecast server"
DISTNAME= oggfwd-0.2
CATEGORIES= net multimedia
HOMEPAGE= http://v2v.cc/~j/ffmpeg2theora/oggfwd/
MAINTAINER= Moritz Grimm <gtgbr@gmx.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ogg pthread theora vorbis
MASTER_SITES= http://v2v.cc/~j/oggfwd/
LIB_DEPENDS= shout.>=5::net/libshout \
speex.>=4::audio/speex
NO_REGRESS= Yes
pre-build:
@perl -pi -e 's,/usr/local,${LOCALBASE},' ${WRKSRC}/Makefile
.include <bsd.port.mk>

4
net/oggfwd/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (oggfwd-0.2.tar.gz) = 00969e60bec7191e55db1026a698419f
RMD160 (oggfwd-0.2.tar.gz) = f0565fa092a7051b4076b285a0a2364b4516efd3
SHA1 (oggfwd-0.2.tar.gz) = dc211477786d514eae80db6b08667633b67587a3
SIZE (oggfwd-0.2.tar.gz) = 10772

2
net/oggfwd/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
Oggfwd is a small tool that reads an Ogg stream from stdin and sends
it to an Icecast server using libshout.

3
net/oggfwd/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/14 17:47:57 steven Exp $
bin/oggfwd
@man man/man1/oggfwd.1