Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Worker is a highly configurable, multilanguage file manager for X11 written
in C++. It uses a popular dual panels layout.
|
|
some initial UTF-8 support.
|
|
I forgot in last commit. The xau.pc.in has "Requires: xproto".
|
|
It had 0.1 (maybe a typo) which, using old libXau from pkgsrc-wip,
to be used that had a broken xau.pc.
|
|
changes:
-build fixes
-bugfixes
- Allow the text in the details to ellipsize and set a minimun width for
the dialog
-translation updates
|
|
should fix PR pkg/34960 by sacres@swattek.ca,
bump PKGREVISION
|
|
|
|
KDE.
|
|
|
|
script.
|
|
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
This is the X11 video driver for NetBSD and OpenBSD wsdisplay
framebuffer devices. This is from the modular X.org project.
|
|
|
|
|
|
some other functions. Switch to bzip2.
|
|
|
|
+ xf86-input-mouse
+ xf86-video-ati
|
|
|
|
This is the video driver for ATI cards for the modular Xorg server.
Support hardware includes the following chipsets:
- Radeon
- Rage 128
- Mach 64
|
|
This is the mouse driver for the modular Xorg server.
|
|
This is the keyboard driver for the modular Xorg server.
|
|
|
|
|
|
The X.org X11 Server from the modularized source tree of
X.org X11.
Note that this most likely does not work on anything but NetBSD/i386
right now.
|
|
changes:
Correctly detect the python library on Mac OS X
Fix crash when using gconf.Client()
Make unit tests use the modules from builddir
Make all code Python 2.5 + 64-bit ready
|
|
+ libxbui
+ xf86dgaproto
+ xf86driproto
|
|
This package provides the XF86DGA extension headers from modular X.org.
XXX configure should check for xproto
|
|
This provides the XF86DRI extension headers from modular X.org X11
project.
The headers contain the types and functions that define the interface
between a DRI (direct rendering infrastructure) driver and driver
loader.
XXX The dependency on glproto and libdrm reflect the includes of the
packages and should be checked by configure.
|
|
This is the xkbui library from modular X.org.
|
|
This package provides the LBX utilities library from modular X.org.
LBX (Low Bandwidth X) is an X server extension which performs
compression and caching on the X protocol to improve the performance
of X over low-bandwidth, high-latency links.
|
|
+ libXxf86misc
+ libXxf86vm
+ xf86miscproto
+ xf86vidmodeproto
|
|
These functions provide an interface to the server extension
XFree86-VidModeExtension which allows the video modes to be queried
and adjusted dynamically and mode switching to be controlled.
This library is from the modular X.org project.
|
|
This provides the XF86VidMode extension headers from modular X.org X11
project.
|
|
This library from the modular X.org project provides an interface
to the XFree86-Misc extension which allows various server settings
to be queried and changed dynamically.
|
|
|
|
This package provides a library which offers a userspace interface
to kernel DRM (Direct Rendering Manager) services for access to
graphics hardware.
|
|
|
|
|
|
New in the 0.8.3 x11vnc release:
The -ssl option provides SSL encryption and authentication
natively via the www.openssl.org library. One can use
from a simple self-signed certificate server certificate
up to full CA and client certificate authentication schemes.
The -sslverify option allows for authenticating VNC clients via
their certificates in either -ssl or -stunnel modes.
Certificate creation and management tools are provide in the
-sslGenCert, -sslGenCA, and related options.
An SSL enabled Java applet VNC Viewer applet is provided in
classes/ssl/VncViewer.jar.
The applet may also be loaded into the web
browser via HTTPS, i.e one can use the VNC port,
e.g. https://host:5900/
See our "Enhanced TightVNC Viewer" project, for native
SSL enabled viewers.
The -unixpw option supports Unix username and password
authentication. The -ssl or -localhost and -stunnel
options (or detection of an SSH tunnel) are enforced in
this mode to prevent password sniffing.
Coupling -unixpw with -display WAIT:cmd=FINDDISPLAY provides a
way to allow a user to login with their UNIX password
and have their display connected to automatically.
Hooks are provided in the -unixpw_cmd and "-passwdfile cmd:,custom:..."
options to allow you to supply your own authentication
and password lookup programs (e.g. LDAP).
The "-ultrafilexfer" alias is provided and improved UltraVNC
filetransfer rates have been achieved.
The -rotate option enables you to rotate or reflect the screen
before exporting via VNC. This is intended for use on
handhelds and other devices where the rotation orientation
is not "natural".
miscellaneous new features and changes:
Similar to -ssl, the -stunnel option starts up a SSL tunnel server
stunnel (that must be installed separately on the system)
to allow only encrypted SSL connections from the network.
Option -sslnofail to exit immediately if there are any SSL
connection failures.
A simpler variant of -unixpw is the -unixpw_nis option that
works in environments where the encrypted passwords are
readable, e.g. NIS.
x11vnc can be configured and built to not depend on X11 libraries
"./configure --without-x" for -rawfb only operation
(e.g. embedded linux console devices).
Add -cursor_drag to change the mouse cursor during Drag and Drop, etc.
Under the "-connect_or_exit host" option x11vnc will exit
immediately unless the reverse connection to host
succeeds. The "-rfbport 0" option disables TCP listening
for connections (useful for this mode).
The "-rawfb rand" and "-rawfb none" options are useful for
testing automation scripts, etc., without requiring a
full desktop.
Reduced spewing of information at startup, use "-verbose" (also
"-v") to turn it back on for debugging.
For more information:
http://www.karlrunge.com/x11vnc/
http://www.karlrunge.com/x11vnc/x11vnc_opts.html
x11vnc -help | less
|
|
|
|
|
|
|
|
|
|
in PR pkg/34596. It's disabled by default.
|