summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2008-05-25Update to Xaos 3.3.tnn3-9/+22
The main new feature is support for user defined formulae.
2008-05-25Add and enable xvidtune.taca1-1/+2
2008-05-25Importing xvidtune 1.0.1.taca4-0/+35
Xvidtune is a client interface to the X server video mode extension (XFree86-VidModeExtension). It can show current video mode, switch the video mode and interactively adjust current video mode.
2008-05-25Add fltk2.joerg1-1/+2
2008-05-25Import build rules for fltk2. This is currently static only.joerg10-0/+362
2008-05-25Remove left-over file from autoconf usage.joerg1-1523/+0
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron3-6/+6
2008-05-25Changes 0.12.1:adam3-8/+10
* Switched to use LGPL 3 and GPL 3. * Report more controls as being flipped. (NSTextField, NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton) NSTabView is still missing. * In NSAffineTransform use optimized primitive methods from base. * Add font attribute fixing to NSAttributedString. To allow for the output of glyphs not present in the current font. * Optimized the validation of edited cells.
2008-05-25Changes 0.12.1:adam2-7/+6
* Add DPSshfill for all backends. Better handling of X event times.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn161-334/+370
2008-05-24Fix build on OSF1.tnn3-3/+9
If including <pthread.h>, it is mandatory to compile with -pthread.
2008-05-24ABI depends lower than API depends is not allowed.tnn1-2/+1
2008-05-22Update to 1.6.33:wiz2-6/+6
* Backported FXTopWindow resize() and position() fixes from FOX 1.7. * Fixed GCC 4.3 warning in FXArray header file. * Made internal data arrays static to prevent global name clashes on some compilers. * Fixed uninitialized variable in FXFileDict.
2008-05-22Update to 1.0.9:wiz3-24/+6
Adam Jackson (2): Unset session environment variables so startx works within a running session. xinit 1.0.9 Alan Coopersmith (3): Use od on /dev/random to generate cookie on Solaris Check for proper cookie creation on all platforms Use /bin/ksh instead of /bin/sh on Solaris Jeremy C. Reed (1): Use /dev/urandom for cookie it it exists Jeremy Huddleston (14): Apple: Fixed issue where display would not be passed correctly to the server if nolisten tcp was enabled. Apple: Execute /usr/X11/bin/privileged_startx if it's present Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the org.x.X11 application Correctly handle users with spaces in $HOME Apple: privileged_startx is in XINITDIR Apple: We renamed font_cache.sh to font_cache for better consistency... Changing startx to work with this Apple: Wait for privileged_startx to finish, so we don't race to create /tmp/.X11-unix Apple: Added privileged_startx Apple: Fixed make dist to include a missing header and not include generated sources Cleaned up handling of defaultserver{,args} Apple: Use CFProcessPath instead of argv[0] trick. Apple: Added some OSX version protection, so this will still compile on Tiger and below. Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9 Apple: Don't need to spew unneccessary 'directory exists' messages. Matthieu Herrb (2): OpenBSD: use openssl rand -hex 16 to generate the cookie. Replace sprintf() and strcpy() with snprintf().
2008-05-22Update to 1.0.3:wiz2-6/+6
Adam Jackson (2): Ignore errors from xf86misc rather than crashing out. xdpyinfo 1.0.3 Alan Coopersmith (1): X.Org bug #10616: Add all the X info commands to See Also in man page James Cloos (1): Add missing PHONY line for automatic ChangeLog generation Julien Cristau (1): Handle XExtension{Keyboard,Pointer}, added in inputproto 1.4
2008-05-22Don't try to use the X11 display ":0" if the display not defined becausetron3-3/+21
":0" might not belong to current user. This fixes CVE-2008-1142.
2008-05-19Add and enable xfd.taca1-1/+2
2008-05-19Importing xfd 1.0.1 which was missing moduler xorg packages.taca4-0/+37
The xfd utility creates a window containing the name of the font being displayed, a row of command buttons, several lines of text for display- ing character metrics, and a grid containing one glyph per cell. The characters are shown in increasing order from left to right, top to bottom. This is the version of xfd maintained by Xorg.
2008-05-19Yet another IRIX build fix.tnn2-4/+13
2008-05-18Build with openssl in -current.markd2-1/+18
2008-05-17Note addition of x11/xf86-input-vmmouse and update of modular-xorg-driverstnn1-1/+2
to 1.2.
2008-05-17Import xf86-input-vmmouse-12.5.0 as x11/xf86-input-vmmouse.tnn4-0/+35
This is the VMware virtual mouse driver for the modular Xorg server.
2008-05-17Update to xf86-video-vmware-10.16.1.tnn2-6/+6
This enables Xvideo support in vmware.
2008-05-17Adjust previous, no need for bsd.prefs.mk here.tnn1-3/+1
2008-05-17# Most modern Linuxen don't come with rcmds by default,tnn1-1/+9
# so just pretend to have them to keep configure happy. This is PR pkg/37912.
2008-05-17Update to xrandr-1.2.3.tnn2-6/+9
pkgsrc changes: Link with -lm, since the program uses fabs(). This failed on Linux of all platforms. NetBSD happens to have fabs() in libc, but the manpage states that -lm should be linked in, so do it for all platforms. Changes: Update COPYING Add *current and +preferred to the --verbose output When invoked with no option, xrandr dumps existing modes Allow the same output to be specified several times on the command line Clarify the ability to manipulate multiple outputs in the manpage Verify crtc against previous config. Always reset other outputs using the best crtc. Add xrandr test suite. Improved test script. Use IDs for mode selection instead of hand-crafted <w>x<h>@<r> strings. More tests for ambiguous xrandr output. Some minor issues in test case fixed. Be more robust in test case if mode database is borked. Add more tests, mostly regarding crtc switching and uncloning. Add informational output for known issues. Add another test known to fail.
2008-05-17Deal with openssl changes in -current.markd4-11/+119
2008-05-16Some of the X.org packages assume that the C preprocessor will use stdintnn4-4/+24
if no filename given, but this isn't true with the native HP compiler, so teach them to use '-' explicitly. XXX using cpp(1) to postprocess manpages is ugly, most of the other X.org packages seem to have been converted to use sed(1).
2008-05-14Add ftmenusborrill1-1/+2
2008-05-13Fluxbox Tray Menusborrill6-0/+87
If you want a fast way to reach your Fluxbox menus when you're using all your screen, your problems are over. Now you can use the Fluxbox Tray Menu to put a icon on your toolbar, and when clicking with the left button, your Fluxbox menus will appear!
2008-05-13The citrix i18n code in DragonFly had some issues wrt BOM handling whichdrochner2-13/+30
are fixed now. Enable BOM handling for newer versions only. From Hasso Tepper per PM.
2008-05-12If ccsm is found, use the ccp plugin for compiz instead of the usualjmcneill3-11/+16
glib/decoration/gconf list. Bump pkg revision.
2008-05-12If compiz is enabled, load the decoration plugin before gconf, otherwisejmcneill3-2/+28
when the default schema is applied the decoration will be unloaded. Bump pkg revision.
2008-05-11Fix several plists that use imake after some modifications in the imaketonnerre3-7/+7
framework several monthes ago. This resolves various build problems on Linux. Should fix PR 37646. Patch from cheusov. Confirmed by joerg.
2008-05-11Not depend libXp directly.obache1-2/+1
2008-05-11Update XMascot to 2.6a.obache4-42/+49
97/10/24 Ver 2.6 Release * fixes contrib * some trivial fixes 97/10/16 Ver 2.6 Pre * start to release * trivial fixes for doument * minor fixes. 97/08/10 Ver 2.6alpha (COMIKET Version) * Various fixes but vaguely remember * improve imagelib drastically * support gif and bmp * temporary delete pnm/tif * introduce PixCore * remove various global variables. * DUMMY_SETLOCALE * cut off cursor pattern (resource addressable) * move settings to config.tmpl * remove transparent color related options (involve with changing standard data to GIF-lize. when absolutely necessary, specify resource with -xrm option) * add option -drawtiming for skip drawing * since COMIKET Version, with adjunct data. no redistributable.
2008-05-10Update fbdesk to 1.4.1.obache4-20/+19
Patch provided by Jason White in PR 38473. Changes for 1.4.1: * Fixed a shape bug which caused it to flicker. * Fixed an icon file parsing bug. Changes for 1.4.0: * Imlib2 support: FbDesk can now load the following formats: xpm, png, jpg, jfi, jfif, pnm, ppm, pgm, pbm, pam, tga, gif and bmp. * Added new resource: fbdesk.textBackground: <color> * Added new resource: fbdesk.lockPositions: <bool> This will lock the position of the icons (also available in the menu) * Fixed gcc-4.1 compile problems (Thanks Andreas Bierfer andreas.bierfert at lowlatency.de ) Changes for 1.2.2: * Fixed --enable/disable-xpm configure option (Thanks Mathias Gumz) configure.in
2008-05-09Disable HAVE_ABSTRACT_SOCKETS as a workaround for bugs in the abstractdsainty3-7/+21
socket implementation, see: http://bugs.freedesktop.org/show_bug.cgi?id=15884 This change only affects Linux as other platforms don't use the abstract sockets code to start with. But anyway, bump PKGREVISION.
2008-05-09Make this package build on Mac OS X.agc2-7/+31
2008-05-09Update to 1.2:wiz3-38/+10
Alan Coopersmith (1): Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARC Alan Hourihane (2): fix build for MAKEWORD disable UNIXCONN on MINGW Colin Harrison (2): Only call WSAGetLastError() if there has been an Update to winsock2 James Cloos (1): Fix length calculation for the path for abstract unix domain sockets Julien Cristau (2): BSD44SOCKETS is the wrong check for SOCK_MAXADDRLEN Bump to 1.2 Loïc Minier (1): Bug #10489: Don't retry unix socket connect()s on ENOENT.
2008-05-09Update to xkbcomp 1.0.5.bjs2-6/+6
commit 1aecdffaa0db7bbf85bc0aae9043e9437b25c30d Author: Daniel Stone <daniel@fooishbar.org> Date: Thu Apr 17 00:52:29 2008 +0300 Don't scan paths which make NO SENSE WHATSOEVER TO SCAN Hey, I wonder if we have XKB files in our directory! I wonder if we haven't bothered with a structure, and let's try to open a file called 'misc' in someone's home directory! What a surprise, it's not a valid XKB file! Let's fail miserably! SURPRISINGLY, THIS IS NOT USEFUL BEHAVIOUR. commit a3a05fd489a9a35942a4419c537634e796dbebd1 Author: Daniel Stone <daniel@fooishbar.org> Date: Thu Apr 17 00:50:07 2008 +0300 xkbcomp: Take a device ID argument Allows the user to set maps (or whatever) on arbitrary devices.
2008-05-07Update to nucleo-0.7.1. The list of changes is fairly verbose and I dobjs7-18/+103
not have time to include it here (see ChangeLog). Significant pkgsrc-related changes: - ffmpeg plugin now builds (see new SUBST_* declarations). Use ffmpeg-devel instead of ffmpeg. - DESTDIR support - GNU TLS option (enabled by default, evidently used by XML parser (?)) - Include graphics/gd, as its dependencies completely overlap and it doesn't take too long to build. - Add x11/libXi to get Xinput functionality. - Yet another header patch (patch-am) - TODO file (place reading it on your TODO list today!) Next up: wm/metisse!
2008-05-06Include libXext's buildlink3.mk.reed1-1/+2
The libXm library directly uses libXext. Noticed when building Ted.
2008-05-06Add support for the userland atomic ops of NetBSD-current.bjs3-3/+54
As per the comment in xf86drm.h, this should be reflected here, as we now use atomic_cas_uint() in drm_atomic.h.
2008-05-04Add an HTTP mirror that has xterm-235 (different to the FreeBSD HTTP mirror, ↵dsainty1-2/+3
which only has 234).
2008-04-30Drop maintainershipjmmv9-18/+18
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-30Add the libXcomposite buildlink when using the 'composite' option,xtraeme1-1/+2
otherwise kompmgr won't be built.
2008-04-27+ gnome-desktop-sharp.wiz1-1/+2
2008-04-27Import gnome-desktop-sharp-2.20.1 as x11/gnome-desktop-sharp.wiz5-0/+146
This was previously (partially) included in x11/gnome-sharp. nautilus-burn parts are not enabled because pkgsrc support for it is too old. This package provides C# bindings for the GNOME Desktop libraries.
2008-04-27Bump gnome-sharp API depends for shlib name changes and dependency changes.wiz2-5/+4
Bump PKGREVISION of its dependencies.