Bug 96926 - [udate] net/x11vnc
Summary: [udate] net/x11vnc
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-07 17:50 UTC by Martin Wilke
Modified: 2006-05-24 02:15 UTC (History)
1 user (show)

See Also:


Attachments
x11vnc.diff (1.86 KB, patch)
2006-05-07 17:50 UTC, Martin Wilke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Wilke 2006-05-07 17:50:13 UTC

- update to 0.8
- pkg-plist fixed
- potlint checkd
- remove USE_REINPLACE
- maintainer is cc'd

Notes:
 
New in the 0.8 x11vnc release:

        TightVNC file transfer support is enabled via the extension to
                LibVNCServer added by Rohit Kumar.

        The -passwdfile option has been enhanced to handle any number
                of full-access and view only passwords in an easy to
                maintain format, and additional features.

        The -8to24 option enables multi-depth viewing on systems that do
                not support -overlay. The 8bpp regions are transformed
                to depth 24 TrueColor before exporting via VNC.

        The x11vnc source code has gone through a major reorganization.
                The build has been enhanced and many bugs fixed.


  miscellaneous new features and changes:

        -afteraccept option is like -accept however it enables running
                a user supplied command after client authentication
                has taken place. The RFB_* environment variables have
                been extended.
        -loop option will run x11vnc in an outer loop restarting each time
                (useful for situations where the X server restarts often).
        -slow_fb allows for slow polling for special purpose applications
                (e.g. video).  
        -blackout noptr,WxH+X+Y,... will prevent the pointer from going
                into a blacked out region.

For more information:

        http://www.karlrunge.com/x11vnc/
        http://www.karlrunge.com/x11vnc/x11vnc_opts.html
        x11vnc -help | less
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-07 17:52:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2006-05-24 02:15:46 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!