summaryrefslogtreecommitdiff
path: root/net/openmcu
diff options
context:
space:
mode:
Diffstat (limited to 'net/openmcu')
-rw-r--r--net/openmcu/Makefile56
-rw-r--r--net/openmcu/distinfo2
-rw-r--r--net/openmcu/files/openmcu.ini.sample13
-rw-r--r--net/openmcu/files/patch-filemembers_h11
-rw-r--r--net/openmcu/files/patch-video_cxx11
-rw-r--r--net/openmcu/pkg-descr9
-rw-r--r--net/openmcu/pkg-plist11
7 files changed, 0 insertions, 113 deletions
diff --git a/net/openmcu/Makefile b/net/openmcu/Makefile
deleted file mode 100644
index 944aa1003dbc..000000000000
--- a/net/openmcu/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# Created by: Roger Hardiman <roger@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= openmcu
-PORTVERSION= 2.2.1
-PORTREVISION= 3
-CATEGORIES= net
-MASTER_SITES= SF/openh323/${PORTNAME}/${PORTVERSION}
-DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= OpenMCU hosts a conference call for H323 Video Conferencing users
-
-LIB_DEPENDS= libh323_r.so:${PORTSDIR}/net/openh323
-
-WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}
-
-USES= bison gmake
-ALL_TARGET= optshared
-MAKE_ENV= PWLIBDIR=${LOCALBASE}/share/pwlib \
- OPENH323DIR=${LOCALBASE}/share/openh323 \
- SYSLIBDIR=${LOCALBASE}/lib
-MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${ARCH:S/i386/x86/} \
- OSRELEASE=${OSVERSION} CPLUS=${CXX}
-
-MAN1= openmcu.1
-
-PLIST_SUB= PORTNAME=${PORTNAME}
-DOCSDIR= ${PREFIX}/share/doc/openh323
-EXAMPLESDIR= ${PREFIX}/share/examples/openh323
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == sparc64
-BROKEN= Does not install
-.endif
-
-pre-install:
- @${SED} -e 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g' \
- -e 's|%%PORTNAME%%|${PORTNAME}|g' \
- ${FILESDIR}/openmcu.ini.sample > ${WRKDIR}/openmcu.ini
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/obj_r/openmcu ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/ReadMe.txt ${DOCSDIR}/${PORTNAME}
-.endif
- @${MKDIR} ${EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/*.wav ${EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKDIR}/openmcu.ini ${EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/server.pem ${EXAMPLESDIR}/${PORTNAME}
-
-.include <bsd.port.post.mk>
diff --git a/net/openmcu/distinfo b/net/openmcu/distinfo
deleted file mode 100644
index 0226a0803c6c..000000000000
--- a/net/openmcu/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (openmcu-v2_2_1-src.tar.gz) = 09d7b3f897fa5b76024753f53828f5596c39757b372b55a55b8893d1ae63796a
-SIZE (openmcu-v2_2_1-src.tar.gz) = 155199
diff --git a/net/openmcu/files/openmcu.ini.sample b/net/openmcu/files/openmcu.ini.sample
deleted file mode 100644
index 2b699b0dff62..000000000000
--- a/net/openmcu/files/openmcu.ini.sample
+++ /dev/null
@@ -1,13 +0,0 @@
-[Parameters]
-Password=
-Log Level=2
-HTTP Certificate=%%EXAMPLESDIR%%/%%PORTNAME%%/server.pem
-HTTP Port=1420
-Gatekeeper Mode=Find gatekeeper
-Interface Array Size=0
-Default room=room101
-Connecting WAV File=%%EXAMPLESDIR%%/%%PORTNAME%%/connecting.wav
-Entering WAV File=%%EXAMPLESDIR%%/%%PORTNAME%%/entering.wav
-Leaving WAV File=%%EXAMPLESDIR%%/%%PORTNAME%%/leaving.wav
-Call log filename=/var/log/%%PORTNAME%%/%%PORTNAME%%_call.log
-
diff --git a/net/openmcu/files/patch-filemembers_h b/net/openmcu/files/patch-filemembers_h
deleted file mode 100644
index 458710304b04..000000000000
--- a/net/openmcu/files/patch-filemembers_h
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ruN openmcu_v2_2_1.bak/filemembers.h openmcu_v2_2_1/filemembers.h
---- filemembers.h 2006-08-02 02:24:53.000000000 -0400
-+++ filemembers.h 2008-03-05 22:08:52.000000000 -0500
-@@ -84,6 +84,7 @@
- #include <opalwavfile.h>
- #include "conference.h"
-
-+#include <queue>
-
- class ConferenceSoundCardMember : public ConferenceMember
- {
diff --git a/net/openmcu/files/patch-video_cxx b/net/openmcu/files/patch-video_cxx
deleted file mode 100644
index fb94cfeb4e27..000000000000
--- a/net/openmcu/files/patch-video_cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- video.cxx.orig 2006-07-21 10:01:40.000000000 +0200
-+++ video.cxx 2008-03-06 09:31:48.000000000 +0100
-@@ -285,7 +285,7 @@
-
- BOOL PVideoInputDevice_OpenMCU::GetFrameData(BYTE * buffer, PINDEX * bytesReturned)
- {
-- grabDelay.Delay(msBetweenFrames);
-+ grabDelay.Delay(1000/GetFrameRate());
-
- return GetFrameDataNoDelay(buffer, bytesReturned);
- }
diff --git a/net/openmcu/pkg-descr b/net/openmcu/pkg-descr
deleted file mode 100644
index 87f4b1e827b4..000000000000
--- a/net/openmcu/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-OpenMCU is a H323 Multipoint Conference Unit.
-
-It allows several people to take part in the same Video Conference or
-Internet Phone Call (VoIP) when using program using the H323 protocols.
-
-Applications using H323 include OpenH323, OhPhone, GnomeMeeting
-and Microsoft's NetMeeting.
-
-It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty
diff --git a/net/openmcu/pkg-plist b/net/openmcu/pkg-plist
deleted file mode 100644
index 792c6bf50f78..000000000000
--- a/net/openmcu/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/openmcu
-%%EXAMPLESDIR%%/%%PORTNAME%%/connecting.wav
-%%EXAMPLESDIR%%/%%PORTNAME%%/entering.wav
-%%EXAMPLESDIR%%/%%PORTNAME%%/leaving.wav
-%%EXAMPLESDIR%%/%%PORTNAME%%/openmcu.ini
-%%EXAMPLESDIR%%/%%PORTNAME%%/server.pem
-@dirrm %%EXAMPLESDIR%%/%%PORTNAME%%
-@dirrmtry %%EXAMPLESDIR%%
-%%PORTDOCS%%%%DOCSDIR%%/%%PORTNAME%%/ReadMe.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTNAME%%
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%