summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
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
2006-11-06DESTDIR support.joerg1-1/+3
2006-11-06Switch to modular buildlinks.joerg2-7/+19
2006-11-06Redirect to mk/x11.b3.mk for !modular case.joerg1-1/+9
2006-11-06Switch to modular buildlinks.joerg1-2/+4
2006-11-06Redirect to mk/x11.b3.mk for !modular case.joerg1-1/+9
2006-11-06Switch to modular buildlinks.joerg2-4/+4
2006-11-06Assume that mk/x11.buildlink3.mk provides libXmu as we did before.joerg1-1/+9
2006-11-06Redirect to old xpm for !modular case.joerg1-1/+9
2006-11-05First step to making modular transparent:joerg12-12/+108
Redirect from the individual modular libraries to the old libs or mk/x11.buildlink3.mk.
2006-11-05+ libXcursorjoerg1-1/+2
2006-11-04Fixed PKGMANDIR.rillig1-1/+2
2006-11-03Update where this is from.reed1-2/+1
(No longer maintained in Xlibs project.)
2006-11-03Fix and improve description.reed1-1/+7
2006-11-03Add fonts to category.joerg1-2/+2
2006-11-03Type in import, thanks reed@.joerg5-56/+0
2006-11-03Fix typo.joerg1-2/+2
2006-11-03Import libXcursor-1.1.8 from pkgsrc-wip:joerg5-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-03The third batch of modular Xorg packages. As usual, with specialjoerg1-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-03Import libXres-1.0.2 from pkgsrc-wip:joerg5-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-03Import resourceproto-1.0.2 from pkgsrc-wip:joerg5-0/+53
This provides the Resource extension headers from modular X.org X11 project.
2006-11-03Import libXdamage-1.0.3 from pkgsrc-wip:joerg5-0/+62
This package contains the Xdamage extension.