Bug 100998 - [NEW PORT] net/p5-Net-VNC: A simple VNC client
Summary: [NEW PORT] net/p5-Net-VNC: A simple VNC client
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-28 21:00 UTC by gslin
Modified: 2006-07-31 05:43 UTC (History)
1 user (show)

See Also:


Attachments
p5-Net-VNC-0.35.shar (2.74 KB, text/plain)
2006-07-28 21:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-28 21:00:31 UTC
Virtual Network Computing (VNC) is a desktop sharing system which uses
the RFB (Remote FrameBuffer) protocol to remotely control another
computer. This module acts as a VNC client and communicates to a VNC
server using the RFB protocol, allowing you to capture the screen of
the remote computer.

This module dies upon connection errors (with a timeout of 15 seconds)
and protocol errors.

This implementation is based largely on the RFB Protocol Specification,
http://www.realvnc.com/docs/rfbproto.pdf. That document has an error
in the DES encryption description, which is clarified via
http://www.vidarholen.net/contents/junk/vnc.html.

WWW:	http://search.cpan.org/dist/Net-VNC/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-28 21:00:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-31 04:40:58 UTC
State Changed
From-To: open->closed

New port added with Makefile modificaition. thank you.