Update to OpenH323 1.1beta1 and pwlib 1.1pl15
Note, the H323 Video Conferencing application this builds is now called ohphone (previously it was called voxilla)
This commit is contained in:
parent
c943c9f74f
commit
c40ebd9b75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28226
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= openh323
|
||||
PORTVERSION= 1.1.a1
|
||||
PORTVERSION= 1.1.beta1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.openh323.org/bin/ \
|
||||
http://www.de.openh323.org/bin/ \
|
||||
http://www.ru.openh323.org/bin/
|
||||
DISTFILES= openh323_1.1alpha1${EXTRACT_SUFX} \
|
||||
pwlib_min_1.14.tar.gz
|
||||
DISTFILES= openh323_1.1beta1${EXTRACT_SUFX} \
|
||||
pwlib_min_1.1pl15.tar.gz
|
||||
|
||||
MAINTAINER= roger@freebsd.org
|
||||
|
||||
@ -28,9 +28,9 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
||||
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/test/obj_${OPSYS}_${THE_MACHTYPE}_r/voxilla ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1/ohphone.1
|
||||
|
||||
MAN1= voxilla.1
|
||||
MAN1= ohphone.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad
|
||||
MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d
|
||||
MD5 (openh323_1.1beta1.tar.gz) = f63eb1d2bc0b2e069871e39624197f20
|
||||
MD5 (pwlib_min_1.1pl15.tar.gz) = 8c3f75735d9cac7beb530468e2e77bbb
|
||||
|
@ -1,14 +1,17 @@
|
||||
OpenH323 is a multi-platform H323 Video Conferencing program.
|
||||
It can exchange full duplex audio and video with other H323
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
It makes use of PWLib.
|
||||
|
||||
The OpenH323library, and ohpone makes use of PWLib.
|
||||
PWLib is a multi-platform code library that can be used to write
|
||||
applications that will compile and run on Windows, Linux and a few other
|
||||
Unix variants. It was developed by Equivalence Ltd Pty
|
||||
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.
|
||||
|
||||
For more information see
|
||||
http://www.openh323.org
|
||||
|
@ -1 +1 @@
|
||||
bin/voxilla
|
||||
bin/ohphone
|
||||
|
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= openh323
|
||||
PORTVERSION= 1.1.a1
|
||||
PORTVERSION= 1.1.beta1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.openh323.org/bin/ \
|
||||
http://www.de.openh323.org/bin/ \
|
||||
http://www.ru.openh323.org/bin/
|
||||
DISTFILES= openh323_1.1alpha1${EXTRACT_SUFX} \
|
||||
pwlib_min_1.14.tar.gz
|
||||
DISTFILES= openh323_1.1beta1${EXTRACT_SUFX} \
|
||||
pwlib_min_1.1pl15.tar.gz
|
||||
|
||||
MAINTAINER= roger@freebsd.org
|
||||
|
||||
@ -28,9 +28,9 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
||||
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/test/obj_${OPSYS}_${THE_MACHTYPE}_r/voxilla ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1/ohphone.1
|
||||
|
||||
MAN1= voxilla.1
|
||||
MAN1= ohphone.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad
|
||||
MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d
|
||||
MD5 (openh323_1.1beta1.tar.gz) = f63eb1d2bc0b2e069871e39624197f20
|
||||
MD5 (pwlib_min_1.1pl15.tar.gz) = 8c3f75735d9cac7beb530468e2e77bbb
|
||||
|
@ -1,14 +1,17 @@
|
||||
OpenH323 is a multi-platform H323 Video Conferencing program.
|
||||
It can exchange full duplex audio and video with other H323
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
It makes use of PWLib.
|
||||
|
||||
The OpenH323library, and ohpone makes use of PWLib.
|
||||
PWLib is a multi-platform code library that can be used to write
|
||||
applications that will compile and run on Windows, Linux and a few other
|
||||
Unix variants. It was developed by Equivalence Ltd Pty
|
||||
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.
|
||||
|
||||
For more information see
|
||||
http://www.openh323.org
|
||||
|
@ -1 +1 @@
|
||||
bin/voxilla
|
||||
bin/ohphone
|
||||
|
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= openh323
|
||||
PORTVERSION= 1.1.a1
|
||||
PORTVERSION= 1.1.beta1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.openh323.org/bin/ \
|
||||
http://www.de.openh323.org/bin/ \
|
||||
http://www.ru.openh323.org/bin/
|
||||
DISTFILES= openh323_1.1alpha1${EXTRACT_SUFX} \
|
||||
pwlib_min_1.14.tar.gz
|
||||
DISTFILES= openh323_1.1beta1${EXTRACT_SUFX} \
|
||||
pwlib_min_1.1pl15.tar.gz
|
||||
|
||||
MAINTAINER= roger@freebsd.org
|
||||
|
||||
@ -28,9 +28,9 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
||||
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/test/obj_${OPSYS}_${THE_MACHTYPE}_r/voxilla ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1/ohphone.1
|
||||
|
||||
MAN1= voxilla.1
|
||||
MAN1= ohphone.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad
|
||||
MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d
|
||||
MD5 (openh323_1.1beta1.tar.gz) = f63eb1d2bc0b2e069871e39624197f20
|
||||
MD5 (pwlib_min_1.1pl15.tar.gz) = 8c3f75735d9cac7beb530468e2e77bbb
|
||||
|
@ -1,14 +1,17 @@
|
||||
OpenH323 is a multi-platform H323 Video Conferencing program.
|
||||
It can exchange full duplex audio and video with other H323
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
It makes use of PWLib.
|
||||
|
||||
The OpenH323library, and ohpone makes use of PWLib.
|
||||
PWLib is a multi-platform code library that can be used to write
|
||||
applications that will compile and run on Windows, Linux and a few other
|
||||
Unix variants. It was developed by Equivalence Ltd Pty
|
||||
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.
|
||||
|
||||
For more information see
|
||||
http://www.openh323.org
|
||||
|
@ -1 +1 @@
|
||||
bin/voxilla
|
||||
bin/ohphone
|
||||
|
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= openh323
|
||||
PORTVERSION= 1.1.a1
|
||||
PORTVERSION= 1.1.beta1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.openh323.org/bin/ \
|
||||
http://www.de.openh323.org/bin/ \
|
||||
http://www.ru.openh323.org/bin/
|
||||
DISTFILES= openh323_1.1alpha1${EXTRACT_SUFX} \
|
||||
pwlib_min_1.14.tar.gz
|
||||
DISTFILES= openh323_1.1beta1${EXTRACT_SUFX} \
|
||||
pwlib_min_1.1pl15.tar.gz
|
||||
|
||||
MAINTAINER= roger@freebsd.org
|
||||
|
||||
@ -28,9 +28,9 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
||||
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/test/obj_${OPSYS}_${THE_MACHTYPE}_r/voxilla ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1/ohphone.1
|
||||
|
||||
MAN1= voxilla.1
|
||||
MAN1= ohphone.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad
|
||||
MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d
|
||||
MD5 (openh323_1.1beta1.tar.gz) = f63eb1d2bc0b2e069871e39624197f20
|
||||
MD5 (pwlib_min_1.1pl15.tar.gz) = 8c3f75735d9cac7beb530468e2e77bbb
|
||||
|
@ -1,14 +1,17 @@
|
||||
OpenH323 is a multi-platform H323 Video Conferencing program.
|
||||
It can exchange full duplex audio and video with other H323
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
It makes use of PWLib.
|
||||
|
||||
The OpenH323library, and ohpone makes use of PWLib.
|
||||
PWLib is a multi-platform code library that can be used to write
|
||||
applications that will compile and run on Windows, Linux and a few other
|
||||
Unix variants. It was developed by Equivalence Ltd Pty
|
||||
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.
|
||||
|
||||
For more information see
|
||||
http://www.openh323.org
|
||||
|
@ -1 +1 @@
|
||||
bin/voxilla
|
||||
bin/ohphone
|
||||
|
Loading…
Reference in New Issue
Block a user