summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-11-14Import xf86-input-mouse-1.1.2:joerg4-0/+35
This is the mouse driver for the modular Xorg server.
2006-11-14Import xf86-input-keyboard-1.1.1:joerg4-0/+37
This is the keyboard driver for the modular Xorg server.
2006-11-14OK, OK, I will maintain it. Even though pkglint didn't complain.joerg1-1/+2
2006-11-14+ modular-xorg-serverjoerg1-1/+2
2006-11-14Import modular-xorg-server-1.1.1 based on xorg-server from pkgsrc-wip.joerg9-0/+456
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.
2006-11-14update to 2.16.2drochner3-12/+12
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
2006-11-14+ liblbxutiljoerg1-1/+5
+ libxbui + xf86dgaproto + xf86driproto
2006-11-14Import xf86dgaproto-2.0.2 from pkgsrc-wip.joerg5-0/+57
This package provides the XF86DGA extension headers from modular X.org. XXX configure should check for xproto
2006-11-14Import xf86driproto-2.0.2 from pkgsrc-wip.joerg5-0/+68
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.
2006-11-14Import libxbui-1.0.2 from pkgsrc-wip:joerg5-0/+58
This is the xkbui library from modular X.org.
2006-11-14Import liblbxutil-1.0.1 from pkgsrc-wip:joerg5-0/+58
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.
2006-11-14+ glprotojoerg1-1/+6
+ libXxf86misc + libXxf86vm + xf86miscproto + xf86vidmodeproto
2006-11-14Import libXx86vm-1.0.1 from pkgsrc-wip:joerg5-0/+86
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.
2006-11-14Import xf86vidmodeproto-2.2.2 from pkgsrc-wip:joerg5-0/+56
This provides the XF86VidMode extension headers from modular X.org X11 project.
2006-11-14Import libXxf86misc-1.0.1 from pkgsrc-wip:joerg5-0/+70
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.
2006-11-14Import xf86miscproto-0.9.2 from pkgsrc-wip.joerg5-0/+56
2006-11-14Import libdrm-2.2.0 as derived from the pkgsrc-wip pkg:joerg6-0/+78
This package provides a library which offers a userspace interface to kernel DRM (Direct Rendering Manager) services for access to graphics hardware.
2006-11-14+ glprotojoerg1-1/+2
2006-11-14Import glproto-1.4.8 via pkgsrc-wip.joerg5-0/+55
2006-11-14Update x11vnc to 0.8.3.obache2-6/+6
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
2006-11-13migrate devhelp docs to share/gtk-doc/html, bump PKGREVISIONdrochner2-18/+17
2006-11-13make this build again: remove a patch which doesn't applydrochner2-17/+1
2006-11-13no need to pull in gconf schema handlingdrochner1-2/+1
2006-11-12Correct spelling of "libxkbfile".kristerw1-2/+2
2006-11-12Add `uim' option, requested by Yamashiro, Jun <yamajun at ofug dot net>hira3-2/+20
in PR pkg/34596. It's disabled by default.
2006-11-12Fixed PKGMANDIR.rillig1-1/+2
2006-11-11Fixed "test ==".rillig1-1/+3
2006-11-10Use find -print | xargs rather than find -exec.tv1-3/+2
2006-11-10For some reason, Interix "find ... -exec" leaks a little bit of memory,tv1-4/+6
which on large trees involving thousands of -exec's, makes find turn into a humongous process. It's faster on most systems to use other methods anyway, so use xargs where practical, or pipe to a "while read f; do ..." loop and let the shell do what it was meant to do -- run programs.
2006-11-10Added a patch that fixes the generation of the dependency files (*.d).rillig2-1/+17
2006-11-10Fixed pkglint warnings.rillig1-4/+2
2006-11-09Changes 2.10.3:adam4-27/+9
* Adjustment: Preventing the value from being ignored. * Build: - ListViewText: Fix an odd build problem with gcc 3.3.6. * Documentation: - Explain the optional (at build-time) API for reduced resources environments. - Correct the links to the Memory Management and libglademm chapters. - Drawable::get_image(), Container::remove(), Widget::add_mnemonic_label: avoid mentioning a functions that do not exist in gtkmm.
2006-11-08Fix two issues of graphics/p5-Gdk-Pixbuf suggested in PR 32775.obache2-1/+21
* should depend on graphics/gdk-pixbuf instead of www/gtkhtml. * compilation error about a not found gtk/gtktypeutils.h (this error didn't break build of the package). Bump PKGREVISION.
2006-11-08Regen.joerg1-4/+6
2006-11-07Sort.kristerw1-5/+5
2006-11-07+ libxkbfilejoerg1-1/+9
+ xinit + xkbcomp + xkbdata + xmodmap + xrdb + xset + xsetroot
2006-11-07Import xsetroot-1.0.1:joerg4-0/+32
The xsetroot program is used to tailor the appearance of the background window of the X server. This is from the modular X.org X11 project.
2006-11-07Import xset-1.0.2 from pkgsrc-wip.joerg4-0/+33
2006-11-07Import xmodmap-1.0.2:joerg4-0/+30
The xmodmap tool is used to modify keymaps and pointer button mappings in X. This is from modular Xorg.
2006-11-07Import xkbdata-1.0.1:joerg4-0/+416
Xorg keyboard maps and layouts from modular Xorg.
2006-11-07Import xkbcomp-1.0.2:joerg4-0/+32
The xkbcomp tool converts descriptions of an XKB keymap into other formats, most importantly the compiled keymaps used by XKB-capable X servers.
2006-11-07Update path for pkgsrc.joerg1-2/+2
2006-11-07Import libxbfile-1.0.4 from pkgsrc-wip.joerg5-0/+60
2006-11-07Import xinit-1.0.3 from pkgsrc-wip.joerg4-0/+37
2006-11-07Import xrdb-1.0.2 from modular Xorg.joerg4-0/+34
2006-11-06Update to inputproto-1.4. This added support for notification aboutjoerg2-6/+6
device presence.
2006-11-06Redirect to mk/x11.b3.mk for the !modular case.joerg1-1/+9
2006-11-06Add a SETUID_ROOT_PERMS entry for Xorg, because it is.dsainty1-1/+3
2006-11-06Redirect to mk/x11.b3.mk for !modular case.joerg1-1/+9
2006-11-06Switch to modular buildlinks.joerg2-11/+18