diff options
author | rene <rene@FreeBSD.org> | 2013-07-27 03:19:20 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-27 03:19:20 +0800 |
commit | c945ab9477002608dac69f344be7d3f1f1b7d511 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /net/cphone | |
parent | 16876857cc4291ce83cf938fde7ea3a988e9a904 (diff) | |
download | freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.gz freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.zst freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.zip |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to 'net/cphone')
-rw-r--r-- | net/cphone/Makefile | 40 | ||||
-rw-r--r-- | net/cphone/distinfo | 2 | ||||
-rw-r--r-- | net/cphone/files/patch-cpendpoint.h | 10 | ||||
-rw-r--r-- | net/cphone/files/patch-mainwindow.ui | 12 | ||||
-rw-r--r-- | net/cphone/files/patch-options.h | 10 | ||||
-rw-r--r-- | net/cphone/files/patch-qtvid.cxx | 25 | ||||
-rw-r--r-- | net/cphone/files/patch-qtvid.h | 19 | ||||
-rw-r--r-- | net/cphone/pkg-descr | 12 |
8 files changed, 0 insertions, 130 deletions
diff --git a/net/cphone/Makefile b/net/cphone/Makefile deleted file mode 100644 index 5a034db2e0dc..000000000000 --- a/net/cphone/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Roger Hardiman <roger@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= cphone -DISTVERSION= 0.3.2.cvs.20060407 -PORTREVISION= 10 -CATEGORIES= net -MASTER_SITES= ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= H323 Video Conferencing Program which uses QT - -LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/openh323 -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -PLIST_FILES= bin/cphone -USE_BZIP2= yes -USES= bison -USE_QT_VER= 3 -USE_GMAKE= yes -ALL_TARGET= optshared -MAKE_ENV= QTDIR=${QT_PREFIX} \ - PWLIBDIR=${LOCALBASE}/share/pwlib \ - OPENH323DIR=${LOCALBASE}/share/openh323 \ - SYSLIBDIR=${LOCALBASE}/lib -MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${ARCH:S/i386/x86/} \ - OSRELEASE=${OSVERSION} CPLUS=${CXX} - -post-patch: - @${REINPLACE_CMD} -e '/graphdisplay.h/d' -e '/videodisplay.h/d' \ - -e '/labeldisplay.h/d' ${WRKSRC}/mainwindow.ui \ - ${WRKSRC}/settings.ui ${WRKSRC}/statistics.ui - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/obj_r/cphone ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/net/cphone/distinfo b/net/cphone/distinfo deleted file mode 100644 index 92e416b7d37d..000000000000 --- a/net/cphone/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cphone-0.3.2.cvs.20060407.tar.bz2) = f1356f250d0ea9e337158768e3aaf5515dd0e18fc07f5203f2dcc0f968e3d79e -SIZE (cphone-0.3.2.cvs.20060407.tar.bz2) = 105855 diff --git a/net/cphone/files/patch-cpendpoint.h b/net/cphone/files/patch-cpendpoint.h deleted file mode 100644 index fb15c4d4f09e..000000000000 --- a/net/cphone/files/patch-cpendpoint.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./cpendpoint.h.orig 2008-03-02 22:47:13.000000000 +0800 -+++ ./cpendpoint.h 2008-03-02 22:47:30.000000000 +0800 -@@ -53,6 +53,7 @@ - #define _CPhone_CPENDPOINT_H - - #include <ptlib.h> -+#include <ptlib/video.h> - #include <h323.h> - #include <qevent.h> - #include "options.h" diff --git a/net/cphone/files/patch-mainwindow.ui b/net/cphone/files/patch-mainwindow.ui deleted file mode 100644 index f9406d220b19..000000000000 --- a/net/cphone/files/patch-mainwindow.ui +++ /dev/null @@ -1,12 +0,0 @@ ---- mainwindow.ui.orig Wed Sep 28 13:45:02 2005 -+++ mainwindow.ui Wed Sep 28 13:45:13 2005 -@@ -412,9 +412,4 @@ - <slot>HangupClicked_slot()</slot> - </slots> - <layoutdefaults spacing="6" margin="11"/> --<includehints> -- <includehint>videodisplay.h</includehint> -- <includehint>videodisplay.h</includehint> -- <includehint>labeldisplay.h</includehint> --</includehints> - </UI> diff --git a/net/cphone/files/patch-options.h b/net/cphone/files/patch-options.h deleted file mode 100644 index 239488143ab2..000000000000 --- a/net/cphone/files/patch-options.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./options.h.orig 2008-03-02 22:44:57.000000000 +0800 -+++ ./options.h 2008-03-02 22:45:04.000000000 +0800 -@@ -48,6 +48,7 @@ - #define _CPhone_OPTIONS_H - - #include <ptlib.h> -+#include <ptlib/sound.h> - - class MainUserInterface; - diff --git a/net/cphone/files/patch-qtvid.cxx b/net/cphone/files/patch-qtvid.cxx deleted file mode 100644 index ed65671265ce..000000000000 --- a/net/cphone/files/patch-qtvid.cxx +++ /dev/null @@ -1,25 +0,0 @@ ---- ./qtvid.cxx.orig 2008-03-02 22:45:11.000000000 +0800 -+++ ./qtvid.cxx 2008-03-02 22:45:59.000000000 +0800 -@@ -263,21 +263,7 @@ - - BOOL PTextVideoInputDevice::GetFrameData(BYTE *buffer, PINDEX *bytesReturned) - { -- if(frameRate>0) { -- frameTimeError += msBetweenFrames; -- -- do { -- if ( !GetFrameDataNoDelay(buffer, bytesReturned)) { -- return FALSE; -- } -- PTime now; -- PTimeInterval delay = now - previousFrameTime; -- frameTimeError -= (int)delay.GetMilliSeconds(); -- previousFrameTime = now; -- } while(frameTimeError > 0) ; -- -- return TRUE; -- } -+ m_pacing.Delay(1000/GetFrameRate()); - return GetFrameDataNoDelay(buffer, bytesReturned); - } - diff --git a/net/cphone/files/patch-qtvid.h b/net/cphone/files/patch-qtvid.h deleted file mode 100644 index 3c207c387e13..000000000000 --- a/net/cphone/files/patch-qtvid.h +++ /dev/null @@ -1,19 +0,0 @@ ---- ./qtvid.h.orig 2008-03-02 22:45:09.000000000 +0800 -+++ ./qtvid.h 2008-03-02 22:46:14.000000000 +0800 -@@ -42,6 +42,7 @@ - #define _CPhone_Qt_H - - #include <ptlib.h> -+#include <ptclib/delaychan.h> - #include <qimage.h> - #include "vdisplay.h" - -@@ -319,6 +320,8 @@ - - Rgb32Image *rgbImage; - PMutex bufferMutex; -+ -+ PAdaptiveDelay m_pacing; - }; - - diff --git a/net/cphone/pkg-descr b/net/cphone/pkg-descr deleted file mode 100644 index 208fbbd40952..000000000000 --- a/net/cphone/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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/ |