diff options
author | roger <roger@FreeBSD.org> | 2002-10-11 02:12:02 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-10-11 02:12:02 +0800 |
commit | 363912012200b41e79ca85f1e0dd027ef58ee232 (patch) | |
tree | 5461a4b569ebab20c8d39dadf93510eb2e9e5972 /net/opal3 | |
parent | 7890f51662299c514141344deb4f00d877e1ce22 (diff) | |
download | freebsd-ports-gnome-363912012200b41e79ca85f1e0dd027ef58ee232.tar.gz freebsd-ports-gnome-363912012200b41e79ca85f1e0dd027ef58ee232.tar.zst freebsd-ports-gnome-363912012200b41e79ca85f1e0dd027ef58ee232.zip |
Update text. Fix portlint warning.
Diffstat (limited to 'net/opal3')
-rw-r--r-- | net/opal3/pkg-descr | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/net/opal3/pkg-descr b/net/opal3/pkg-descr index ef978505978b..5ea7add9f222 100644 --- a/net/opal3/pkg-descr +++ b/net/opal3/pkg-descr @@ -1,26 +1,13 @@ 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 simph323. +This is used to make H323 Video Conferencing applications +like GnomeMeeting and ohphone. (both in the FreeBSD ports tree) -However, a fully featured H323 client, including Video -as well as Audio can be found in the OhPhone Port. - -Simph323 and OhPhone can exchange full duplex audio with other H323 -compliant video conferencing programs including Microsoft NetMeeting. -OhPhone adds full Video support. +The library includes a sample program called simph323. 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. -By default, the OpenH323 library contains code to display video images -using X Windows. This is not needed in certain applications such -as gatekeepers, gateways or the OpenAM application. -You can compile the port with - make -DNO_XWINDOWS -to build the port without X Windows support. - - WWW: http://www.openh323.org/ |