summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2010-09-05remove unneeded-since 1.3 includejakllsch1-3/+1
2010-09-03+ unicode-screensaver.wiz1-1/+2
2010-09-03Initial import of unicode-screensaver-0.3:wiz4-0/+42
unicode-screensaver is a simple screensaver application that repeatedly randomly picks an unicode character and displays it in a very large font size together with its unicode code point and the character name.
2010-09-03Update to 1.221:wiz2-7/+6
Overview of changes in Gtk2 1.221 ================================= * Properly wrap the binding for gtk_binding_entry_skip in version guards. * Fix some build and test failures.
2010-09-03make that the "silent" qmake feature flag is silently ignored, it isdrochner3-2/+23
incompatible with the way libtool support was hacked in (we were getting something like "libtool --mode=compile echo compiling foo && cc foo.c ...") bump PKGREVISION
2010-09-02revbump for sip API changedrochner3-6/+6
2010-09-02sync w/ base pkgdrochner2-6/+6
2010-09-02update to 2.4.5drochner2-6/+6
This is a bug fix release.
2010-09-02update to 4.7.5drochner4-13/+24
changes: added QStringRef.__str__() and QStringRef.__unicode__() to the QString v1 API the destruction by Qt of internally constructed QObject instances is now automatically detected a signal defined with pyqtSignal() can now be used with methods that make an internal call to QObject::connect(), e.g. QTimer.singleShot() added the --from-imports command line argument to pyuic4 and the from_imports argument to PyQt4.uic.compileUi() added support for Python v3.2
2010-09-02update to 4.11drochner3-8/+8
changes: added the %UnitPostIncludeCode directive /KeepReference/ will now accept a key to track when the same object is passed to more than one method operator() and __call__() can now accept keyword arguments added support for Python v3.2 pkgsrc note: runtime API changed, client pkgs need to be rebuilt
2010-09-01Fix syntax error in some layout files. From Pouya D. Tafti on pkgsrc-users.wiz6-2/+103
Bump PKGREVISION.
2010-08-30+eekboardobache1-1/+2
2010-08-30Import eekboard-0.0.5 as x11/eekboard.obache6-0/+157
eekboard is a virtual keyboard software package which ships with a standalone virtual keyboard application (eekboard), and a library to create keyboard-like UI (libeek).
2010-08-30+ libfakekeyobache1-1/+2
2010-08-30Import libfakekey-0.1 as x11/libfakekey.obache5-0/+51
X Virtual Keyboard Library of the Matchbox WM project.
2010-08-28Revert, I was mistaken.wiz1-2/+2
2010-08-28Disable gnomecanvas dependency again.wiz1-2/+2
2010-08-28Update to 2.14.1, with additional patches from upstream to build withwiz14-32/+326
ocaml-3.12. Set LICENSE. Add gtksourceview2 option; disable (default off) glade option, since it currently doesn't build. In Lablgtk-2.14.1: 2010.05.20 [Jacques] * update unison patch to 2.40.16 (for Quartz users) 2010.05.18 [Jacques] * rename gtkSignal.ml to gtkSignal.ml4 and fix depend target * move Glib.Utf8 code to gutf8.ml, so that it can be used in xml_lexer to fix a bug report by Pascal Brisset (multibyte entities of the form ● in glade files). 2010.04.08 [Jacques] * remove useless methods (discovered by ocaml 3.12) 2010.01.14 [Benjamin] * Apply patch from Mike Spivey to support get_visible range in Gtree * Fixed incorrect target labgtkspell.cmxs in Makefile 2009.10.01 [Jacques] * Correct wrong module name SourceViewEnums -> SourceView2Enums In Lablgtk-2.14.0: 2009.09.25 [Jacques] * Ensure compilation under windows 2009.09.22 [Benjamin] * Restore compatibility with pre-3.11 OCaml versions 2009.09.01 [Benjamin] * Apply patch from Mike Spivey: * Access to StyleSchemeManager objects * Some attributes are strings and not string options. This seems sensible. * Languages and style schemes are treated alike in creating buffers: both arguments are wrapped. * draw_spaces deals with a list of flags, not a single flag. * Mark categories can have priorities, icons and backgrounds * Some attributes of languages are accessed by methods instead of properties to work around a GTK bug. 2009.09.01 [Benjamin] * Support for GtkSourceView 2.6 in library "lablgtksourceview2" * Support for GtkSourceView 1.x is still available in library "lablgtksourceview" but it is no longer linked into the lablgtk2 default toplevel as it is not linkable with "lablgtksourceview2". 2009.05.21 [Jacques] * Apply Anil Madhavapeddy patch for lablgladecc2 -hide-default 2009.05.18 [Benjamin] * Make and install dynamic cmxs objects when available. * Fix compilation bug for ml_panel.c (Richard Jones message of 2009-02-06) 2009.05.12 [Jacques] * Merge new tooltip support from Moutinho's branch r1365 (sorry for 1.5y delay...) * Merge tree DND from Moutinho's branch r1387 (1y delay...) 2009.05.08 [Jacques] * Add Gdk.Windowing.platform for platform dependent applications * Fix bug in Clist.set_pixmap when no mask given 2009.04.20 [Jacques] * Print backtrace if available when exception raised in signal callback. Requires ocaml 3.11. (suggested by Bart Jacobs) * Use "val virtual obj" in generated code. Requires ocaml 3.10. 2009.03.19 [Jacques] * In GtkAboutDialog, change internal property from "name" to "program-name" if version >= 2.12. The OO interface is left unchanged, since there is no conflict with #misc#name anyway. 2009.02.09 [Benjamin] * fix linking bug for older than 2.2 Gtk with g_io_channel_read_chars 2009.01.20 [Benjamin] * change handling of non existent properties. [Not_found] is no longer raised and [Invalid_argument prop_name] is used instead. No exception is raised by unknown dynamic property setters and a GLib warning is emitted. See the comments in src/gobject.mli in the local Property module. 2009.01.13 [Benjamin] * fix compilation issues with Gtk 2.4
2010-08-27Add a missing PLIST entry for the quartz option.minskim1-1/+2
2010-08-24py-gtk2 depends on py-numpy, not py-Numeric -- adapt buildlink3.mk for this.wiz1-2/+2
2010-08-21Update to rep GTK 0.90.2asau3-10/+10
0.90.2: improved deb and rpm packaging scripts improved ebuild install header to $includedir/rep-gtk autotools (Makefile & Co.) rework More bindings for 2.12 API added 0.90.1: improved ebuild improved spec-file [Kim B. Heino] Addtitions: GtkUiManager support [Jürgen Hötzel] GtkAction support [Jürgen Hötzel] More bindings to 2.12 API added 0.90.0: Minimum GTK+ Version: 2.12 Additions: GError support [Jürgen Hötzel] Basic GtkBuilder support [Jürgen Hötzel] Some bindings to 2.12 API added DEPRECATED APIs removed: GtkPreview* GtkSignalRunType GtkSubMenuDirection GtkSubMenuPlacement
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb9-19/+18
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-20Updating x11/p5-Wx from 0.97.02 to 0.98sno2-9/+9
pkgsrc changes: - adjust build dependencies Upstream changes: 0.98 Wed Aug 18 20:31:30 CEST 2010 - wxWidgets 2.9.1 compatibility. - die() when wxWidgets initialization fails. 0.9702_01 Tue Jul 6 21:38:17 CEST 2010 - Can now run using the standard perl interpreter on Mac OS X (suggested by Kyle McKay). - Added wxSpinCtrlDouble (2.9). - Added wxDataViewListCtrl (2.9). - Added wxDataViewVirtualListModel (2.9). - Added wxInfoBar (2.9). - Added wxHeaderCtrlSimple (2.9).
2010-08-18Let to use BUILDLINK_DIR first for find header/library files.obache3-10/+15
It should fixes PR#43215.
2010-08-17Update to 0.18.4:wiz2-6/+6
Log: Søren Sandmann Pedersen (6): Post-release version bump to 0.18.3 Fix memory leak in the pthreads thread local storage code When storing a g1 pixel, store the lowest bit, rather than comparing with If we bail out of do_composite, make sure to undo any workarounds. Check for read accessors before taking the bilinear fast path Pre-release version bump to 0.18.4
2010-08-09Fix build failure on NetBSD/arm.tsutsui3-9/+32
patch-ad: src/tools/qglobal.h mentionss about Q_NO_PACKED_REFERENCE: --- /* ARM gcc pads structs to 32 bits, even when they contain a single char, or short. We tell gcc to pack QChars to 16 bits, to avoid QString bloat. However, gcc 3.4 doesn't allow us to create references to members of a packed struct. (Pointers are OK, because then you supposedly know what you are doing.) */ # if (defined(__arm__) || defined(__ARMEL__)) && !defined(QT_MOC_CPP) # define Q_PACKED __attribute__ ((packed)) # if __GNUC__ == 3 && __GNUC_MINOR__ >= 4 # define Q_NO_PACKED_REFERENCE --- but it seems we also have to define it on gcc4. patch-ch: Furthermore, it looks gcc4 also rejects implicit pointer casts, so add an explicit cast where the above Q_NO_PACKED_REFERENCE is referred.
2010-08-07remove buildlink3.mk.obache1-15/+0
This package is pure python libray, so it contains nothing for buildlink.
2010-08-07Update py-Xlib to 0.14.obache3-11/+21
* Version 0.14 1 Oct 2007 (trialed as 0.14rc1 on 10 Jun 2007) A couple of new extensions, a Python 2.5 fix and a couple of aliases (Display.get_atom() now uses the internal cache and added Window.raise_window()). Tabs converted to spaces (SF id: 1559082). ** RECORD extension (SF id: 1538663) Alex Badea contributed a RECORD extension module, allowing Python Xlib programs to capture mouse and keyboard events (or all other core or extension events) easily. A demo is in the examples directory. See http://refspecs.freestandards.org/X11/recordlib.pdf for more information. ** XINERAMA extension Mike Meyer contributed a Xinerama extension module, allowing Python Xlib programs to interrogate the X server about positions and sizes of multiple screens. Specifications are a bit tricky to find - http://sourceforge.net/projects/xinerama/ has some older specs and the source code of the xorg project (libs & server code) has "definitive" information. ** Python 2.5 fix (SF id: 1623900) Bugfix to correct handling of XAuthority file parsing under Python 2.5 causing failed authentication. * Version 0.13 6 Aug 2006 (trialed as 0.13pre1 on 22 Jul 2006) A small release to incorporate a number of minor corrections and bug fixes, including small changes to keysym handling, .Xauthority parsing, several fixes to sending/receiving/flushing data, addition of WithdrawnState to WMHints. petli completed documentation for Display objects.
2010-08-07duplicated, py-Xlib.obache4-192/+0
2010-08-07Import py-xlib-0.14 as x11/py-xlib.obache4-0/+192
The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient X extension and the newer plxlib) which were interfaces to the C Xlib.
2010-07-31Updating x11/p5-Wx from 0.97.01nb2 to 0.97.02sno2-10/+10
pkgsrc changes: - adjust dependencies Upstream changes: 0.9702 Thu May 6 01:53:50 CEST 2010 - Released 0.9701_02 as 0.9702. 0.9701_02 Mon Apr 26 21:56:09 CEST 2010 - Wrapped wxRichTextPrinting 0.9701_01 Tue Mar 30 22:46:33 CEST 2010 - 64 Bit build fixes. - Wrapped wxMenuBar::MacSetCommonMenuBar, MacInstallMenuBar - Wrapped wxGCDC::GetGraphicsContext
2010-07-31Updating x11/p5-Alien-wxWidgets from 0.50nb2 to 0.51sno2-7/+7
Upstream changes: 0.51 Tue Mar 30 22:28:51 CEST 2010 - Build fix for Perl 5.12. 0.50_02 Sun Mar 21 10:33:00 CET 2010 - Fixed 64 bit compilation when using the MinGW-w64 compiler. 0.50_01 Fri Feb 26 17:08:21 CET 2010 - Added wxWidgets-extraflags build option. - Exit with an error message under Cygwin. - Use the system version of Archive::Extract and File::Fetch if newer than the bundled version.
2010-07-25Update x11/x3270 to 3.3.10ga5.gls3-20/+53
Upstream changes: # [x3270] Fixed a problem with temporary keymaps being cleared when connecting to or disconnecting from a host. # x3270, c3270] Corrected some APL characters that were not displayed correctly with Unicode fonts. # [all] Corrected operation on EBCDIC-based hosts. # [all] Corrected the behavior of hostname prefixes such as L:, which were "sticky", i.e., once set they would be set for all future connections. # [all] Corrected the reported CGCSGID for code page 1147 (french-euro). # [all except x3270] Disabled the Query Reply report for background color support, which confused some older versions of GDDM. This report can be explicitly enabled by setting the qrBgColor resource to true. # [all] In oversize mode, changed the terminal type to IBM-DYNAMIC. Pkgsrc changes: - Set LICENSE - Fix configuration directory - Claim maintainership.
2010-07-20update to 0.24.3drochner2-6/+6
change: Fixed CVE-2003-0070 again (possibility to put arbitrary input onto the user's command line by combination of set/get window title escape sequences)
2010-07-19Revert unwanted bump.obache1-2/+2
2010-07-19missing recursive bump from libxklavier shlib bump.obache4-6/+8
2010-07-18Patch from SVN to fix building with recent SIP.markd3-3/+24
Bump PKGREVISION.
2010-07-18Update sip to 4.10.5 (4.10.3 no longer available)markd2-6/+6
v4.10.5 16th July 2010 - A bug fix release for Python v3 and Python v2.7. v4.10.4 15th July 2010 - Use capsules when being built for Python v2.7 to work around an apparent bug in the support for PyCObject.
2010-07-17Bump depends for libpng bump. PR 43564 by David H. Gutteridge.wiz1-2/+2
2010-07-16Drop exactly dependency on bug-buddy again.obache1-3/+3
XXX: It maybe result in broken PLIST (if old or broken bug-buddy).
2010-07-14remove some unnecessary dependencies, bump PKGREVdrochner1-6/+2
2010-07-14update to 2.30.0drochner3-43/+45
This switches to the gnome-2.30 release branch.
2010-07-14update to 2.30.2drochner3-9/+11
This switches to the gnome-2.30 release branch.
2010-07-14update to 4.6.5drochner3-8/+10
changes: -bugfixes -translation updates -Port to libxklavier 5.0 API
2010-07-14update to 5.0drochner3-7/+8
changes: -bugfixes -incompatible API change: introducing counters for start/stop listen operations
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd84-163/+168
2010-07-14re-enable commented out dependency on bug-buddy (why commented out?),obache1-3/+3
or bugbuddy.py will not be installed if it is not installed. Bump PKGREVISION.
2010-07-13sync w/ base pkgdrochner2-7/+6
2010-07-13update to 2.4.4drochner2-7/+6
changes: -drag-and-drop support for additional mime types -QsciScintilla::markerDefine() now allows existing markers to be redefined
2010-07-13update to 4.7.4drochner2-7/+6
changes: -any class with a count() method now supports the len() builtin -added the missing == and != operators to QItemSelection -added readQVariantHash(), readQVariantList(), readQVariantMap, writeQVariantHash(), writeQVariantList() and writeQVariantMap() to QDataStream -added the ErrorPageExtensionOption and ErrorPageExtensionReturn classes, and the ErrorDomain enum to QWebPage