ports/117921: New port: multimedia/feng Feng is a multimedia streaming server compliant with the IETF's standards for real-time streaming of multimedia contents over Internet.

Emmanuel Richiardone err at tollari.org
Thu Nov 8 13:20:03 UTC 2007


>Number:         117921
>Category:       ports
>Synopsis:       New port: multimedia/feng Feng is a multimedia streaming server compliant with the IETF's standards for real-time streaming of multimedia contents over Internet.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 08 13:20:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Emmanuel Richiardone
>Release:        6.3-PRERELEASE
>Organization:
>Environment:
FreeBSD n2.lands.raad 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #7: Wed Nov  7 12:40:07 CET 2007     root at n2.lands.raad:/usr/obj/usr/src/sys/N2  i386

>Description:
Feng is a multimedia streaming server compliant with the IETF's standards for real-time streaming of multimedia contents over Internet. Feng implements RTSP – Real-Time Streaming Protocol (rfc2326) and RTP/RTCP – Real-Time Transport Protocol/RTP Control Protocol (rfc3550) supporting the RTP Profile for Audio and Video Conferences with Minimal Control (rfc3551).

Feng supports the following encoding standards:

    * Audio
          o MPEG Audio (MPEG-1/2 Layer I/II/III) (rfc2250)
          o Vorbis (draft)
          o AAC (MPEG-4 Part 3) (rfc3640)
    * Video
          o MPEG Video (MPEG-1/2) (rfc2250)
          o MPEG 4 Visual (MPEG-4 Part 2) (rfc3016)
          o H.264 (MPEG-4 Part 10) (rfc3984)
          o H.263 / H.263+ (rfc4629)
          o Theora (draft)

It is part of the LScube suite.
http://live.polito.it/feng
>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:
#
#	feng
#	feng/pkg-descr
#	feng/distinfo
#	feng/Makefile
#	feng/files
#	feng/files/patch-configure
#
echo c - feng
mkdir -p feng > /dev/null 2>&1
echo x - feng/pkg-descr
sed 's/^X//' >feng/pkg-descr << 'END-of-feng/pkg-descr'
XFeng is a multimedia streaming server compliant with the IETF's standards for real-time streaming of multimedia contents over Internet. Feng implements RTSP – Real-Time Streaming Protocol (rfc2326) and RTP/RTCP – Real-Time Transport Protocol/RTP Control Protocol (rfc3550) supporting the RTP Profile for Audio and Video Conferences with Minimal Control (rfc3551).
X
XWWW: http://live.polito.it/feng
END-of-feng/pkg-descr
echo x - feng/distinfo
sed 's/^X//' >feng/distinfo << 'END-of-feng/distinfo'
XMD5 (feng-0.1.15.tar.bz2) = af9ae4bdbcc8fa4dfa5e828288d9a7ae
XSHA256 (feng-0.1.15.tar.bz2) = 5db3ccba040b83ad041bb7a1ab9e638e3c5d0bccd5091d3f172492e76883e19a
XSIZE (feng-0.1.15.tar.bz2) = 775879
END-of-feng/distinfo
echo x - feng/Makefile
sed 's/^X//' >feng/Makefile << 'END-of-feng/Makefile'
X# New ports collection makefile for:   feng
X# Date created:        7 November 2007
X# Whom:                Emmanuel Richiardone (err at tollari.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=       feng
XPORTVERSION=    0.1.15
XCATEGORIES=     multimedia
XMASTER_SITES=   http://live.polito.it/files/downloads/feng/
XDISTNAME=       ${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=   .tar.bz2
X
XMAINTAINER=     err at tollari.org
XCOMMENT=        Feng - the RTSP/RTP streaming server
X
XUSE_BZIP2=      yes
XUSE_GMAKE=      yes
XUSE_GNOME=      glib20 pkgconfig
XGNU_CONFIGURE=  yes
XCONFIGURE_ARGS= --prefix=${LOCALBASE} \
X 		--localstatedir=/var \
X		--with-config-file=feng.conf.sample 
X
XLIB_DEPENDS=	netembryo.4:${PORTSDIR}/net/netembryo \
X		bufferpool.1:${PORTSDIR}/misc/bufferpool \
X		gcrypt.13:${PORTSDIR}/security/libgcrypt \
X		avcodec:${PORTSDIR}/multimedia/ffmpeg 
X
XMAN1=           feng.1
X
XOPTIONS=      	VERBOSE "Feng will be verbose" Off 
X
XPLIST_FILES=    bin/feng \
X		etc/feng.conf
X
X.if defined(WITH_VERBOSE)
XCONFIGURE_ARGS+=--enable-verbose
X.endif
X
X.include <bsd.port.mk>
X
END-of-feng/Makefile
echo c - feng/files
mkdir -p feng/files > /dev/null 2>&1
echo x - feng/files/patch-configure
sed 's/^X//' >feng/files/patch-configure << 'END-of-feng/files/patch-configure'
X--- configure	2007-11-07 20:05:58.000000000 +0100
X@@ -22755,3 +22755,3 @@
X if test "$enable_sctp" = "yes"; then
X-    if test "${LIBNETEMBRYO_LIBS//sctp}" = "${LIBNETEMBRYO_LIBS}"; then
X+    if `expr -- "${LIBNETEMBRYO_LIBS}" : '.*sctp.*' > /dev/null `; then
X         { echo "$as_me:$LINENO: WARNING: sctp required but netembryo does not support it, rebuild netembryo first." >&5
X@@ -23202,3 +23202,3 @@
X fenice_avroot_dir=$(eval echo $localstatedir/$PACKAGE_NAME/avroot|sed -e "s:/\+:/:g")
X-fenice_avroot_dir=${fenice_avroot_dir//NONE}
X+fenice_avroot_dir=`echo ${fenice_avroot_dir} | sed s/NONE//g`
X 
X@@ -23216,3 +23216,3 @@
X fenice_log_file=$(eval echo $localstatedir/log/$with_log_file|sed -e "s:/\+:/:g")
X-fenice_log_file=${fenice_log_file//NONE}
X+fenice_log_file=`echo ${fenice_log_file} | sed s/NONE//g`
X 
X@@ -23220,3 +23220,3 @@
X fenice_conf_dir=$(eval echo $sysconfdir|sed -e "s:/\+:/:g")
X-fenice_conf_dir=${fenice_conf_dir//NONE}
X+fenice_conf_dir=`echo ${fenice_conf_dir} | sed s/NONE//g`
X 
END-of-feng/files/patch-configure
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list