diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-02-21 13:27:29 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-02-21 13:27:29 +0000 |
commit | a17ca0f822df109d98ba7b8bfc693e9ff96a8773 (patch) | |
tree | a2dd385079f90e2738cf44ee7191998f11915192 | |
parent | 1f334e025acd79c6b766458b9b4e5fe1c4864175 (diff) | |
download | ports-a17ca0f822df109d98ba7b8bfc693e9ff96a8773.tar.gz ports-a17ca0f822df109d98ba7b8bfc693e9ff96a8773.zip |
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
Notes
Notes:
svn path=/head/; revision=26088
-rw-r--r-- | net/opal/Makefile | 30 | ||||
-rw-r--r-- | net/opal/distinfo | 2 | ||||
-rw-r--r-- | net/opal/pkg-comment | 1 | ||||
-rw-r--r-- | net/opal/pkg-descr | 15 | ||||
-rw-r--r-- | net/opal/pkg-plist | 1 | ||||
-rw-r--r-- | net/opal3/Makefile | 30 | ||||
-rw-r--r-- | net/opal3/distinfo | 2 | ||||
-rw-r--r-- | net/opal3/pkg-comment | 1 | ||||
-rw-r--r-- | net/opal3/pkg-descr | 15 | ||||
-rw-r--r-- | net/opal3/pkg-plist | 1 | ||||
-rw-r--r-- | net/openh323-112/Makefile | 30 | ||||
-rw-r--r-- | net/openh323-112/distinfo | 2 | ||||
-rw-r--r-- | net/openh323-112/pkg-comment | 1 | ||||
-rw-r--r-- | net/openh323-112/pkg-descr | 15 | ||||
-rw-r--r-- | net/openh323-112/pkg-plist | 1 | ||||
-rw-r--r-- | net/openh323/Makefile | 30 | ||||
-rw-r--r-- | net/openh323/distinfo | 2 | ||||
-rw-r--r-- | net/openh323/pkg-comment | 1 | ||||
-rw-r--r-- | net/openh323/pkg-descr | 15 | ||||
-rw-r--r-- | net/openh323/pkg-plist | 1 |
20 files changed, 196 insertions, 0 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile new file mode 100644 index 000000000000..eae4519938e1 --- /dev/null +++ b/net/opal/Makefile @@ -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> diff --git a/net/opal/distinfo b/net/opal/distinfo new file mode 100644 index 000000000000..9633e7478024 --- /dev/null +++ b/net/opal/distinfo @@ -0,0 +1,2 @@ +MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad +MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d diff --git a/net/opal/pkg-comment b/net/opal/pkg-comment new file mode 100644 index 000000000000..ab7b3369c3f5 --- /dev/null +++ b/net/opal/pkg-comment @@ -0,0 +1 @@ +A H323 Video Conferencing package. Can connect to MS NetMeeting. diff --git a/net/opal/pkg-descr b/net/opal/pkg-descr new file mode 100644 index 000000000000..62f60e782dce --- /dev/null +++ b/net/opal/pkg-descr @@ -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 diff --git a/net/opal/pkg-plist b/net/opal/pkg-plist new file mode 100644 index 000000000000..b901edf75c04 --- /dev/null +++ b/net/opal/pkg-plist @@ -0,0 +1 @@ +bin/voxilla diff --git a/net/opal3/Makefile b/net/opal3/Makefile new file mode 100644 index 000000000000..eae4519938e1 --- /dev/null +++ b/net/opal3/Makefile @@ -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> diff --git a/net/opal3/distinfo b/net/opal3/distinfo new file mode 100644 index 000000000000..9633e7478024 --- /dev/null +++ b/net/opal3/distinfo @@ -0,0 +1,2 @@ +MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad +MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d diff --git a/net/opal3/pkg-comment b/net/opal3/pkg-comment new file mode 100644 index 000000000000..ab7b3369c3f5 --- /dev/null +++ b/net/opal3/pkg-comment @@ -0,0 +1 @@ +A H323 Video Conferencing package. Can connect to MS NetMeeting. diff --git a/net/opal3/pkg-descr b/net/opal3/pkg-descr new file mode 100644 index 000000000000..62f60e782dce --- /dev/null +++ b/net/opal3/pkg-descr @@ -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 diff --git a/net/opal3/pkg-plist b/net/opal3/pkg-plist new file mode 100644 index 000000000000..b901edf75c04 --- /dev/null +++ b/net/opal3/pkg-plist @@ -0,0 +1 @@ +bin/voxilla diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile new file mode 100644 index 000000000000..eae4519938e1 --- /dev/null +++ b/net/openh323-112/Makefile @@ -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> diff --git a/net/openh323-112/distinfo b/net/openh323-112/distinfo new file mode 100644 index 000000000000..9633e7478024 --- /dev/null +++ b/net/openh323-112/distinfo @@ -0,0 +1,2 @@ +MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad +MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d diff --git a/net/openh323-112/pkg-comment b/net/openh323-112/pkg-comment new file mode 100644 index 000000000000..ab7b3369c3f5 --- /dev/null +++ b/net/openh323-112/pkg-comment @@ -0,0 +1 @@ +A H323 Video Conferencing package. Can connect to MS NetMeeting. diff --git a/net/openh323-112/pkg-descr b/net/openh323-112/pkg-descr new file mode 100644 index 000000000000..62f60e782dce --- /dev/null +++ b/net/openh323-112/pkg-descr @@ -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 diff --git a/net/openh323-112/pkg-plist b/net/openh323-112/pkg-plist new file mode 100644 index 000000000000..b901edf75c04 --- /dev/null +++ b/net/openh323-112/pkg-plist @@ -0,0 +1 @@ +bin/voxilla diff --git a/net/openh323/Makefile b/net/openh323/Makefile new file mode 100644 index 000000000000..eae4519938e1 --- /dev/null +++ b/net/openh323/Makefile @@ -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> diff --git a/net/openh323/distinfo b/net/openh323/distinfo new file mode 100644 index 000000000000..9633e7478024 --- /dev/null +++ b/net/openh323/distinfo @@ -0,0 +1,2 @@ +MD5 (openh323_1.1alpha1.tar.gz) = 62856e29e923b4215a2ba9bf1bfc5aad +MD5 (pwlib_min_1.14.tar.gz) = 26afe224c2264ac5ea54535abafebf2d diff --git a/net/openh323/pkg-comment b/net/openh323/pkg-comment new file mode 100644 index 000000000000..ab7b3369c3f5 --- /dev/null +++ b/net/openh323/pkg-comment @@ -0,0 +1 @@ +A H323 Video Conferencing package. Can connect to MS NetMeeting. diff --git a/net/openh323/pkg-descr b/net/openh323/pkg-descr new file mode 100644 index 000000000000..62f60e782dce --- /dev/null +++ b/net/openh323/pkg-descr @@ -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 diff --git a/net/openh323/pkg-plist b/net/openh323/pkg-plist new file mode 100644 index 000000000000..b901edf75c04 --- /dev/null +++ b/net/openh323/pkg-plist @@ -0,0 +1 @@ +bin/voxilla |