diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-12-07 22:26:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-12-07 22:26:41 +0000 |
commit | e55ace8cfe257618693beb4ab8d61fb67722c6f1 (patch) | |
tree | 2362ad65dab0b2a0109c8c4644d4efa116429ad9 | |
parent | e8c48e4d8491f8927e80eab8cf64b2f1fdf9b394 (diff) |
Notes
-rw-r--r-- | audio/autotalent/Makefile | 7 | ||||
-rw-r--r-- | audio/freeswitch-music/Makefile | 8 | ||||
-rw-r--r-- | audio/freeswitch-sounds/Makefile | 8 | ||||
-rw-r--r-- | audio/pocketsphinx/Makefile | 8 | ||||
-rw-r--r-- | audio/sphinx3/Makefile | 8 | ||||
-rw-r--r-- | audio/sphinxbase/Makefile | 8 | ||||
-rw-r--r-- | devel/libzrtp/Makefile | 8 | ||||
-rw-r--r-- | misc/freeswitch-pizzademo-devel/Makefile | 8 | ||||
-rw-r--r-- | misc/freeswitch-pizzademo/Makefile | 8 | ||||
-rw-r--r-- | misc/freeswitch-scripts-devel/Makefile | 8 | ||||
-rw-r--r-- | misc/freeswitch-scripts/Makefile | 8 | ||||
-rw-r--r-- | net/freeswitch-core-devel/Makefile | 8 | ||||
-rw-r--r-- | net/freeswitch-core/Makefile | 8 | ||||
-rw-r--r-- | net/freeswitch-curl-devel/Makefile | 6 | ||||
-rw-r--r-- | net/freeswitch-devel/Makefile | 8 | ||||
-rw-r--r-- | net/freeswitch-insideout-devel/Makefile | 6 | ||||
-rw-r--r-- | net/freeswitch-sbc-devel/Makefile | 6 | ||||
-rw-r--r-- | net/freeswitch-vanilla-devel/Makefile | 8 | ||||
-rw-r--r-- | net/freeswitch/Makefile | 8 | ||||
-rw-r--r-- | www/fusionpbx/Makefile | 8 |
20 files changed, 37 insertions, 116 deletions
diff --git a/audio/autotalent/Makefile b/audio/autotalent/Makefile index 24d249e47ac0..1dac87105ade 100644 --- a/audio/autotalent/Makefile +++ b/audio/autotalent/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: autotalent -# Date created: 03/24/11 -# Whom: Rich Neese <r.neese@gmail.com> -# +# Created by: Rich Neese <r.neese@gmail.com> # $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 diff --git a/audio/freeswitch-music/Makefile b/audio/freeswitch-music/Makefile index 1522564e10e4..7558480b0415 100644 --- a/audio/freeswitch-music/Makefile +++ b/audio/freeswitch-music/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-music -# Date created: May 11, 2009 -# Whom: Eric F Crist <ecrist@secure-computing.net> -# +# Created by: Eric F Crist <ecrist@secure-computing.net> # $FreeBSD$ -# PORTNAME= freeswitch PORTVERSION= 1.0.8 @@ -13,7 +9,7 @@ MASTER_SITES= http://files.freeswitch.org/ PKGNAMESUFFIX= -music DIST_SUBDIR= freeswitch -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch Music - All Bitrates NO_WRKSUBDIR= yes diff --git a/audio/freeswitch-sounds/Makefile b/audio/freeswitch-sounds/Makefile index 894c0b2b5b54..216bcd0cb609 100644 --- a/audio/freeswitch-sounds/Makefile +++ b/audio/freeswitch-sounds/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-sounds -# Date created: May 11, 2010 -# Whom: Eric F Crist <ecrist@secure-computing.net> -# +# Created by: Eric F Crist <ecrist@secure-computing.net> # $FreeBSD$ -# PORTNAME= freeswitch DISTVERSION= 1.0.20 @@ -12,7 +8,7 @@ MASTER_SITES= http://files.freeswitch.org/ PKGNAMESUFFIX= -sounds DIST_SUBDIR= ${PORTNAME}${PORTNAMESUFFIX} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch Sounds (All Bitrates) PLIST= ${WRKDIR}/plist diff --git a/audio/pocketsphinx/Makefile b/audio/pocketsphinx/Makefile index 08182abfd63b..60d2440a75c6 100644 --- a/audio/pocketsphinx/Makefile +++ b/audio/pocketsphinx/Makefile @@ -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 diff --git a/audio/sphinx3/Makefile b/audio/sphinx3/Makefile index b5c41d4ab5dc..731ae81be14e 100644 --- a/audio/sphinx3/Makefile +++ b/audio/sphinx3/Makefile @@ -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 diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile index 6c4aca5076e0..1c9405a3a690 100644 --- a/audio/sphinxbase/Makefile +++ b/audio/sphinxbase/Makefile @@ -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 diff --git a/devel/libzrtp/Makefile b/devel/libzrtp/Makefile index 10d8e6c3be11..47632dc03995 100644 --- a/devel/libzrtp/Makefile +++ b/devel/libzrtp/Makefile @@ -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 diff --git a/misc/freeswitch-pizzademo-devel/Makefile b/misc/freeswitch-pizzademo-devel/Makefile index 3479665c22ba..f7796099d6ea 100644 --- a/misc/freeswitch-pizzademo-devel/Makefile +++ b/misc/freeswitch-pizzademo-devel/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-pizzademo-devel -# Date created: September 2012 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $FreeBSD$ -# PORTNAME= freeswitch DISTVERSION= 1.2.3 @@ -15,7 +11,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}.tar.bz2 \ 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 diff --git a/misc/freeswitch-pizzademo/Makefile b/misc/freeswitch-pizzademo/Makefile index 2fe1b9d677e5..bf33df180716 100644 --- a/misc/freeswitch-pizzademo/Makefile +++ b/misc/freeswitch-pizzademo/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-pizza -# Date created: September 2009 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $FreeBSD$ -# PORTNAME= freeswitch-pizza PORTVERSION= 1.0.7.1 @@ -16,7 +12,7 @@ DISTFILES= ${BASE_PORTNAME}-${PORTVERSION}.tar.gz \ 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 \ diff --git a/misc/freeswitch-scripts-devel/Makefile b/misc/freeswitch-scripts-devel/Makefile index e7d7a30d5806..33abdc91e429 100644 --- a/misc/freeswitch-scripts-devel/Makefile +++ b/misc/freeswitch-scripts-devel/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch scripts -# Date created: september , 2009 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $FreeBSD$ -# PORTNAME= freeswitch DISTVERSION= 1.2.3 @@ -12,7 +8,7 @@ MASTER_SITES= http://files.freeswitch.org/ 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 diff --git a/misc/freeswitch-scripts/Makefile b/misc/freeswitch-scripts/Makefile index cbcc2bce1813..26be58c9f3bb 100644 --- a/misc/freeswitch-scripts/Makefile +++ b/misc/freeswitch-scripts/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch scripts -# Date created: september , 2009 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $FreeBSD$ -# PORTNAME= freeswitch-scripts PORTVERSION= 1.0.7.1 @@ -14,7 +10,7 @@ MASTER_SITES= http://dl.dropbox.com/u/152504/ 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 diff --git a/net/freeswitch-core-devel/Makefile b/net/freeswitch-core-devel/Makefile index da5dd672df41..bf9f8ffa1e30 100644 --- a/net/freeswitch-core-devel/Makefile +++ b/net/freeswitch-core-devel/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-core-devel -# Date created: May 14, 2012 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $FreeBSD$ -# PORTNAME= freeswitch DISTVERSION= 1.2.3 @@ -30,7 +26,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}.tar.bz2 \ 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 \ diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile index 04e92597ca56..f796349da114 100644 --- a/net/freeswitch-core/Makefile +++ b/net/freeswitch-core/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch-core -# Date created: May 11, 2010 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $FreeBSD$ -# PORTNAME= freeswitch-core PORTVERSION= 1.0.7.1 @@ -31,7 +27,7 @@ DISTFILES= ${BASE_PORTNAME}-${PORTVERSION}.tar.gz \ 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 \ diff --git a/net/freeswitch-curl-devel/Makefile b/net/freeswitch-curl-devel/Makefile index d2c3c48b9ec0..f1d7b7899da6 100644 --- a/net/freeswitch-curl-devel/Makefile +++ b/net/freeswitch-curl-devel/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: net/freeswitch-sbc-devel -# Date created: May 11, 2012 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $FreeBSD$ -# FREESWITCH_CONF_DIST= curl DESCR= ${.CURDIR}/pkg-descr diff --git a/net/freeswitch-devel/Makefile b/net/freeswitch-devel/Makefile index aa278aeccbfe..e0fdf0098273 100644 --- a/net/freeswitch-devel/Makefile +++ b/net/freeswitch-devel/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch Version 1.2 -# Date created: May 14, 2012 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $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 diff --git a/net/freeswitch-insideout-devel/Makefile b/net/freeswitch-insideout-devel/Makefile index 94925ef6ceb1..b2d717bc3104 100644 --- a/net/freeswitch-insideout-devel/Makefile +++ b/net/freeswitch-insideout-devel/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: net/freeswitch-insideout -# Date created: May 11, 2012 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $FreeBSD$ -# FREESWITCH_CONF_DIST= insideout DESCR= ${.CURDIR}/pkg-descr diff --git a/net/freeswitch-sbc-devel/Makefile b/net/freeswitch-sbc-devel/Makefile index 9781ffadead6..f3a97522db85 100644 --- a/net/freeswitch-sbc-devel/Makefile +++ b/net/freeswitch-sbc-devel/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: net/freeswitch-sbc-devel -# Date created: May 11, 2012 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $FreeBSD$ -# FREESWITCH_CONF_DIST= sbc DESCR= ${.CURDIR}/pkg-descr diff --git a/net/freeswitch-vanilla-devel/Makefile b/net/freeswitch-vanilla-devel/Makefile index e56d7fe953de..5e6df073e0a1 100644 --- a/net/freeswitch-vanilla-devel/Makefile +++ b/net/freeswitch-vanilla-devel/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: net/freeswitch-vanilla-devel -# Date created: May 11, 2012 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $FreeBSD$ -# PORTNAME= freeswitch DISTVERSION= 1.2.3 @@ -12,7 +8,7 @@ MASTER_SITES= http://files.freeswitch.org/ 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 diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index ae1949f31a64..d525303784f4 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: freeswitch -# Date created: Augets 9, 2009 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $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]* diff --git a/www/fusionpbx/Makefile b/www/fusionpbx/Makefile index 2e2d0339d706..14a268b7aec1 100644 --- a/www/fusionpbx/Makefile +++ b/www/fusionpbx/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: fusionpbx -# Date created: Jan 12, 2011 -# Whom: Richard Neese <r.neese@gmail.com> -# +# Created by: Richard Neese <r.neese@gmail.com> # $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 |