diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-24 01:30:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-24 01:30:12 +0800 |
commit | 727b10edb9d5b9a0af062922394213733e0c9eed (patch) | |
tree | 259b9bc9785bbdeff1b9f1c31b61a66ff5ec927c /net/Makefile | |
parent | 3aefe327dcfc09eddcd50f536c89c7b9d42e712f (diff) | |
download | freebsd-ports-gnome-727b10edb9d5b9a0af062922394213733e0c9eed.tar.gz freebsd-ports-gnome-727b10edb9d5b9a0af062922394213733e0c9eed.tar.zst freebsd-ports-gnome-727b10edb9d5b9a0af062922394213733e0c9eed.zip |
Grdc is a remote desktop client based on GTK+ and GNOME.
The Grdc main program:
* A pure GTK+ 2.0 application!
* Maintain a list of remote desktop files for most frequently used servers
* Make quick connections by directly putting in the server name
* Remote desktops with higher resolutions are scrollable/scalable in both
window and fullscreen mode
* Viewport fullscreen mode: remote desktop automatically scrolls when the
mouse moves over the screen edge.
* Floating toolbar in fullscreen mode, allows you to switch between modes,
toggle keyboard grabbing, minimize, etc.
* RDP protocol is supported by rdesktop; VNC protocol is supported by
libvncclient; SSH tunneling is supported by libssh.
WWW: http://grdc.sourceforge.net/
PR: ports/133673
Submitted by: Alexander Logvinov <ports at logvinov.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 3a18885ed2a8..21967146205a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -186,6 +186,7 @@ SUBDIR += gopher SUBDIR += gotthard SUBDIR += gq + SUBDIR += grdc SUBDIR += grdesktop SUBDIR += grsync SUBDIR += gsambad |