ports/151744: [SHAR] New port net/appkonference

Alex Deiter alex.deiter at gmail.com
Tue Oct 26 10:30:10 UTC 2010


>Number:         151744
>Category:       ports
>Synopsis:       [SHAR] New port net/appkonference
>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:   Tue Oct 26 10:30:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alex Deiter
>Release:        8.1-RELEASE
>Organization:
N/A
>Environment:
FreeBSD x4150b.tdc 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010     root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Please review new port net/appkonference:

App_konference is a channel-independent conference application.
It features efficient audio mixing algorithms as well as video selection
support based on VAD, DTMF or CLI. 

WWW: http://sourceforge.net/projects/appkonference/

>How-To-Repeat:
cd /usr/ports/net/appkonference && make install
>Fix:


Patch attached with submission follows:

# 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:
#
#	appkonference
#	appkonference/files
#	appkonference/files/patch-Makefile
#	appkonference/pkg-descr
#	appkonference/distinfo
#	appkonference/Makefile
#
echo c - appkonference
mkdir -p appkonference > /dev/null 2>&1
echo c - appkonference/files
mkdir -p appkonference/files > /dev/null 2>&1
echo x - appkonference/files/patch-Makefile
sed 's/^X//' >appkonference/files/patch-Makefile << 'cb1ef23936b2e09bf733d4b82ff31e18'
X--- Makefile.orig	2010-10-23 00:28:54.000000000 +0000
X+++ Makefile	2010-10-23 00:31:39.000000000 +0000
X@@ -18,9 +18,9 @@
X #
X 
X INSTALL_PREFIX :=
X-INSTALL_MODULES_DIR := $(INSTALL_PREFIX)/usr/lib/asterisk/modules
X+INSTALL_MODULES_DIR := $(INSTALL_PREFIX)/${LOCALBASE}/lib/asterisk/modules
X 
X-ASTERISK_INCLUDE_DIR ?= ../asterisk/include
X+ASTERISK_INCLUDE_DIR ?= ${LOCALBASE}/include
X 
X RELEASE = 1.5
X 
X@@ -157,7 +157,7 @@
X 	$(RM) $(TARGET)
X 
X $(TARGET): $(OBJS)
X-	$(CC) -pg $(SOLINK) -o $@ $(OBJS)
X+	$(CC) $(SOLINK) -o $@ $(OBJS)
X 
X vad_test: vad_test.o libspeex/preprocess.o libspeex/misc.o libspeex/smallft.o
X 	$(CC) $(PROFILE) -o $@ $^ -lm
cb1ef23936b2e09bf733d4b82ff31e18
echo x - appkonference/pkg-descr
sed 's/^X//' >appkonference/pkg-descr << 'ef576a4d3945d4cfcf24430ae81de770'
XApp_konference is a channel-independent conference application.
XIt features efficient audio mixing algorithms as well as video selection
Xsupport based on VAD, DTMF or CLI. 
X
XWWW: http://sourceforge.net/projects/appkonference/
ef576a4d3945d4cfcf24430ae81de770
echo x - appkonference/distinfo
sed 's/^X//' >appkonference/distinfo << 'ea51e350aad532bb6a5005e80ece2e80'
XMD5 (appkonference-1.5.tar.gz) = 3a116a71a08f23cef510fa0b47d705cb
XSHA256 (appkonference-1.5.tar.gz) = 6470cc38b07a14b27993bc1e6a5c636943ae36e7e2385a3e136b3bc55a87af27
XSIZE (appkonference-1.5.tar.gz) = 186882
ea51e350aad532bb6a5005e80ece2e80
echo x - appkonference/Makefile
sed 's/^X//' >appkonference/Makefile << 'b863180086c43c46a625654923af7e23'
X# New ports collection makefile for:	net/appkonference
X# Date created:				19 October 2010
X# Whom:					Alex Deiter <Alex.Deiter at Gmail.COM>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	appkonference
XPORTVERSION=	1.5
XCATEGORIES=	net
XMASTER_SITES=	SF
X
XMAINTAINER=	alex.deiter at gmail.com
XCOMMENT=	High-performance Asterisk voice/video conferencing plugin
X
XBUILD_DEPENDS=  asterisk:${PORTSDIR}/net/asterisk
XRUN_DEPENDS=    asterisk:${PORTSDIR}/net/asterisk
X
XUSE_GMAKE=	yes
XMAKE_ENV=	LOCALBASE=${LOCALBASE}
XWRKSRC=		${WRKDIR}/${PORTNAME}/konference
X
XPLIST_FILES=	lib/asterisk/modules/app_konference.so
X
X.include <bsd.port.mk>
b863180086c43c46a625654923af7e23
exit



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



More information about the freebsd-ports-bugs mailing list