diff options
author | rene <rene@FreeBSD.org> | 2013-12-21 04:19:09 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-21 04:19:09 +0800 |
commit | 708da9eeefda9dba2328443925384b378ba036b9 (patch) | |
tree | 8c82a757eb413229eddacfbc239c34f534477cf2 /net | |
parent | 6311b771e4cf3962bb517196db583ee1d9c6d081 (diff) | |
download | freebsd-ports-gnome-708da9eeefda9dba2328443925384b378ba036b9.tar.gz freebsd-ports-gnome-708da9eeefda9dba2328443925384b378ba036b9.tar.zst freebsd-ports-gnome-708da9eeefda9dba2328443925384b378ba036b9.zip |
Remove expired port and fix INDEX:
2013-12-19 net/freeswitch: Depends on expired net/freeswitch-core
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/freeswitch/Makefile | 54 | ||||
-rw-r--r-- | net/freeswitch/files/pkg-message.in | 11 | ||||
-rw-r--r-- | net/freeswitch/pkg-descr | 9 |
4 files changed, 0 insertions, 75 deletions
diff --git a/net/Makefile b/net/Makefile index 9a13685b409a..5b21aa750f34 100644 --- a/net/Makefile +++ b/net/Makefile @@ -148,7 +148,6 @@ SUBDIR += freeradius2 SUBDIR += freeradius3 SUBDIR += freerdp - SUBDIR += freeswitch SUBDIR += freeswitch-core-devel SUBDIR += freeswitch-curl-devel SUBDIR += freeswitch-devel diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile deleted file mode 100644 index 2cdaee26b3d2..000000000000 --- a/net/freeswitch/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: Richard Neese <r.neese@gmail.com> -# $FreeBSD$ - -PORTNAME= freeswitch -PORTVERSION= 1.0.6 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= FreeSwitch meta-port to pull in all the components - -DEPRECATED= Depends on expired net/freeswitch-core -EXPIRATION_DATE=2013-12-19 - -CONFLICTS= freeswitch-devel-[0-9]* - -RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core - -NO_WRKSUBDIR= yes -NO_BUILD= yes - -OPTIONS_DEFINE= SOUNDS MUSIC PIZZA SCRIPTS -OPTIONS_DEFAULT= SOUNDS MUSIC -SOUNDS_DESC= Sound files for use with FreeSwitch PBX -MUSIC_DESC= Music on hold for use with FreeSwitch PBX -PIZZA_DESC= Pizza Shop voice demo -SCRIPTS_DESC= Freeswitch various scripts - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSOUNDS} -RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds -.endif - -.if ${PORT_OPTIONS:MMUSIC} -RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-music:${PORTSDIR}/audio/freeswitch-music -.endif - -.if ${PORT_OPTIONS:MPIZZA} -RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.pizza:${PORTSDIR}/misc/freeswitch-pizzademo -.endif - -.if ${PORT_OPTIONS:MSCRIPTS} -RUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/scripts/.freeswitch-scripts:${PORTSDIR}/misc/freeswitch-scripts -.endif - -do-install: build - @${DO_NADA} - -.include <bsd.port.mk> diff --git a/net/freeswitch/files/pkg-message.in b/net/freeswitch/files/pkg-message.in deleted file mode 100644 index 258fadc48b68..000000000000 --- a/net/freeswitch/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -***************************************************** -* Please read * -***************************************************** - -to install the config files do the following ..... - -cp -r %%EXAMPLESDIR%%/conf %%ETCDIR%%/conf - -then edit /etc/rc.conf and add - -freeswitch_enable="YES" diff --git a/net/freeswitch/pkg-descr b/net/freeswitch/pkg-descr deleted file mode 100644 index 8d5926d41ff6..000000000000 --- a/net/freeswitch/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -FreeSWITCH meta port. - -FreeSWITCH is an open source telephony platform designed to facilitate the -creation of voice and chat driven products scaling from a soft-phone up to a -soft-switch. It can be used as a simple switching engine, a PBX, a media -gateway or a media server to host IVR applications using simple scripts or XML -to control the callflow. - -WWW: http://www.freeswitch.org |