diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-07 08:08:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-07 08:08:01 +0800 |
commit | 85c6da4cb881e2a994cbf8e9f5c35a099b0ab345 (patch) | |
tree | 941840a5a7ad5c58ccd713646b7fab972e52915a /net/gtk-vnc/pkg-descr | |
parent | e87a741a6ab299e1bb786199d393199e72b6bd4b (diff) | |
download | marcuscom-ports-85c6da4cb881e2a994cbf8e9f5c35a099b0ab345.tar.gz marcuscom-ports-85c6da4cb881e2a994cbf8e9f5c35a099b0ab345.tar.zst marcuscom-ports-85c6da4cb881e2a994cbf8e9f5c35a099b0ab345.zip |
Update to 0.3.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11457 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gtk-vnc/pkg-descr')
-rw-r--r-- | net/gtk-vnc/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/gtk-vnc/pkg-descr b/net/gtk-vnc/pkg-descr new file mode 100644 index 000000000..9077bc499 --- /dev/null +++ b/net/gtk-vnc/pkg-descr @@ -0,0 +1,10 @@ +GTK-VNC is a VNC viewer widget for GTK+. It is built using coroutines, +allowing it to be completely asynchronous while remaining single threaded. +It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication +extension providing SSL/TLS encryption with x509 certificate authentication. +The core library is written in C and a binding for Python using PyGTK is +available. The networking layer supports connections over both IPv4 and IPv6. +Example code illustrates how to build a vncviewer replacement using either C +or Python. + +WWW: http://gtk-vnc.sourceforge.net/ |