summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-05-20Update to 0.10:wiz2-6/+6
Devil's Pie "Can't Join Them? Beat Them" 0.10 ============================================= * Re-implement the required private wnck functions, now builds with G2.10 (Chrispin Flowerday rocks) * Add min/max hints to the opacity action property * Display the min/max hints in the generated documentation. Devil's Pie "Missing Gifts" 0.9 =============================== * Check for libwnck 2.9.92 and pass timestamps if required * Handle properties containing doubles, so the opacity action works * Add CONSTRUCT flag to properties (Jean-Yves Lefort) * Start a private copy of various private wnck functions we need
2005-05-20The distfile was changed on the master site, as noted in PR pkg/30280drochner2-6/+6
by Jim Bernard. There are nontrivial differences to the original file. (looks like a 3.6.4 snapshot) So just update to 3.6.4. changes: -add Proper Motion columns to Data table -update NAAG also when change horizon offset in Data Setup -Favorites table now displays full .edb definition of each entry -allow adding a new Favorite directly from the dialog -Solver has separate Find Min and Find Max goals
2005-05-19Update to 2.10.1:jmmv3-7/+121
Changes: - Code cleanup (Kjartan Maraas) - Documentation: charpick (Shaun McCance) cpufreq (Davyd Madeley) - Geyes dialog is resizable (Michael Terry) - Use GtkAboutDialog, not GnomeAbout in Gswitchit (Pedro Villavicencio Garrido) - Remove spurious free() in GTik (Kjartan Maraas) - Backport GWeather XML parser from HEAD, significantly less broken, leaks less (no) memory, does not kill domokuns (Ryan Lortie) - Backported mixer fixes from HEAD (Ronald Bultje) Translations: - sr (Danilo Šegan) - nl (Vincent van Adrighem) - en_CA (Adam Weinberger) - ca (Josep Puigdemont) - gu (Ankit Patel) - id (Ahmad Riza H Nst) - uk (Maxim Dziumanenko) - it (Alessio Frusciante) - hu (Gabor Kelemen) - es (Francisco Javier Fernandez) - rw (Steve Murphy) - bg (Vladimir Petkov) - ne (Pawan Chitrakar) - sv (Christian Rose) - fa (Roozbeh Pournader) - zh_TW (Abel Cheung) - de (Hendrik Richter)
2005-05-19Update to 0.10.6:jmmv5-31/+31
Changes in 0.10.6 ================= Translations: * Added Hungarian, Nepali, Kinyarwanda translations. Speech: * An improved reporting of tables. Changes in 0.10.5 ================= Translations: * Updated Canadian English, Dutch, Italiantranslations. Braille: * Change range from serial port (now 0-3) and add port "none". * set the default device to BRLTTY. Magnifier: * Do not report any event if mouse is moving. Speech: * Corrrect some bug present when a new voice is added, modified or deleted. Also check if the name contains invalid characters for gconf. * A better presentation for radio buttons.
2005-05-19update to 0.8.1drochner3-8/+11
changes: -Remove Industrial engine as it is in gtk-engines now * Remove Smooth engine as it is in gnome-themes now -fixes added russian translation cvs: ----------------------------------------------------------------------
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz58-5274/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18update to 2.10.1drochner3-7/+10
changes: translation updates
2005-05-18update to 0.11.13drochner3-7/+10
changes: - Reduce memory consumption with more that one tab -fixes - Updated translations
2005-05-18Remove local errno declaration from a source file; it conflicts withjmmv2-1/+15
the one in errno.h, at least under DragonFly. Closes PR pkg/30259 by Jörg Sonnenberger.
2005-05-18Updated xfce4 to 4.2.2martti35-101/+178
General: * new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja, ko, mr, pl, ro, vi, * new french documentation. gtk-xfce-engine: * fix various colors issues with ExoIconBar, prelight colors for treeview, Adobe® Acrobattm 7, progress bar, combo box, gtk scales (#848). libxfcegui4: * check ~/.local/share/pixmaps/ as a fallback (#731). xfcalendar: * fix compiling with --enable-debug=full (#843), * remove C99 variable declaration and C++ comments. xfce4-mixer: * fix a bug with ALSA. xfce4-session: * fix a crash with the MCS plugin. xfce-utils: * taskbar: Add a command option "--monitor=x" to allow specifying which monitor to use in Xinerama mode. xfdesktop: * fix translation problems with menu panel plugin, * fix bug where binding 'xfdesktop -menu' only works sporadically (#441), * fix unresolved symbol problem with menu module. xffm: * fix property dialog crahsing on FreeBSD (#945), * fix library version info not set on the properties module (#882, #249), * fix fstab parsing (#524), * fix compilation issues with ansi compiler and gcc4 (#862). xfprint: * make bsdlpr plugin compile, * change CUPS detection code, * set correct ld flags (#871), * add support for printcap aliases (#821), * fix MCS plugin. xfwm4: * fix mouse buttons being left ungrabbed when focus was transfered to an unmanaged window, * document hidden option "workspace_scroll" (#948), * various focus issues (#759, #869, #899, #905, #924, #931), * fix pixmap depth not being properly set (#895), * refresh frame when "skip taskbar" state changes (#898), * allow seemless windows to be hidden from kbd shortcuts, * code cleanup.
2005-05-17On DragonFly use the FreeBSD G++ config for now.reed1-1/+3
This is from Jörg Sonnenberger in PR pkg/30255. (Not tested by me.)
2005-05-16The right way to add flags to the xmkmf command line to via XMKMF_FLAGS.jlam1-2/+2
2005-05-16Add a buildlink3.mk filerh1-0/+20
2005-05-16Update gnustep-back to 0.9.6. Changes are minor bugfixes only.rh2-6/+6
2005-05-16Note that gtar is required by the package.jlam2-2/+6
2005-05-13Remove two blank lines.reed1-3/+1
2005-05-13Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplifyjlam1-2/+2
transition to new tools framework.
2005-05-13update to 2.6.2drochner2-6/+6
changes: - Allow None to be sent in to set_group radio widgets - guint/gsize as longs - Check for exceptions in child_watch - Bug fixes
2005-05-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam2-4/+4
"MAKEFLAGS". Both "MAKEVARS" and "MAKEFLAGS" affect the package-level make process, not the software's own make process.
2005-05-11I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually usejlam2-6/+6
to pass make flags to bmake.
2005-05-10Add and enable clearlooks-metacity.jmmv1-1/+2
2005-05-10Initial import of clearlooks-metacity, version 0.5.2a:jmmv4-0/+41
Clearlooks is new and modern-looking GTK2+ engine, based on Bluecurve. It has the looks of various themes blended together, resulting in a theme that's easy on the eyes and visually pleasing. The difference with pixmap based themes is that it does not sacrifice a lot of speed. In fact, it is roughly as fast as Bluecurve. This package provides the Metacity theme part of Clearlooks. The GTK2+ theme is included in the gtk2-engines package.
2005-05-10Remove gtk2-engines-clearlooks. The GTK2 part has been merged intojmmv9-265/+1
gtk2-engines in version 2.6.3. The Metacity part will be imported as a separate package.