From owner-svn-ports-all@FreeBSD.ORG Fri Dec 7 22:26:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA174D3C; Fri, 7 Dec 2012 22:26:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A78238FC12; Fri, 7 Dec 2012 22:26:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB7MQjY9098089; Fri, 7 Dec 2012 22:26:45 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB7MQfGd098057; Fri, 7 Dec 2012 22:26:41 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201212072226.qB7MQfGd098057@svn.freebsd.org> From: Mark Linimon Date: Fri, 7 Dec 2012 22:26:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308454 - in head: audio/autotalent audio/freeswitch-music audio/freeswitch-sounds audio/pocketsphinx audio/sphinx3 audio/sphinxbase devel/libzrtp misc/freeswitch-pizzademo misc/freeswi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 22:26:45 -0000 Author: linimon Date: Fri Dec 7 22:26:41 2012 New Revision: 308454 URL: http://svnweb.freebsd.org/changeset/ports/308454 Log: Current maintainer is away from FreeBSD work ATM, so return these to the pool for now. Feature safe: yes Modified: head/audio/autotalent/Makefile head/audio/freeswitch-music/Makefile head/audio/freeswitch-sounds/Makefile head/audio/pocketsphinx/Makefile head/audio/sphinx3/Makefile head/audio/sphinxbase/Makefile head/devel/libzrtp/Makefile head/misc/freeswitch-pizzademo-devel/Makefile head/misc/freeswitch-pizzademo/Makefile head/misc/freeswitch-scripts-devel/Makefile head/misc/freeswitch-scripts/Makefile head/net/freeswitch-core-devel/Makefile head/net/freeswitch-core/Makefile head/net/freeswitch-curl-devel/Makefile head/net/freeswitch-devel/Makefile head/net/freeswitch-insideout-devel/Makefile head/net/freeswitch-sbc-devel/Makefile head/net/freeswitch-vanilla-devel/Makefile head/net/freeswitch/Makefile head/www/fusionpbx/Makefile Modified: head/audio/autotalent/Makefile ============================================================================== --- head/audio/autotalent/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/audio/autotalent/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,7 +1,4 @@ -# New ports collection Makefile for: autotalent -# Date created: 03/24/11 -# Whom: Rich Neese -# +# Created by: Rich Neese # $FreeBSD$ PORTNAME= autotalent @@ -10,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= http://web.mit.edu/tbaran/www/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A real-time pitch correction plugin for ladspa BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa Modified: head/audio/freeswitch-music/Makefile ============================================================================== --- head/audio/freeswitch-music/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/audio/freeswitch-music/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-music -# Date created: May 11, 2009 -# Whom: Eric F Crist -# +# Created by: Eric F Crist # $FreeBSD$ -# PORTNAME= freeswitch PORTVERSION= 1.0.8 @@ -13,7 +9,7 @@ MASTER_SITES= http://files.freeswitch.or PKGNAMESUFFIX= -music DIST_SUBDIR= freeswitch -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch Music - All Bitrates NO_WRKSUBDIR= yes Modified: head/audio/freeswitch-sounds/Makefile ============================================================================== --- head/audio/freeswitch-sounds/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/audio/freeswitch-sounds/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-sounds -# Date created: May 11, 2010 -# Whom: Eric F Crist -# +# Created by: Eric F Crist # $FreeBSD$ -# PORTNAME= freeswitch DISTVERSION= 1.0.20 @@ -12,7 +8,7 @@ MASTER_SITES= http://files.freeswitch.or PKGNAMESUFFIX= -sounds DIST_SUBDIR= ${PORTNAME}${PORTNAMESUFFIX} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch Sounds (All Bitrates) PLIST= ${WRKDIR}/plist Modified: head/audio/pocketsphinx/Makefile ============================================================================== --- head/audio/pocketsphinx/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/audio/pocketsphinx/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,16 +1,12 @@ -# New ports collection makefile for: pocketsphinx -# Date created: 3 Jan 2008 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= pocketsphinx PORTVERSION= 0.7 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Speech recognition system LIB_DEPENDS= sphinxad:${PORTSDIR}/audio/sphinxbase Modified: head/audio/sphinx3/Makefile ============================================================================== --- head/audio/sphinx3/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/audio/sphinx3/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,16 +1,12 @@ -# New ports collection makefile for: sphinx3 -# Date created: 4 Jan 2008 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= sphinx3 PORTVERSION= 0.7 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Speech recognition system LIB_DEPENDS= sphinxbase:${PORTSDIR}/audio/sphinxbase Modified: head/audio/sphinxbase/Makefile ============================================================================== --- head/audio/sphinxbase/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/audio/sphinxbase/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,16 +1,12 @@ -# New ports collection makefile for: sphinxbase -# Date created: 8 Jan 2008 -# Whom: r.neese -# +# Created by: r.neese # $FreeBSD$ -# PORTNAME= sphinxbase PORTVERSION= 0.7 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= CMU Sphinx Speech recognition system base BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison Modified: head/devel/libzrtp/Makefile ============================================================================== --- head/devel/libzrtp/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/devel/libzrtp/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libzrtp for freeswitch -# Date created: 3 December 2010 -# Whom: rneese@gmail.com -# +# Created by: rneese@gmail.com # $FreeBSD$ -# PORTNAME= libzrtp PORTVERSION= 0.81.514 @@ -11,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= # http://philzimmermann.com/zfone/EN/registration/index.html -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= ZRTP library from the Zfone SDK GNU_CONFIGURE= yes Modified: head/misc/freeswitch-pizzademo-devel/Makefile ============================================================================== --- head/misc/freeswitch-pizzademo-devel/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/misc/freeswitch-pizzademo-devel/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-pizzademo-devel -# Date created: September 2012 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= freeswitch DISTVERSION= 1.2.3 @@ -15,7 +11,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}.ta pizza_sounds.tar.gz DIST_SUBDIR= ${PORTNAME} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch pizza demo RUN_DEPENDS= freeswitch:${PORTSDIR}/net/freeswitch-core-devel Modified: head/misc/freeswitch-pizzademo/Makefile ============================================================================== --- head/misc/freeswitch-pizzademo/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/misc/freeswitch-pizzademo/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-pizza -# Date created: September 2009 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= freeswitch-pizza PORTVERSION= 1.0.7.1 @@ -16,7 +12,7 @@ DISTFILES= ${BASE_PORTNAME}-${PORTVERSIO pizza_sounds.tar.gz:2 DIST_SUBDIR= ${BASE_PORTNAME} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch pizza demo RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core \ Modified: head/misc/freeswitch-scripts-devel/Makefile ============================================================================== --- head/misc/freeswitch-scripts-devel/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/misc/freeswitch-scripts-devel/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch scripts -# Date created: september , 2009 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= freeswitch DISTVERSION= 1.2.3 @@ -12,7 +8,7 @@ MASTER_SITES= http://files.freeswitch.or PKGNAMESUFFIX= -scripts-devel DIST_SUBDIR= ${PORTNAME} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch Scripts RUN_DEPENDS= freeswitch:${PORTSDIR}/net/freeswitch-core-devel Modified: head/misc/freeswitch-scripts/Makefile ============================================================================== --- head/misc/freeswitch-scripts/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/misc/freeswitch-scripts/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch scripts -# Date created: september , 2009 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= freeswitch-scripts PORTVERSION= 1.0.7.1 @@ -14,7 +10,7 @@ MASTER_SITES= http://dl.dropbox.com/u/15 DISTNAME= ${BASE_PORTNAME}-${PORTVERSION} DIST_SUBDIR= ${BASE_PORTNAME} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch Scripts RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core Modified: head/net/freeswitch-core-devel/Makefile ============================================================================== --- head/net/freeswitch-core-devel/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/net/freeswitch-core-devel/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-core-devel -# Date created: May 14, 2012 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= freeswitch DISTVERSION= 1.2.3 @@ -30,7 +26,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}.ta DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.tar.bz2 -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch SoftSwitch Port LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ Modified: head/net/freeswitch-core/Makefile ============================================================================== --- head/net/freeswitch-core/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/net/freeswitch-core/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-core -# Date created: May 11, 2010 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= freeswitch-core PORTVERSION= 1.0.7.1 @@ -31,7 +27,7 @@ DISTFILES= ${BASE_PORTNAME}-${PORTVERSIO DIST_SUBDIR= ${BASE_PORTNAME} EXTRACT_ONLY= ${BASE_PORTNAME}-${PORTVERSION}.tar.gz -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch SoftSwitch Port LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ Modified: head/net/freeswitch-curl-devel/Makefile ============================================================================== --- head/net/freeswitch-curl-devel/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/net/freeswitch-curl-devel/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: net/freeswitch-sbc-devel -# Date created: May 11, 2012 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# FREESWITCH_CONF_DIST= curl DESCR= ${.CURDIR}/pkg-descr Modified: head/net/freeswitch-devel/Makefile ============================================================================== --- head/net/freeswitch-devel/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/net/freeswitch-devel/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch Version 1.2 -# Date created: May 14, 2012 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= freeswitch PORTVERSION= 1.2.3 @@ -13,7 +9,7 @@ PKGNAMESUFFIX= -devel DISTFILES= # none EXTRACT_ONLY= # none -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch meta-port to pull in all the components RUN_DEPENDS= freeswitch:${PORTSDIR}/net/freeswitch-core-devel Modified: head/net/freeswitch-insideout-devel/Makefile ============================================================================== --- head/net/freeswitch-insideout-devel/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/net/freeswitch-insideout-devel/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: net/freeswitch-insideout -# Date created: May 11, 2012 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# FREESWITCH_CONF_DIST= insideout DESCR= ${.CURDIR}/pkg-descr Modified: head/net/freeswitch-sbc-devel/Makefile ============================================================================== --- head/net/freeswitch-sbc-devel/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/net/freeswitch-sbc-devel/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: net/freeswitch-sbc-devel -# Date created: May 11, 2012 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# FREESWITCH_CONF_DIST= sbc DESCR= ${.CURDIR}/pkg-descr Modified: head/net/freeswitch-vanilla-devel/Makefile ============================================================================== --- head/net/freeswitch-vanilla-devel/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/net/freeswitch-vanilla-devel/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: net/freeswitch-vanilla-devel -# Date created: May 11, 2012 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= freeswitch DISTVERSION= 1.2.3 @@ -12,7 +8,7 @@ MASTER_SITES= http://files.freeswitch.or PKGNAMESUFFIX= -${FREESWITCH_CONF_DIST}-devel DIST_SUBDIR= ${PORTNAME} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch configuration files; ${FREESWITCH_CONF_DIST} variant RUN_DEPENDS= freeswitch:${PORTSDIR}/net/freeswitch-core-devel Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/net/freeswitch/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch -# Date created: Augets 9, 2009 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= freeswitch PORTVERSION= 1.0.6 @@ -13,7 +9,7 @@ MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch meta-port to pull in all the components CONFLICTS= freeswitch-devel-[0-9]* Modified: head/www/fusionpbx/Makefile ============================================================================== --- head/www/fusionpbx/Makefile Fri Dec 7 22:22:06 2012 (r308453) +++ head/www/fusionpbx/Makefile Fri Dec 7 22:26:41 2012 (r308454) @@ -1,9 +1,5 @@ -# Ports collection makefile for: fusionpbx -# Date created: Jan 12, 2011 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= fusionpbx DISTVERSION= 3.1.2 @@ -11,7 +7,7 @@ CATEGORIES= www MASTER_SITES= http://www.fusionpbx.com/downloads/ \ ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PHP5 Graphical User Interface for FreeSwitch LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC