1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Upgrade to OpenH323 1.1 Beta 3 (with PWLib 1.1 pl 17)

Note, the actual H323 VideoPhone client has been seperated out
into a seperate port, called OhPhone.
This commit is contained in:
Roger Hardiman 2000-08-18 18:27:03 +00:00
parent 70cd22c788
commit 96c9e4a03d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31748
20 changed files with 68 additions and 68 deletions

View File

@ -6,13 +6,13 @@
#
PORTNAME= openh323
PORTVERSION= 1.1b1
PORTVERSION= 1.1b3
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
http://www.ru.openh323.org/bin/
DISTFILES= openh323_1.1beta1${EXTRACT_SUFX} \
pwlib_min_1.1pl15.tar.gz
DISTFILES= openh323_1.1beta3.tar.gz \
pwlib_min_1.1pl17.tar.gz
MAINTAINER= roger@freebsd.org
@ -27,11 +27,9 @@ MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
OPENH323DIR=${WRKDIR}/openh323
THE_MACHTYPE= ${ARCH:S/i386/x86/}
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
MAN1= ohphone.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (openh323_1.1beta1.tar.gz) = f63eb1d2bc0b2e069871e39624197f20
MD5 (pwlib_min_1.1pl15.tar.gz) = 8c3f75735d9cac7beb530468e2e77bbb
MD5 (openh323_1.1beta3.tar.gz) = d02e02348fa6697d43bc955605d365c7
MD5 (pwlib_min_1.1pl17.tar.gz) = 4089db2aafb42cd019b8d96e9b4407a6

View File

@ -1 +1 @@
A H323 Video Conferencing package
A H323 Video Conferencing library, used with OhPhone

View File

@ -1,14 +1,16 @@
OpenH323 is a multi-platform H323 Video Conferencing library.
This can be used to make H323 Video Conferencing applications.
and the port produces a sample application called OhPhone.
This can be used to make H323 Video Conferencing applications
and the port produces a sample application called simph323.
OhPhone can exchange full duplex audio and video with other H323
compliant video conferencing programs including Microsoft NetMeeting
It requires a sound card for audio support and a Bt848/878 based
video card (using the bktr driver) for video capture.
However, a fully featured H323 client, including Video
as well as Audio can be found in the OhPhone Port.
The OpenH323library and ohpone make use of PWLib. http://www.equival.com
Simph323 and OhPhone can exchange full duplex audio with other H323
compliant video conferencing programs including Microsoft NetMeeting.
OhPhone adds full Video support.
The OpenH323 library makes use of PWLib. http://www.equival.com
PWLib is a multi-platform code library that can be used to write
applications that will compile and run on the BSD Unixes, Windows, Linux
and a few other Unix variants. It was developed by Equivalence Ltd Pty.

View File

@ -1 +1 @@
bin/ohphone
bin/simph323

View File

@ -6,13 +6,13 @@
#
PORTNAME= openh323
PORTVERSION= 1.1b1
PORTVERSION= 1.1b3
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
http://www.ru.openh323.org/bin/
DISTFILES= openh323_1.1beta1${EXTRACT_SUFX} \
pwlib_min_1.1pl15.tar.gz
DISTFILES= openh323_1.1beta3.tar.gz \
pwlib_min_1.1pl17.tar.gz
MAINTAINER= roger@freebsd.org
@ -27,11 +27,9 @@ MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
OPENH323DIR=${WRKDIR}/openh323
THE_MACHTYPE= ${ARCH:S/i386/x86/}
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
MAN1= ohphone.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (openh323_1.1beta1.tar.gz) = f63eb1d2bc0b2e069871e39624197f20
MD5 (pwlib_min_1.1pl15.tar.gz) = 8c3f75735d9cac7beb530468e2e77bbb
MD5 (openh323_1.1beta3.tar.gz) = d02e02348fa6697d43bc955605d365c7
MD5 (pwlib_min_1.1pl17.tar.gz) = 4089db2aafb42cd019b8d96e9b4407a6

View File

@ -1 +1 @@
A H323 Video Conferencing package
A H323 Video Conferencing library, used with OhPhone

View File

@ -1,14 +1,16 @@
OpenH323 is a multi-platform H323 Video Conferencing library.
This can be used to make H323 Video Conferencing applications.
and the port produces a sample application called OhPhone.
This can be used to make H323 Video Conferencing applications
and the port produces a sample application called simph323.
OhPhone can exchange full duplex audio and video with other H323
compliant video conferencing programs including Microsoft NetMeeting
It requires a sound card for audio support and a Bt848/878 based
video card (using the bktr driver) for video capture.
However, a fully featured H323 client, including Video
as well as Audio can be found in the OhPhone Port.
The OpenH323library and ohpone make use of PWLib. http://www.equival.com
Simph323 and OhPhone can exchange full duplex audio with other H323
compliant video conferencing programs including Microsoft NetMeeting.
OhPhone adds full Video support.
The OpenH323 library makes use of PWLib. http://www.equival.com
PWLib is a multi-platform code library that can be used to write
applications that will compile and run on the BSD Unixes, Windows, Linux
and a few other Unix variants. It was developed by Equivalence Ltd Pty.

View File

@ -1 +1 @@
bin/ohphone
bin/simph323

View File

@ -6,13 +6,13 @@
#
PORTNAME= openh323
PORTVERSION= 1.1b1
PORTVERSION= 1.1b3
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
http://www.ru.openh323.org/bin/
DISTFILES= openh323_1.1beta1${EXTRACT_SUFX} \
pwlib_min_1.1pl15.tar.gz
DISTFILES= openh323_1.1beta3.tar.gz \
pwlib_min_1.1pl17.tar.gz
MAINTAINER= roger@freebsd.org
@ -27,11 +27,9 @@ MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
OPENH323DIR=${WRKDIR}/openh323
THE_MACHTYPE= ${ARCH:S/i386/x86/}
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
MAN1= ohphone.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (openh323_1.1beta1.tar.gz) = f63eb1d2bc0b2e069871e39624197f20
MD5 (pwlib_min_1.1pl15.tar.gz) = 8c3f75735d9cac7beb530468e2e77bbb
MD5 (openh323_1.1beta3.tar.gz) = d02e02348fa6697d43bc955605d365c7
MD5 (pwlib_min_1.1pl17.tar.gz) = 4089db2aafb42cd019b8d96e9b4407a6

View File

@ -1 +1 @@
A H323 Video Conferencing package
A H323 Video Conferencing library, used with OhPhone

View File

@ -1,14 +1,16 @@
OpenH323 is a multi-platform H323 Video Conferencing library.
This can be used to make H323 Video Conferencing applications.
and the port produces a sample application called OhPhone.
This can be used to make H323 Video Conferencing applications
and the port produces a sample application called simph323.
OhPhone can exchange full duplex audio and video with other H323
compliant video conferencing programs including Microsoft NetMeeting
It requires a sound card for audio support and a Bt848/878 based
video card (using the bktr driver) for video capture.
However, a fully featured H323 client, including Video
as well as Audio can be found in the OhPhone Port.
The OpenH323library and ohpone make use of PWLib. http://www.equival.com
Simph323 and OhPhone can exchange full duplex audio with other H323
compliant video conferencing programs including Microsoft NetMeeting.
OhPhone adds full Video support.
The OpenH323 library makes use of PWLib. http://www.equival.com
PWLib is a multi-platform code library that can be used to write
applications that will compile and run on the BSD Unixes, Windows, Linux
and a few other Unix variants. It was developed by Equivalence Ltd Pty.

View File

@ -1 +1 @@
bin/ohphone
bin/simph323

View File

@ -6,13 +6,13 @@
#
PORTNAME= openh323
PORTVERSION= 1.1b1
PORTVERSION= 1.1b3
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
http://www.ru.openh323.org/bin/
DISTFILES= openh323_1.1beta1${EXTRACT_SUFX} \
pwlib_min_1.1pl15.tar.gz
DISTFILES= openh323_1.1beta3.tar.gz \
pwlib_min_1.1pl17.tar.gz
MAINTAINER= roger@freebsd.org
@ -27,11 +27,9 @@ MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
OPENH323DIR=${WRKDIR}/openh323
THE_MACHTYPE= ${ARCH:S/i386/x86/}
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
MAN1= ohphone.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (openh323_1.1beta1.tar.gz) = f63eb1d2bc0b2e069871e39624197f20
MD5 (pwlib_min_1.1pl15.tar.gz) = 8c3f75735d9cac7beb530468e2e77bbb
MD5 (openh323_1.1beta3.tar.gz) = d02e02348fa6697d43bc955605d365c7
MD5 (pwlib_min_1.1pl17.tar.gz) = 4089db2aafb42cd019b8d96e9b4407a6

View File

@ -1 +1 @@
A H323 Video Conferencing package
A H323 Video Conferencing library, used with OhPhone

View File

@ -1,14 +1,16 @@
OpenH323 is a multi-platform H323 Video Conferencing library.
This can be used to make H323 Video Conferencing applications.
and the port produces a sample application called OhPhone.
This can be used to make H323 Video Conferencing applications
and the port produces a sample application called simph323.
OhPhone can exchange full duplex audio and video with other H323
compliant video conferencing programs including Microsoft NetMeeting
It requires a sound card for audio support and a Bt848/878 based
video card (using the bktr driver) for video capture.
However, a fully featured H323 client, including Video
as well as Audio can be found in the OhPhone Port.
The OpenH323library and ohpone make use of PWLib. http://www.equival.com
Simph323 and OhPhone can exchange full duplex audio with other H323
compliant video conferencing programs including Microsoft NetMeeting.
OhPhone adds full Video support.
The OpenH323 library makes use of PWLib. http://www.equival.com
PWLib is a multi-platform code library that can be used to write
applications that will compile and run on the BSD Unixes, Windows, Linux
and a few other Unix variants. It was developed by Equivalence Ltd Pty.

View File

@ -1 +1 @@
bin/ohphone
bin/simph323