summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2009-01-11Actually, use the PLIST_VARS framework as opposed to adding a new PLIST fileadrianp3-64/+53
2009-01-10Fix PLIST differences due to the version of python that's installedadrianp3-6/+72
Breakage pointed out by wiz@
2009-01-10PLIST fixesadrianp2-45/+5
PKGREVISION++
2009-01-08Disable usage of POSIX thread priority functions on NetBSD < 4.99.50shattered9-8/+68
(they are all stubs before that). This stops wxGTK (and in turn, Audacity and others) from displaying annoying "Cannot get priority range for scheduling policy 0" message at startup: http://mail-index.netbsd.org/tech-pkg/2005/11/22/0020.html http://mail-index.netbsd.org/netbsd-users/2006/07/02/0004.html http://mail-index.netbsd.org/netbsd-users/2007/06/28/0002.html OK by wiz@.
2009-01-08+ p5-Clipboard.wiz1-1/+2
2009-01-08Initial import of p5-Clipboard-0.09:wiz3-0/+32
Who doesn't remember the first time they learned to copy and paste, and generated an exponentially growing text document? Yes, that's right, clipboards are magical. With Clipboard.pm, this magic is now trivial to access, cross-platformly, from your Perl code.
2009-01-08Update to 2.12.0:wiz3-9/+8
In Lablgtk-2.12.0: 2008.12.20 [Jacques] * fix build process for ocaml 3.11 on MSVC and mingw. 2008.12.09 [Jacques] * fix ml_gtk_source_buffer_create_marker 2008.10.30 [Benjamin] * Support Gtk Quartz backend compilation (thanks to Pascal Cuoq) 2008.10.07 [Benjamin] * Revert last change on GEdit.entry_completion according to M. Clasen. Keeping the new type for the callback match_selected. 2008.10.05 [Benjamin] * Change type of model contained in GEdit.entry_completion from model to model_filter see http://bugzilla.gnome.org/show_bug.cgi?id=555087. 2008.09.10 [Benjamin] * Many custom tree model bugs fixed. 2008.09.04 [Benjamin] * First attempt to support custom_tree_models in GTree. I need some feedback on ways to improve the safety. An example of usage is given in examples/custom_tree.ml Part of the code comes from Robert Schneck: he agreed by private mail on relicensing it for lablgtk2. 2008.08.20 [Jacques] * Move model to head of properties in ComboBox (bug reported by Pierre-Marie Pedrot) 2008.08.03 [Benjamin] * Support for wrapped signal of GEdit.spin_button (Gtk 2.10) 2008.08.01 [Benjamin] * Support for GtkRendererAccel of Gtk 2.10 2008.07.26 [Benjamin] * Add a few 2.10 properties GAction.icon_name, GButton.image_position, 2008.07.25 [Olivier] * don't use G_QUEUE_INIT (dependency on glib 2.14) 2008.07.25 [Jacques] * Add [widget] to Gtk.file_chooser * configure did not work on FreeBSD 2008.05.09 [Benjamin] * Add Glib.Io.read_chars. Other g_io_* function could be added... 2008.04.14 [Olivier] * use Gc.create_alarm to delay GObject finalization instead of an idle function 2008.03.31 [Benjamin] * Support mingw compilation with OCaml 3.11. Still tricky... 2008.03.25 [Jacques] * add GtkWindow properties * add GMain.Event * add GtkMenu.Menu.popup_at 2008.03.22 [Benjamin] * prepare gtksourceview 2.1 support
2009-01-07Update to 1.3.4:wiz2-6/+6
Adam Jackson (2): Nuke fontcache. Retry font server connections faster. Alan Coopersmith (8): Add support for bzip2 bitmap font compression Pad CreateAC packets with 0 auths to workaround xfs bug Always scan catalogue dirs at startup, even if their mtime < 0 Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2 Update COPYING file with additional copyrights/licenses Add simple README with pointers to bugzilla/git/mailing list miscutil.c:108: warning: old-style parameter declaration Version bump: 1.3.4 Benjamin Close (1): Make sure font names/font alias names are null terminated Derek Wang (1): Sun bug 4510977: dtremote fails to start session Julien Cristau (1): Don't clobber CFLAGS in configure Peter Breitenlohner (1): X.Org Bug 17945: avoid gcc warnings for libXfont
2009-01-07Update to 1.2.0:wiz3-7/+12
Following the inputproto 1.5 release adding input device properties, here's the matching client-side libraries. Peter Hutterer (4): Bump to 1.1.99.2. Add XI_JOYSTICK to list of defined types. Add support for XI 1.5 device properties. libXi 1.2.0
2009-01-07Update to 1.5.0:wiz2-6/+6
X Input Protocol 1.5.0 Additions over 1.4: input device properties support. IDP are modelled after window properties and work much in the same manner. Each X Input device can have multiple properties of arbitrary types at any point in time. These properties can be interpreted by the server and/or the driver and thus allow cheap, easily expandable ways of configuring devices. IDP can also be read by other clients, allowing clients to label devices or device specific features. Two of the more obvious cases are to label a device as "primary", or to label each axis to denote it's function ("press", "tilt", "rotation", etc.). For those reading commit logs: IDP were originally added as XGE events as part of XI2, then backported to traditional events. Cheers, Peter Peter Hutterer (10): Back out Device Properties from XI 2, push into XI 1.5. Protect against C++ includes. Add libXi's property interfaces. PropertyNotify, move deviceid back to last byte. Remove RCS tags, typo fix. Make sure Atoms are defined as CARD32. Undef Atom after we're done so we don't pollute users of XIproto.h Add XI_JOYSTICK type. Remove Configure/QueryDeviceProperty. inputproto 1.5.0
2009-01-07Update to 2.24.1, add two dependencies for more features (it alreadywiz3-28/+28
depended on most of the kitchen sink anyway...). Changes: * configure.ac, wscript: Version 2.24.1. * configure.ac: libtool-2.2 compatibility, patch by "Cygwin Ports maintainer" (bug #564550). * gnomeapplet/applet.override: * gnomeapplet/appletmodule.c: * gnomeapplet/wscript: Fix build error with missing libgnome/libgnomeui flags. Patch from Lucas Rocha closes bgo #564525 * tests/common.py: Fix a bug in the import check.
2009-01-07Update to 1.1.1:wiz2-7/+6
This is mainly just a bunch of updates for OSX Tiger compatability and SnowLeopard fratures. Alan Coopersmith (1): Fix build of startx & xinitrc with Solaris make Jeremy Huddleston (17): Apple: privleged_startx: Increase the timeout so slower machines don't get a stray process warning in their system log. startx.cpp: Made some things a little more friendly for people who have spaces in pathnames. Apple: Using eval to protect people who have spaces in their home path. Support the instant-off API in SnowLeopard. Apple: sleep() to avoid innocent error message spew Apple: Make VPATH builds work on darwin Apple: Use AvailabilityMacros.h for Tiger compatability OSX: Create privleged_startx on Tiger OSX Tiger: More compilation fixes... OSX Tiger: Hopefully the last fix for Tiger users... Apple: Honor X11_PREFS_DOMAIN if it's set (1.4.2-apple26 and later) OSX Tiger: Fix discovery of mach port OSX: Fixed bad prefix OSX: More prefix fixes OSX: Don't use login/bash -c hack anymore for org.x.startx LaunchAgent Apple: Allow defaults option that maps to a -dpi server command line in startx xinit 1.1.1
2009-01-07Fix my last change (back in August) -- apparently I forgot to escape thedholland3-17/+21
shell variable $? as $$? so it wouldn't be treated as a make variable. This is wrong but nonfatal with NetBSD's make, but fatal with some other versions of make. While here, unhide a chmod that pkglint was complaining about. PKGREVISION++ (now at 5)
2009-01-06Update to 7.0.4:wiz2-6/+6
Peter Hutterer (4): Xge.h: include Xmd.h for CARD8 geproto: remote trailing whitespaces. Clean up XGE documentation. Bump to 7.0.4
2009-01-06update to xterm-238. Closes PR pkg/40334 and fixes CVE-2008-2383.tnn2-7/+6
Patch #238 - 2008/12/30 * update configure macro CF_XOPEN_SOURCE for AIX 6.x and Mint platforms. * reset the screen wrapping-flag at the end of ClearRight to fix an occasional case where the last character of a scrolled and wrapped line would be cleared (patch by Joe Peterson). * modify to use POSIX coding for comparing resource settings such as locale, to work with locales such as Turkish (report by M Vefa Bicakci). * turn on configure paste64 feature by default (request by Jean-Philippe Bernardy). It is runtime enabled/disabled with allowWindowOps. * turn on configure tcap-query feature by default, add resource allowTcapOps to make this runtime enabled/disabled. * make OSC 3 (change X property, from patch #110) subject to allowWindowOps resource. * make VT220 DSR responses inactive in VT100-mode. * make DECUDK feature inactive in VT100-mode. * respond to incorrectly formatted DECRQSS with a cancel. * add allowFontOps resource to allow the fontsize-switching and font query/set control sequences to be enabled/disabled (prompted by Debian #510030). * some code cleanup based on gcc 4.x -Wconversion warnings in button.c and charproc.c * modify tcap-query feature to not return data for shifted cursor-keys when the keyboard type is set to vt220, since returning the same string for shifted/unshifted keys may confuse some applications (GenToo #212546).
2009-01-05Fix PLIST, user-destdir support.jmcneill2-2/+469
2009-01-05Backport G41 chipset support from 2.5, tested with Asus P5QPL-VM.hasso5-10/+98
Bump PKGREVISION.
2009-01-05+ py-kiwijmcneill1-1/+2
2009-01-05Import py-kiwi version 1.9.22.jmcneill5-0/+228
Kiwi consists of a set of classes and wrappers for PyGTK that were developed to provide a sort of framework for applications. Fully object-oriented, and roughly Smalltalk's MVC, Kiwi provides a simple, practical way to build forms, windows and widgets that transparently access and display your object data. Kiwi was primarily designed to make implementing the UI for Stoq easier, and it is released under the LGPL. Kiwi is inspired by Allen Holub's Visual Proxy. Kiwi is a framework and a set of enhanced PyGTK widgets designed to make building programs with graphical interfaces both easy to write and easy to maintain. Kiwi is pure Python and should work cross-platform, but is developed on Python 2.4, Linux ix86.
2009-01-05Changed version number to 0.0beta868martti4-6/+9
pkglint -Wall
2009-01-04Bump PKGREVISION, add patch from xsrc:wiz3-3/+16
revision 1.2 date: 2008/11/23 21:58:25; author: mrg; state: Exp; lines: +1 -0 patch from jmcneill@: add a log message to notify what VT is in use. helps gdm/consolekit.
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz2-4/+4
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2009-01-01Quick fix for DragonFly master with getpwnam_r and friends.hasso2-4/+4
2008-12-28Darwin i386 uses stubs as well or else we get PLIST errors on installadrianp4-18/+27
gtkspell is not required so split it out as an option but keep it enabled by default so there's no change in the package. Without gtkspell it removes a whole slew of dependencies which makes this package a fair bit lighter. Make a small change to a CONFLICTS statement to keep pkglint happy.
2008-12-28Update MASTER_SITES and HOMEPAGE to new location.obache1-3/+3
2008-12-28Fix building with the latest GNUstep; PR #40211adam4-7/+19
2008-12-25Fix build with XFree86.jmcneill3-3/+37
2008-12-24Fix build with xrandr < 1.2 (like the one that comes with XFree86)jmcneill4-2/+299
2008-12-23For Python versions < 2.5, elementtree is included -- add it to PLIST.wiz2-1/+10
Reported by Hasso Tepper.
2008-12-22Fix PLIST of ocaml-graphics for architectures not using the optimiser.joerg2-6/+10
Add amd64 to that list. Bump revision of ocaml-graphics. Make ocaml itself and ocaml-graphics destdir safe.
2008-12-21Update to 3.17.6, to fix build with latest py-sip.wiz4-23/+23
Changes: PyQt v3.17.6 has been released. This fixes a Windows compilation bug. PyQt v3.17.5 has been released. This is mainly to be compatible with SIP v4.7.8 but also adds a couple of new methods. * Added the missing QRegion.rects() (based on a patch from Hans-Peter Jansen). * Added the missing QWidget.stackUnder() slot.
2008-12-21Try to fix build failure with ffmpeg-snapshot, PR 40212.obache4-1/+61
2008-12-21No need to set "no" for PLIST vars.obache1-2/+1
2008-12-21Add rcsid.obache1-0/+3
2008-12-21Also depend on py-expat for Python 2.3 (noted by Joerg) and Python 2.1.wiz1-2/+2
2008-12-21py-expat only needed with Python 2.4, make it so.wiz1-2/+4
2008-12-21According to Section 12.4 of the XKB Protocol Spec, if a key only has a singleahoka3-3/+87
group but the keyboard has multiple groups defined, the core description of the key is a duplication of the single group across all symbols. i.e. G1L1 G1L2 G1L1 G1L2 G1L3 G1L4 G1L3 G1L4 The previous code generated G1L1 G1L2 G1L3 G1L4 G1L3 G1L4, leading to "invented" groups when the process is reversed. Note that this creates wrong key types on reconstruction from core to xkb, i.e. any single-group key with a key type that is not one of the canonical four (Sec 12.2.3), will get the assigned type on group 1, and a canonical type for the other gruops. X.Org Bug 14373 <http://bugs.freedesktop.org/show_bug.cgi?id=14373> Patch taken from the bugtracker entry.
2008-12-21Fix typo.joerg1-2/+2
2008-12-21Needs py-expat for building.joerg1-1/+3
2008-12-21Pull in patch from libgnomekbd trunk that prevents a crash when a buggyjmcneill3-7/+193
X server fails a XkbGetKeyboard call. Bump PKGREVISION.
2008-12-20Pass proper path for xkb and xmodmap rules so you can select a non-USjmcneill1-1/+10
keyboard again. Bump PKGREVISION.
2008-12-20Add to description. Two sentences from the xfce4-session manual.reed1-1/+4
2008-12-20gnome-control-center no longer needs esoundjmcneill1-2/+1
2008-12-20+ qgtkstylejmcneill1-1/+2
2008-12-20Import qgtkstyle version r868.jmcneill5-0/+72
This is a Qt style rendered using GTK to give a native appearence for Qt applications running on the GNOME desktop.
2008-12-19Fix PR pkg/36260. Remove system config directory from PLIST.hira5-13/+31
2008-12-19Fix path searched for xkb directory to more likely find the versionmarkd1-2/+7
pkgsrc is using rather that some other one that might just exist.
2008-12-19sortjnemeth1-2/+2
2008-12-18Recursive dependency bump for multimedia/x264-devel. It's toughbjs3-4/+6
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump.
2008-12-18Bump BUILDLINK_{API,ABI}_DEPENDS.hira11-21/+22
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).