summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2005-06-04This is KDE3 not XDG (fix pasto).markd1-2/+2
2005-06-04Update to 202, provided by Jeroen Ruigrok van der Werven in private mail.wiz3-8/+34
Add some options to the package. Changes: * add extended shift- and control-modifier cursor keys to "xterm+pcfkeys" terminfo entry to correspond to ncurses 20050430 patch. * fix a rare case where text would be written with the wrong colors because output of scrolled text would reset the colors and the new text would be written with the same colors * add environment variables $XTERM_SHELL and $XTERM_VERSION * corrected workaround for background color of menubar, which gave a too-broad expression, coloring the background of the VT100 widget unless overridden by another resource setting. * correct an error in the logic which decides when sched_yield() is run; it would occasionally hang when contending with other pseudo-terminal applications such as screen * improve resource files to show how the menubar and popup menus can be colored * modify parsing of OSC (and SOS, etc), strings so their contents are not interpreted as UTF-8. This allows non-ASCII title strings to be set, provided that the window manager complies (report by Thomas Wolff). * improved some of the built-in line-drawing glyphs. * correct color of "box" character drawn for line-drawing glyph 1 (report by Nicolas George). * improve behavior when switching to UTF-8 mode after startup so xterm will check if the current fonts are already wide (ISO10646-1). If they are not, xterm will use the utf8Fonts subresource to load appropriate fonts * modify logic for setting title-string so it applies to the current widget rather than the vt100 widget. * correct computation of width for wide characters with the invisible attribute * modify interaction between +u8 and locale resource to allow the command-line option to override the resource * ignore error in the I/O initialization that tries to set the tty to 7-bit input for the case where eightBitInput resource is false * modify command-processing to accept an optional parameter that tells xterm which shell program to use * correct logic of ReallocateBufOffsets() which did not copy the content of the old screen buffer to the proper location, making a repaint clear after switching to wide-character mode * implement the remaining pieces to make xterm allocate cells for wide-characters when the "UTF-8" menu entry is selected. Also, load the UTF-8 font when that menu entry is selected, or the escape sequence for UTF-8 mode is received
2005-06-03Coalesce the common makefile code in the builtin.mk file that inspectjlam10-125/+20
the X11 distribution using imake into mk/buildlink3/imake-check.mk. imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check that generates the required Imakefiles and runs imake. Remove the now extraneous builtin-imake.mk files as the builtin.mk files can now contain the name of the imake symbol to check.
2005-06-03Only check for the existence of the first word of ${IMAKE} since it mayjlam5-10/+16
contain a command plus arguments. We use the standard idiom to extract the first word of a list stored in a make variable: VAR_CMD= ${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//} XXX This can be replaced with a more succinct use of variable modifiers XXX when we update the bootstrap bmake to match the latest NetBSD make XXX sources, i.e.: XXX XXX VAR_CMD= ${VAR:[1]}
2005-06-03Don't require a read-write pkgsrc tree when invoking imake. We avoidjlam5-10/+20
this requirement by using TMPDIR as the read-write location demanded by using imake.
2005-06-02Package only supports Xaw3d, so use its bl3.mk file insteadwiz1-10/+3
of the general Xaw framework.
2005-06-01Bump PKGREVISION after PLIST fix (hi drochner!)wiz1-2/+2
Noted by salo@.
2005-06-01Break line earlier.wiz1-3/+3
2005-06-01Convert to options framework.wiz2-21/+28
2005-06-01Convert to unidiff format.wiz2-14/+12
2005-06-01Convert to options framework.wiz3-11/+22
2005-06-01Remove obsolete variables from BUILD_DEFS.wiz1-3/+1
2005-06-01Convert to options framework.wiz2-19/+29
Fix a pasto in a comment while here.
2005-06-01Convert to options framework.wiz1-3/+7
2005-06-01Convert to options framework.wiz1-3/+5
2005-06-01Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake.jlam5-10/+10
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam159-662/+1163
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31Remove controlcenter (replaced by control-center).wiz10-379/+0
2005-05-31Use x11/control-center (instead of x11/controlcenter).wiz2-4/+4
2005-05-31Re-import control-center under its proper PKGNAME.wiz10-0/+379
2005-05-31Use INSTALL_DATA_DIR instead of MKDIR.wiz1-2/+2
2005-05-31Sort.wiz1-3/+3
2005-05-31sync with realitydrochner1-1/+106
2005-05-31Update to KDE 3.4.1markd100-1543/+1964
2005-05-31Update to KDE 3.4.1.markd2-73/+9
2005-05-31Update to KDE 3.4.1markd6-54/+26
Changes: * Konsole: Allow xterm resize ESC code to work * Konsole: Fix incorrect schema in detached sessions. * Konsole: Fix compile errors on amd64 with gcc4 * Konsole: Expand ~ in sessions' Exec= * Konsole: Fix "Monitor for Activity" and "Monitor for Silence" icons are the same. * kinfocenter: Fix OpenGL graphics card detection * kicker: Fixed K menu entries sort logic * kicker: Hide sort buttons in systemtray configuration * kcmbackground: Fix SVG files unavailable in slide show selector * kcmfonts: Tooltips under font preview text areas with '&' * kcontrol: "Clear History" button crashes KControl's "History Sidebar" module * kdesktop: Fix SVG images don't have 'set as wallpaper' entry in context menu when dragged to desktop * kdesktop: Don't execute command immediately when selecting a recent command from the "Run Command" dialog * konqueror: Enable "Move To Trash" inside media:/ * konqueror: If Shift is pressed when menu opens show 'Delete' instead of 'Trash' * konqueror: Fix address bar encryption color stays when using back/forward * konqueror: Added hidden option to not show archives as folder in sidebar * konqueror: Make list view obey preview settings in tooltips * konqueror: Allow standard tooltips for truncated items in non-executable columns * konqueror: Fix for wrong favicon being shown while typing a URL * konqueror: Fix for losing meta data in Info List View when adding a file * konqueror: Allow sidebar history to be disabled * konqueror: Reload plugins after enabling/disabling them so that no restart is necessary, and show plugins for the active part, instead of always khtml. * kthememanager: Don't scale up preview * khelpcenter: Added KDE artwork to index pages * kio-fish: Fixed mimetype determination over fish: URLs, so that e.g. KOffice documents can be opened * kio-tar: Fix for extracting large files from tar and zip archives * kio-trash: Fix trashing from USB keys * kio-trash: Don't mount all automounted directories when starting kio_trash to save time
2005-05-31Update to KDE 3.4.1markd16-1037/+26
Changes: * kdecore: Fix in command-line argument handler for clicking on mailto urls while kontact was started with arguments * kdecore: Fix the support for Dante proxies * kdecore: Fix the "random resolver failure" problem * kdecore: Fix the support for the IPv6 Blacklist in ioslaves * kdeui: Fix "Change Icon" in the toolbar editor * khtml: Fix submitted position for scrolled imagemaps * khtml: Load external CSS style-sheet with correct charset * khtml: Apply CSS padding to tables * khtml: Improve PRE parsing * khtml: Fix links with WBR tags * khtml: Parse CSS3 pseudo-classes and pseudo-elements more strict * khtml: Fix document.all.item * khtml: Return meaningful HTMLTableCellElement::cellIndex() values * khtml: Unbreak setting of location.href on windows opened by windows.open() * khtml: Various crash fixes * khtml: Fixed infinite loop due to onChange from textareas * khtml: Fix crash in window.setTimeout when Javascript is disabled * khtml: Fix server-side-push handler to accept bugzilla sending "text/html; charset=utf-8" as Content-Type * khtml: Fix for MMB-pasting onto an empty konqueror window * kjs: Allow non-ascii letters in identifiers * kjs: More flexible date string parsing * kjs: Fixes in escape() and unescape() functions * kjs: Fixes in RegExp constructor * kssl: store SSL passwords in the KDE wallet and reuse as needed * kio: KZip: Fixed double-deletion bug when trying to write to a non-writable directory. * kio: Fix for print:/manager not embedding the right part in Konqueror * kio: Use correct window icon in Konqueror when showing trash:/ * kfile: Don't show edit dialog when drop-adding items to sidebar * kfile: If Shift is pressed when menu opens show 'Delete' instead of 'Trash' * kio-http: Prevent endless busy loop * kio-http: Massive speed improvement for deleting Webdav folders * kio-ftp: Try non-passive mode if passive mode fails * kio-ftp: Fix parsing of Netware FTP servers, so that files don't all appear with a lock (no permissions) * kutils: Fixed support for back ref \0 (entire matched text)
2005-05-31Rename option PAM to pam (so all options are lower case). Backwardsdillo2-6/+6
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo2-4/+6
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-30Add patch for DragonflyBSD, sent byhubertf3-2/+18
Joerg Sonnenberger <joerg@britannica.bec.de> in private mail. Bump to 5.17nb1.
2005-05-28Enable pkgviews installation.minskim1-1/+3
2005-05-28Add and enable mrxvt.minskim1-1/+2
2005-05-28Import mrxvt from pkgsrc-wip. Packaged by Tobias Nygren.minskim4-0/+64
Mrxvt (previously named as materm) is a lightweight and powerful multi-tabbed X terminal emulator based on the popular rxvt and aterm. It implements many useful features seen in some modern X terminal emulators, like gnome-terminal and konsole, but keeps to be lightweight and independent from the GNOME and KDE desktop environment.
2005-05-27Bump PKGREVISION for previousmartti3-3/+9
2005-05-26Don't use "@" in PKGNAME (was the only package that did).markd1-1/+2
2005-05-25Added CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/doc/html tomartti6-65/+69
install the documentation into right place.
2005-05-25Remove # after RCS tag to please pkglint.wiz1-1/+1
2005-05-25Remove unused patch.wiz2-15/+1
2005-05-25Add patch-aa and patch-ab for DragonFly support.reed3-1/+29
This is from Joerg Sonnenberger via PR #30256. (I redid patch-aa and my patch sums were different too.)
2005-05-23Apply patches from Joerg Sonnenberger for DragonFlyBSD and GCCxtraeme17-299/+405
3.x.x, while I'm here remove redundant DragonFly.cf from xorg-imake/files, we'll use the same file from xorg-libs.
2005-05-23x11/xlockmore/cmhubertf1-4/+4
2005-05-23Update xlockmore to 5.17. Changes:hubertf1-2/+2
toneclock hours are now more random thanks to Jouk Jansen. Updates from changes xscreensaver version of Tim Aucklands fiberlamp Moving the window will jiggle the lamp (-inwindow only!!) Fibers are incrementally sorted to improve rendering. Fibers are all erased at once.
2005-05-23Removed trailing white-space.rillig10-23/+23
2005-05-22Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.jlam2-4/+3
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl.jlam1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam63-129/+127
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22Add and enable hsetroot.jmmv1-1/+2
2005-05-22Initial import of hsetroot, version 1.0.2:jmmv4-0/+36
hsetroot is a tool which allows you to compose wallpapers (root pixmaps) for X. It has a lot of options like rendering gradients, solids and images but it also allows you to perform manipulations on those things or chain them together. You could, for example, use one standard background image together with tint to make it fit your current theme. It is also compatible with semi-translucent applications like aterm and xchat. At the moment, hsetroot can render: gradients (multi-color with variable distance), solids (rectangles) and images (centered, tiled, fullscreen, or maximum aspect). It supports the following manipulations: tinting (overlaying a color mask), blurring, sharpening, flipping (horizontally, diagonally, vertically), and also allows you to adjust brightness, contrast and gamma-level. At last, it supports alpha-channels during renders. Package provided by Leonard Schmidt in PR pkg/30304.
2005-05-22Update to wxhaskell 0.9.4.augustss3-8/+8
This release fixes some problems with ghc 6.4.
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam1-1/+1
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.