summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2010-05-31Restore comment. It makes me wonder why we still need it, since thewiz2-3/+5
referenced URL talks about gtk2-2.18.
2010-05-31update to 2.20.1drochner6-69/+36
this switches to the gnome-2.30 branch
2010-05-30add a patch from upstream which fixes an incompatibility withdrochner3-2/+28
glib2-2.24.x, bump PKGREVISION
2010-05-29Fix building on DragonflyBSD as described in PR#43368adam4-6/+42
2010-05-21updated to 1.0.3schwarz6-85/+59
included a default for DARWIN_USE_QUARTZ (fails on MacOS X if not set) added a patch for 64 bit Darwin
2010-05-19minor improvements:drochner6-5/+51
-install some "style" definitions -use "gmake" as default make tool -- the build process depends on gnumake's "-w" flag (can be adjusted in project properties, but this way it works out of the box) bump PKGREVISION
2010-05-18+qt4-creatordrochner1-1/+2
2010-05-18add qt4-creator-1.3.1, a QT4 IDE, from fw@submerge.ch per pkgsrc-wipdrochner16-0/+410
(just changed the distfile to .tar.gz because the .zip doesn't extract properly with pkgsrc's unzip)
2010-05-17update to 5.11drochner5-23/+21
changes: -New versions of photopile, strange -bugfixes
2010-05-08Update to KDE SC 4.4.3markd14-49/+164
Numerous fixes in Konsole, KDE's terminal emulator, among them two possible crashers in session management Flash plugin support in KHTML has been enhanced to work with newest Youtube skins Case-sensitivity in renaming fixes in KIO, KDE's network-transparent I/O library Hiding the mouse cursor in some special cases in presentation mode and two possible crashers have been fixed
2010-05-08fix build on solaris 9tez10-268/+343
make opengl an option (on by default) from PR#43047
2010-05-08+*qt4-qscintilladrochner1-1/+3
2010-05-08add py-qt4-qscintilla-2.4.3 - Python bindings for the qscintilladrochner5-0/+122
editor, from Helge Muehlmeier per pkgsrc-wip
2010-05-08add qt4-qscintilla-2.4.3, a programmer's editor component for qt4, fromdrochner5-0/+116
Helge Muehlmeier per pkgsrc-wip
2010-05-07Fix build with XOrg modular, bump revision.gls1-1/+4
As noted in PR pkg/43242.
2010-05-07Drop maintainership on these packages, I am no longer interested.ahoka2-4/+4
2010-05-05Fix for CVE-2010-0436. Bump PKGREVISION.markd2-3/+10
2010-05-03Update x11vnc to 0.9.10.obache2-7/+6
New in the 0.9.10 x11vnc release: IPv6 is now supported for all usage modes: forward and reverse connections, SSL and unencrypted, etc. The included SSL enabled Java VNC viewer applet now supports Chained SSL Certificates (x11vnc -ssl always has.) The applet autodects x11vnc and set GET=1 for faster connecting via HTTPS. A demo CGI script 'desktop.cgi' shows how to create an SSL encrypted, multi-user x11vnc web login desktop service. The user logs into a secure web site and gets his/her own virtual desktop and his browser accesses it with the SSL Java VNC Viewer applet. A serverCert Java Viewer applet parameter is provided. Use an authenticated HTTPS browser connection to set this parameter (the user could set it locally too.) The onetimekey tool has -certonly option for this scheme. The Xdummy script (use Xorg 'dummy' driver instead of Xvfb) no longer requires being run as root. miscellaneous new features and changes: In the Java viewer applet, debugCerts and debugKeyboard parameters are provided. The debugging output of the applet is more readable. Some corner-case bugs (e.g. socket exceptions) are now handled gracefully. Parameters forbid_Ctrl_Alt and mapF5_to_atsign are added. The amount of time to wait for HTTPS applet downloads to finish can be set in env. var. X11VNC_HTTPS_DOWNLOAD_WAIT_TIME. The -xkb mode is automatically enabled if there are more than 4 keysyms per key. -coe is now an alias for -connect_or_exit. The -input_eagerly option enables this LibVNCServer feature (it is like -allinput.) The "%" unix password verification tricks for the -unixpw option are now documented. They also run a command in UNIXPW_CMD. In -create (-svc, etc.) modes, a warning is printed out if Xvfb cannot be found. Xvfb '+kb' option is checked for. The -env CREATE_DISPLAY_OUTPUT=/tmp/mydebug.txt debugging option is documented. Try to preserve user's PATH if possible. In XDMCP connection mode, a test for GDM listening only on IPv6 (::1) is performed. The interface can also be specified via FD_XDMCP_IF. The example scripts connect_switch, ultravnc_repeater.pl, inet6to4 have settings to let them run reliably for long times as daemons. They also support IPv6. IPv6 notes: for some very esoteric cases (e.g. -chatwindow) IPv4 localhost may be required for local IPC. A demo transition tool 'inet6to4' is also included (can be used for other apps.) x11vnc options related to IPv6: -listen6, -6, -no6, -noipv4, -noipv6, and -connect, -proxy. Use STUNNEL_LISTEN in -stunnel mode to have it listen on a particular interface. Also STUNNEL_PROG. New remote control query options: pointer_x, pointer_y, pointer_same, pointer_root, and pointer_mask. A demo script using them misc/panner.pl is provided. Remote control change of -clip option will not create new framebuffer if the size has not changed (for panner.pl) The X11VNC_DISABLE_SSL_CLIENT_MODE env. var. can be set to disable SSL client role in reverse connections. This means the VNC viewer side must be in SSL client role. UltraVNC repeater operation can benefit from this. The SSL_INIT_TIMEOUT is increased to 1 hour if 'repeater' is detected in a reverse connect string. The X property X11VNC_TRAP_XRANDR can be set on a desktop to force x11vnc to use the -xrandr screen size change trapping code. The -sslScripts option prints out the SSL certificate management scripts. Suggest '-auth guess' and '-findauth' if X connection fails. The TightVNC sercurity type (TightVNC features enabler) now works for RFB version 3.8. RECORD scroll detection is now working with the new gtk/gdk scroll mechanism. Set X11VNC_SCROLL_MUST_EQUAL to disable.
2010-05-02libdrm only makes sense on BSD and Linux.joerg1-1/+4
2010-05-02Update to 1.6:wiz3-10/+10
Release 1.6 (2010-04-09) ======================== - darwin: xnu doesn't support poll on ttys on the master side - Fix descriptor leak on memory error path - Support xcb_discard_reply - Open the X11 socket with close-on-exec flag - Fix authentication on hpux and Hurd
2010-04-30Fix path to itself.wiz1-2/+2
2010-04-30+ gtkmm-utils.wiz1-1/+2
2010-04-30Initial import of gtkmm-utils-0.4.1:wiz8-0/+125
Utility functions, classes and widgets written on top of gtkmm and glibmm. - logging framework - option parsing, date and string utilities - tile widgets - dialog helpers
2010-04-30Fix typos in COMMENT.wiz1-2/+2
2010-04-27Not MAKE_JOBS_SAFE, as seen in kefren's bulk build today.dholland1-1/+3
(We can all now die of not surprise...)
2010-04-25Precreate VARBASE/log. Otherwise, the X server can't start if the directoryjmmv1-2/+3
is not present (e.g. when VARBASE points somewhere other than /var). Bump PKGREVISION.
2010-04-24The time_t changes made the gum holding the logic together fall off.dholland2-4/+20
Scrape it up and stick it back on again. Fixes build on -current.
2010-04-22do the same whether qscintills is present or not, should fix PLISTdrochner1-1/+2
mismatch reported by wiz
2010-04-204.7.2 disappeared from the distribution site, was replaced by 4.7.3drochner3-7/+8
which fixes some minor bugs
2010-04-204.10.1 disappeared from the distribution site, was replaced by 4.10.2drochner2-6/+6
which fixes a regression in the new-style error handling of C++ ctors
2010-04-19don't break stuff on !NetBSDtnn1-5/+7
2010-04-19clean up atomic ops handling and use devel/libatomic_ops as a fallback.tnn3-12/+37
Based on patch from Dennis den Brok.
2010-04-16revision bump for libdrm update.tnn6-9/+12
2010-04-16Update to libdrm-2.4.20.tnn7-61/+44
Many changes since 2.4.13, I won't pretend to understand them all. This update is a prerequisite for eventually moving forward with MesaLib and xorg-server updates.
2010-04-16Add patch from upstream, fixing a core dump in amarok.wiz3-2/+19
2010-04-15This was missed. The commit message from when the rest of this directoryjnemeth1-1/+0
was deleted is: Update KDE to 4.4.2 For 4.4.0 major new technologies have been introduced, including social networking and online collaboration features, a new netbook-oriented interface and infrastructural innovations such as the KAuth authentication framework. According to KDE's bug-tracking system, 7293 bugs have been fixed and 1433 new feature requests were implemented. KDE SC 4.4.1 has a number of improvements: A performance problem in KMail when sending emails has been fixed Various fixes in Plasma widgets and other addons, such as the analog clock and the picture frame A number of fixes in Konsole, KDE's powerful terminal application KDE SC 4.4.2 has a number of improvements: Possible crashes in Plasma, Dolphin and Okular have been fixed The Microblog applet now shows the correct time in the timeline The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI anymore
2010-04-15Add a bug fix that might affect firefox, dug up by Jared McNeill.wiz3-2/+24
Bump PKGREVISION.
2010-04-13update to 2.28.1drochner2-7/+6
changes: A couple of gconf module bugs fixed
2010-04-13update to 2.1.2drochner5-125/+71
changes: -bugfixes -compatibility with GTK+2.18 -adds some documentation
2010-04-13update to 4.7.2drochner3-8/+8
This is primarily a bug-fix release.
2010-04-13update to 4.10.1drochner2-6/+6
This is primarily a bug-fix release.
2010-04-12Remove kdelibs-experimental4 here as well.wiz1-2/+1
2010-04-12Update to glproto-1.4.11.tnn2-6/+6
"New GL proto with event support."
2010-04-12Update to dri2proto-2.3.tnn2-7/+6
This adds some new event definitions to the dri2 protocol.
2010-04-12Fix perl path in plasma_popupapplet_fix_groups.pl (it moved locationmarkd1-3/+3
in the tree). Bump PKGREVISION.
2010-04-11Update tint2 to 0.9.0.gls5-51/+34
Changes since 0.7.0 (http://code.google.com/p/tint2/source/browse/trunk/ChangeLog): 2010-01-28 - Battery hide option - bugfixes in task redrawing - traywindow and autohide bugfix 2010-01-13 - calculate right struts for multiple monitors - New timer implementation (works for *BSD too) - Changed behaviour for forwarding clicks to the window manager - Tint2 sets a class name, such that it can be identified by window managers - better omnipresent task handling - clock timezone support - real transparency - adjustable systray icons - systray: several icons in one line - autohide - more task states (active/urgent/iconified) - and some minor bugfixes which nobody recognized yet ;) 2009-12-16 - Scrolling through tasks by schattenprinz (added action next_task and prev_task) - Andreas : *add* setting tooltip on clock with 'clock_tooltip = format' - Andreas : *add* changed everything to kernel timer for easier integration with new timer - Andreas : *add* multiple tasks can be urgent now - Thierry : panel snapshot - patch for FULL battery by peter.ebden - Thierry : work on tint2conf. not ready for release yet. - Thierry : killall -SIGUSR1 tint2 will reload config file cleanly - Thierry : improved multi-monitor detection - Thierry : added left2right and right2left value to systray_sort option - Andreas : *add* option for ascending/descending/unsorted systray - Thierry : EWMH non-resizable panel - less disturbing omnipresent task by dmitry medvinsky - Thierry : lower cpu use with icon. replace HUE by ALPHA on icon (see task_icon_asb) - Thierry : add default icon on task - Andreas : *add* tooltips - Andreas : added possibility to put tint2 into the windowmanagers dock - Andreas : Drag n drop over Task bring Focus - Andreas : support skip_taskbar - Thierry : detect pid of process owning the systray - Andreas : added possibility to put tint2 into the windowmanagers dock 2009-09-08 - Drag n drop over Task bring Focus by Andreas.Fink85 2009-09-07 - fixed issue 117 : support skip_taskbar by Andreas.Fink85 - cleanup : switch space to tab 2009-09-01 - fixed segfault 2009-08-30 - detect pid of process owning the systray 2009-08-30 - added taskbar_active_background_id to change current desktop background. warning : this feature have a price on cpu (tint2 redraw all task) when you switch desktop. comment out taskbar_active_background_id if you don't want it. 2009-08-30 - fixed issue 130 by maato ordered systray icon with config "systray_sort = asc/desc" 2009-08-29 - fixed issue 134 2009-08-29 - cleanup and add desktop_right/desktop_left action on task (by jackp) 2009-08-29 - adjust saturation/brightness on task icon 2009-08-29 - merge change described in issue 122 (by jackp) made right click easier 2009-08-28 - add some HSB config 2009-08-09 - add mouse action : maximize_restore - fixed issue 125 2009-07-28 - some tint2conf code 2009-07-26 - fixed icon on 64 bit system by benjaminfranzke 2009-07-19 - fixed systray crash by mart1987 2009-07-14 - play with some tint2conf code 2009-07-04 - fixed 'defunct' process after fork
2010-04-11Indirect the installation of dbus files into ${PKG_SYSCONFDIR}.markd7-5/+50
Bump PKGREVISION.
2010-04-11Force it to not see asciidoc and xmlto, or it starts rebuilding itsdholland1-2/+2
man pages and (for reasons that are not entirely clear) chokes and dies.
2010-04-10override xmlto(1) configure testtnn1-1/+3
2010-04-10requires libXext>=1.1.1 to buildtnn1-1/+2