Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-13 | make this build again: remove a patch which doesn't apply | drochner | 2 | -17/+1 | |
2006-11-13 | no need to pull in gconf schema handling | drochner | 1 | -2/+1 | |
2006-11-12 | Correct spelling of "libxkbfile". | kristerw | 1 | -2/+2 | |
2006-11-12 | Add `uim' option, requested by Yamashiro, Jun <yamajun at ofug dot net> | hira | 3 | -2/+20 | |
in PR pkg/34596. It's disabled by default. | |||||
2006-11-12 | Fixed PKGMANDIR. | rillig | 1 | -1/+2 | |
2006-11-11 | Fixed "test ==". | rillig | 1 | -1/+3 | |
2006-11-10 | Use find -print | xargs rather than find -exec. | tv | 1 | -3/+2 | |
2006-11-10 | For some reason, Interix "find ... -exec" leaks a little bit of memory, | tv | 1 | -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-10 | Added a patch that fixes the generation of the dependency files (*.d). | rillig | 2 | -1/+17 | |
2006-11-10 | Fixed pkglint warnings. | rillig | 1 | -4/+2 | |
2006-11-09 | Changes 2.10.3: | adam | 4 | -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-08 | Fix two issues of graphics/p5-Gdk-Pixbuf suggested in PR 32775. | obache | 2 | -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-08 | Regen. | joerg | 1 | -4/+6 | |
2006-11-07 | Sort. | kristerw | 1 | -5/+5 | |
2006-11-07 | + libxkbfile | joerg | 1 | -1/+9 | |
+ xinit + xkbcomp + xkbdata + xmodmap + xrdb + xset + xsetroot | |||||
2006-11-07 | Import xsetroot-1.0.1: | joerg | 4 | -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-07 | Import xset-1.0.2 from pkgsrc-wip. | joerg | 4 | -0/+33 | |
2006-11-07 | Import xmodmap-1.0.2: | joerg | 4 | -0/+30 | |
The xmodmap tool is used to modify keymaps and pointer button mappings in X. This is from modular Xorg. | |||||
2006-11-07 | Import xkbdata-1.0.1: | joerg | 4 | -0/+416 | |
Xorg keyboard maps and layouts from modular Xorg. | |||||
2006-11-07 | Import xkbcomp-1.0.2: | joerg | 4 | -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-07 | Update path for pkgsrc. | joerg | 1 | -2/+2 | |
2006-11-07 | Import libxbfile-1.0.4 from pkgsrc-wip. | joerg | 5 | -0/+60 | |
2006-11-07 | Import xinit-1.0.3 from pkgsrc-wip. | joerg | 4 | -0/+37 | |
2006-11-07 | Import xrdb-1.0.2 from modular Xorg. | joerg | 4 | -0/+34 | |
2006-11-06 | Update to inputproto-1.4. This added support for notification about | joerg | 2 | -6/+6 | |
device presence. | |||||
2006-11-06 | Redirect to mk/x11.b3.mk for the !modular case. | joerg | 1 | -1/+9 | |
2006-11-06 | Add a SETUID_ROOT_PERMS entry for Xorg, because it is. | dsainty | 1 | -1/+3 | |
2006-11-06 | Redirect to mk/x11.b3.mk for !modular case. | joerg | 1 | -1/+9 | |
2006-11-06 | Switch to modular buildlinks. | joerg | 2 | -11/+18 | |
2006-11-06 | DESTDIR support. | joerg | 1 | -1/+3 | |
2006-11-06 | Switch to modular buildlinks. | joerg | 2 | -7/+19 | |
2006-11-06 | Redirect to mk/x11.b3.mk for !modular case. | joerg | 1 | -1/+9 | |
2006-11-06 | Switch to modular buildlinks. | joerg | 1 | -2/+4 | |
2006-11-06 | Redirect to mk/x11.b3.mk for !modular case. | joerg | 1 | -1/+9 | |
2006-11-06 | Switch to modular buildlinks. | joerg | 2 | -4/+4 | |
2006-11-06 | Assume that mk/x11.buildlink3.mk provides libXmu as we did before. | joerg | 1 | -1/+9 | |
2006-11-06 | Redirect to old xpm for !modular case. | joerg | 1 | -1/+9 | |
2006-11-05 | First step to making modular transparent: | joerg | 12 | -12/+108 | |
Redirect from the individual modular libraries to the old libs or mk/x11.buildlink3.mk. | |||||
2006-11-05 | + libXcursor | joerg | 1 | -1/+2 | |
2006-11-04 | Fixed PKGMANDIR. | rillig | 1 | -1/+2 | |
2006-11-03 | Update where this is from. | reed | 1 | -2/+1 | |
(No longer maintained in Xlibs project.) | |||||
2006-11-03 | Fix and improve description. | reed | 1 | -1/+7 | |
2006-11-03 | Add fonts to category. | joerg | 1 | -2/+2 | |
2006-11-03 | Type in import, thanks reed@. | joerg | 5 | -56/+0 | |
2006-11-03 | Fix typo. | joerg | 1 | -2/+2 | |
2006-11-03 | Import libXcursor-1.1.8 from pkgsrc-wip: | joerg | 5 | -0/+70 | |
This package, libXcursor, provides the client-side cursor loading library for X. This cursor management library is a simple library designed to help locate and load cursors (from files or memory). This is from the modular X.org project. | |||||
2006-11-03 | The third batch of modular Xorg packages. As usual, with special | joerg | 1 | -1/+19 | |
thanks to Jeremy Reed. + evieext + libXTrap + libXaw + libXdamage + libXevie + libXfixes + libXfont + libXft + libXinerama + libXmu + libXp + libXpm + libXrandr + libXrender + libXres + libXt + libXv + resoureproto | |||||
2006-11-03 | Import libXres-1.0.2 from pkgsrc-wip: | joerg | 5 | -0/+71 | |
This package contains the X Resource Information Extension Library from the modular X.org project. X-Resource is an extension that allows a client to query the X server about its usage of various resources. | |||||
2006-11-03 | Import resourceproto-1.0.2 from pkgsrc-wip: | joerg | 5 | -0/+53 | |
This provides the Resource extension headers from modular X.org X11 project. | |||||
2006-11-03 | Import libXdamage-1.0.3 from pkgsrc-wip: | joerg | 5 | -0/+62 | |
This package contains the Xdamage extension. |