From 6b6cd5df67b317808b60282e0850b8d0d5019b53 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Fri, 24 May 2002 14:50:16 +0000 Subject: Add CPhone, a H323 VoIP and Video Conferencing program which can connect to GnomeMeeting, OhPhone and NetMeeting users. --- net/cphone/Makefile | 36 ++++++++++++++++++++++++++++++++++++ net/cphone/distinfo | 1 + net/cphone/files/patch-aa | 27 +++++++++++++++++++++++++++ net/cphone/pkg-comment | 1 + net/cphone/pkg-descr | 12 ++++++++++++ net/cphone/pkg-plist | 1 + 6 files changed, 78 insertions(+) create mode 100644 net/cphone/Makefile create mode 100644 net/cphone/distinfo create mode 100644 net/cphone/files/patch-aa create mode 100644 net/cphone/pkg-comment create mode 100644 net/cphone/pkg-descr create mode 100644 net/cphone/pkg-plist (limited to 'net/cphone') diff --git a/net/cphone/Makefile b/net/cphone/Makefile new file mode 100644 index 000000000000..86b2ee3b7337 --- /dev/null +++ b/net/cphone/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: cphone +# Date created: Thu May 24 15:50:00 BST 2000 +# Whom: Roger Hardiman +# +# $FreeBSD$ +# + +PORTNAME= cphone +PORTVERSION= 0.1.0 +CATEGORIES= net +MASTER_SITES= http://download.sourceforge.net/cphone/ +DISTNAME= cphone_0.1.0 + +MAINTAINER= roger@FreeBSD.org + +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build + +WRKSRC= ${WRKDIR}/${PORTNAME} + +NOCLEANDEPENDS= yes + +USE_NEWGCC= yes +USE_BISON= yes +USE_QT_VER= 2 +USE_GMAKE= yes +ALL_TARGET= optnoshared +MAKE_ENV= QTDIR=${X11BASE} \ + PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \ + OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 +THE_MACHTYPE= ${ARCH:S/i386/x86/} +MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/cphone ${PREFIX}/bin + +.include diff --git a/net/cphone/distinfo b/net/cphone/distinfo new file mode 100644 index 000000000000..ab417eeccaf9 --- /dev/null +++ b/net/cphone/distinfo @@ -0,0 +1 @@ +MD5 (cphone_0.1.0.tar.gz) = e3502662468d524f8010caaecf44b342 diff --git a/net/cphone/files/patch-aa b/net/cphone/files/patch-aa new file mode 100644 index 000000000000..b216363e2aca --- /dev/null +++ b/net/cphone/files/patch-aa @@ -0,0 +1,27 @@ +*** Makefile.orig Fri May 24 15:01:19 2002 +--- Makefile Fri May 24 15:15:27 2002 +*************** endif +*** 83,93 **** + + + UIC = $(QTDIR)/bin/uic +! MOC = $(QTDIR)/bin/moc + +! STDCCFLAGS += -I$(QTDIR)/include -DQT_THREAD_SUPPORT + LDFLAGS += -L$(QTDIR)/lib -L$(XLIBDIR) +! ENDLDLIBS += -lqt-mt -lSM -lICE -lXext -lX11 -ldl + + UISRC := $(patsubst %.ui,%.cxx,$(UIFILES)) + UIHDRS := $(patsubst %.ui,%.h,$(UIFILES)) +--- 83,93 ---- + + + UIC = $(QTDIR)/bin/uic +! MOC = $(QTDIR)/bin/moc2 + +! STDCCFLAGS += -I$(QTDIR)/include/qt2 -DQT_THREAD_SUPPORT + LDFLAGS += -L$(QTDIR)/lib -L$(XLIBDIR) +! ENDLDLIBS += -lqt2-mt -lSM -lICE -lXext -lX11 + + UISRC := $(patsubst %.ui,%.cxx,$(UIFILES)) + UIHDRS := $(patsubst %.ui,%.h,$(UIFILES)) diff --git a/net/cphone/pkg-comment b/net/cphone/pkg-comment new file mode 100644 index 000000000000..dc118f77edba --- /dev/null +++ b/net/cphone/pkg-comment @@ -0,0 +1 @@ +H323 Video Conferencing Program which uses QT diff --git a/net/cphone/pkg-descr b/net/cphone/pkg-descr new file mode 100644 index 000000000000..208fbbd40952 --- /dev/null +++ b/net/cphone/pkg-descr @@ -0,0 +1,12 @@ +CPhone is a H323 Video Conferencing Program compatible with other +H323 video conferencing programs including Microsoft NetMeeting, +OhPhone and GnomeMeeting. + +CPhone supports full duplex audio and bi-directional video. +It requires a full duplex sound card for audio support +and a Bt848/878 based video card (using the bktr driver) is required if you +want to send video. + +It uses the OpenH323 and PWLib libraries (see ports/net/openh323) + +WWW: http://cphone.sourceforge.net/ diff --git a/net/cphone/pkg-plist b/net/cphone/pkg-plist new file mode 100644 index 000000000000..908a0035b5d7 --- /dev/null +++ b/net/cphone/pkg-plist @@ -0,0 +1 @@ +bin/cphone -- cgit v1.2.3