1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Import OpenH323 to ports/net.

(it was previously in ports/comms)

OpenH323 is an H323 Video Conferencing Program, which can send and
receive both audio and video with other H323 programs including
Microsoft NetMeeting.

It uses PWLib, the Portable Windows Library and PTLib Portable Toolkit Library
from Equivalence Ltd Pty

Note: at this time I've been unable to send audio, although
audio can be received.
For video, a Bt848/878 grabber (using the bktr driver) or a Matrox Meteor
can be used.

Obtained from:	http://www.openh323.org
This commit is contained in:
Roger Hardiman 2000-02-21 13:27:29 +00:00
parent 1f334e025a
commit a17ca0f822
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26088
20 changed files with 196 additions and 0 deletions

30
net/opal/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: openh323
# Version required: 1.1alpha1
# Date created: Thu Feb 17 15:00:48 GMT 2000
# Whom: Roger Hardiman <roger@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= openh323_1.1alpha1
PKGNAME= openh323-1.1.a1
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
pwlib_min_1.14.tar.gz
MAINTAINER= roger@freebsd.org
WRKSRC= ${WRKDIR}/openh323
USE_GMAKE= yes
ALL_TARGET= opt
MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
OPENH323DIR=${WRKDIR}/openh323
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/test/obj_FreeBSD_x86_r/voxilla ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1
MAN1= voxilla.1
.include <bsd.port.mk>

2
net/opal/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad
MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d

1
net/opal/pkg-comment Normal file
View File

@ -0,0 +1 @@
A H323 Video Conferencing package. Can connect to MS NetMeeting.

15
net/opal/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
OpenH323 is a multi-platform H323 Video Conferencing program.
It 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.
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
For more information see
http://www.openh323.org
http://www.equival.com

1
net/opal/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/voxilla

30
net/opal3/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: openh323
# Version required: 1.1alpha1
# Date created: Thu Feb 17 15:00:48 GMT 2000
# Whom: Roger Hardiman <roger@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= openh323_1.1alpha1
PKGNAME= openh323-1.1.a1
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
pwlib_min_1.14.tar.gz
MAINTAINER= roger@freebsd.org
WRKSRC= ${WRKDIR}/openh323
USE_GMAKE= yes
ALL_TARGET= opt
MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
OPENH323DIR=${WRKDIR}/openh323
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/test/obj_FreeBSD_x86_r/voxilla ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1
MAN1= voxilla.1
.include <bsd.port.mk>

2
net/opal3/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad
MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d

1
net/opal3/pkg-comment Normal file
View File

@ -0,0 +1 @@
A H323 Video Conferencing package. Can connect to MS NetMeeting.

15
net/opal3/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
OpenH323 is a multi-platform H323 Video Conferencing program.
It 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.
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
For more information see
http://www.openh323.org
http://www.equival.com

1
net/opal3/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/voxilla

30
net/openh323-112/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: openh323
# Version required: 1.1alpha1
# Date created: Thu Feb 17 15:00:48 GMT 2000
# Whom: Roger Hardiman <roger@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= openh323_1.1alpha1
PKGNAME= openh323-1.1.a1
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
pwlib_min_1.14.tar.gz
MAINTAINER= roger@freebsd.org
WRKSRC= ${WRKDIR}/openh323
USE_GMAKE= yes
ALL_TARGET= opt
MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
OPENH323DIR=${WRKDIR}/openh323
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/test/obj_FreeBSD_x86_r/voxilla ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1
MAN1= voxilla.1
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad
MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d

View File

@ -0,0 +1 @@
A H323 Video Conferencing package. Can connect to MS NetMeeting.

View File

@ -0,0 +1,15 @@
OpenH323 is a multi-platform H323 Video Conferencing program.
It 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.
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
For more information see
http://www.openh323.org
http://www.equival.com

View File

@ -0,0 +1 @@
bin/voxilla

30
net/openh323/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: openh323
# Version required: 1.1alpha1
# Date created: Thu Feb 17 15:00:48 GMT 2000
# Whom: Roger Hardiman <roger@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= openh323_1.1alpha1
PKGNAME= openh323-1.1.a1
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
pwlib_min_1.14.tar.gz
MAINTAINER= roger@freebsd.org
WRKSRC= ${WRKDIR}/openh323
USE_GMAKE= yes
ALL_TARGET= opt
MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
OPENH323DIR=${WRKDIR}/openh323
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/test/obj_FreeBSD_x86_r/voxilla ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1
MAN1= voxilla.1
.include <bsd.port.mk>

2
net/openh323/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad
MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d

1
net/openh323/pkg-comment Normal file
View File

@ -0,0 +1 @@
A H323 Video Conferencing package. Can connect to MS NetMeeting.

15
net/openh323/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
OpenH323 is a multi-platform H323 Video Conferencing program.
It 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.
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
For more information see
http://www.openh323.org
http://www.equival.com

1
net/openh323/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/voxilla