Commit graph

9849 commits

Author SHA1 Message Date
drochner
8810fd2b36 revbump for sip API change 2010-09-02 09:22:43 +00:00
drochner
7402800d2d sync w/ base pkg 2010-09-02 09:21:37 +00:00
drochner
26a1982a4c update to 2.4.5
This is a bug fix release.
2010-09-02 09:21:03 +00:00
drochner
ba1233e674 update to 4.7.5
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-02 09:20:19 +00:00
drochner
bdd50eb867 update to 4.11
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-02 09:18:10 +00:00
wiz
f2caf98302 Fix syntax error in some layout files. From Pouya D. Tafti on pkgsrc-users.
Bump PKGREVISION.
2010-09-01 12:55:49 +00:00
obache
7c07169164 +eekboard 2010-08-30 11:49:08 +00:00
obache
677b7fd1ee Import eekboard-0.0.5 as x11/eekboard.
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 11:47:34 +00:00
obache
c3f527e04f + libfakekey 2010-08-30 09:44:05 +00:00
obache
122a933c6d Import libfakekey-0.1 as x11/libfakekey.
X Virtual Keyboard Library of the Matchbox WM project.
2010-08-30 09:42:41 +00:00
wiz
4e7cef58ba Revert, I was mistaken. 2010-08-28 16:18:44 +00:00
wiz
abd3e68b61 Disable gnomecanvas dependency again. 2010-08-28 16:17:54 +00:00
wiz
27154c887e Update to 2.14.1, with additional patches from upstream to build with
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-28 16:13:25 +00:00
minskim
268a57862d Add a missing PLIST entry for the quartz option. 2010-08-27 22:52:57 +00:00
wiz
badabb79c8 py-gtk2 depends on py-numpy, not py-Numeric -- adapt buildlink3.mk for this. 2010-08-24 09:04:56 +00:00
asau
0788c80c7e Update to rep GTK 0.90.2
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-21 16:56:51 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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-21 16:32:42 +00:00
sno
bda642fe41 Updating x11/p5-Wx from 0.97.02 to 0.98
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-20 05:41:27 +00:00
obache
8e3eff2ac8 Let to use BUILDLINK_DIR first for find header/library files.
It should fixes PR#43215.
2010-08-18 10:05:08 +00:00
wiz
d9bcb7b768 Update to 0.18.4:
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-17 09:28:30 +00:00
tsutsui
ce66ab519e Fix build failure on NetBSD/arm.
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-09 13:21:07 +00:00
obache
1009961fb9 remove buildlink3.mk.
This package is pure python libray, so it contains nothing for buildlink.
2010-08-07 05:09:07 +00:00
obache
dfd881933d Update py-Xlib to 0.14.
* 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-07 05:06:33 +00:00
obache
0f1d1248de duplicated, py-Xlib. 2010-08-07 04:56:34 +00:00
obache
8a3a4be87a Import py-xlib-0.14 as x11/py-xlib.
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-08-07 04:53:24 +00:00
sno
2a43dcaaeb Updating x11/p5-Wx from 0.97.01nb2 to 0.97.02
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-31 09:32:44 +00:00
sno
9eeccd4c4d Updating x11/p5-Alien-wxWidgets from 0.50nb2 to 0.51
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-31 07:51:52 +00:00
gls
8b2fd35aa0 Update x11/x3270 to 3.3.10ga5.
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-25 21:23:03 +00:00
drochner
eab0e0ee03 update to 0.24.3
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-20 12:10:34 +00:00
obache
53b89004f4 Revert unwanted bump. 2010-07-19 12:37:27 +00:00
obache
84109a4e19 missing recursive bump from libxklavier shlib bump. 2010-07-19 12:05:33 +00:00
markd
2546aa6604 Patch from SVN to fix building with recent SIP.
Bump PKGREVISION.
2010-07-18 13:08:58 +00:00
markd
9f58707dda Update sip to 4.10.5 (4.10.3 no longer available)
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-18 12:56:12 +00:00
wiz
b34ff48407 Bump depends for libpng bump. PR 43564 by David H. Gutteridge. 2010-07-17 12:17:51 +00:00
obache
df6988707a Drop exactly dependency on bug-buddy again.
XXX: It maybe result in broken PLIST (if old or broken bug-buddy).
2010-07-16 00:44:29 +00:00
drochner
4cacfffdee remove some unnecessary dependencies, bump PKGREV 2010-07-14 16:26:27 +00:00
drochner
007a91dbf1 update to 2.30.0
This switches to the gnome-2.30 release branch.
2010-07-14 16:20:00 +00:00
drochner
aa1f2ee01d update to 2.30.2
This switches to the gnome-2.30 release branch.
2010-07-14 16:16:49 +00:00
drochner
3f784196df update to 4.6.5
changes:
-bugfixes
-translation updates
-Port to libxklavier 5.0 API
2010-07-14 16:15:19 +00:00
drochner
bb99a81b2e update to 5.0
changes:
-bugfixes
-incompatible API change: introducing counters for start/stop
 listen operations
2010-07-14 16:13:20 +00:00
sbd
d823d74afa Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
obache
25fdd2bf7f re-enable commented out dependency on bug-buddy (why commented out?),
or bugbuddy.py will not be installed if it is not installed.

Bump PKGREVISION.
2010-07-14 05:49:39 +00:00
drochner
fd8de783da sync w/ base pkg 2010-07-13 18:25:38 +00:00
drochner
8e0a89eb64 update to 2.4.4
changes:
-drag-and-drop support for additional mime types
-QsciScintilla::markerDefine() now allows existing markers to be redefined
2010-07-13 18:24:51 +00:00
drochner
20141e31a6 update to 4.7.4
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
2010-07-13 18:22:54 +00:00
drochner
2206d7a484 update to 4.10.3
changes: bugfixes
2010-07-13 18:19:57 +00:00
drochner
063f908a42 bump PKGREV for new e-d-s requirement 2010-07-13 13:21:21 +00:00
drochner
a7129791de bump PKGREV for new e-d-s requirement 2010-07-13 12:51:32 +00:00
wiz
73ad7b6b90 Bump for png update, noted by Robert Elz. 2010-07-13 12:34:32 +00:00
drochner
350e68f45e update to 2.30.0
This switches to the gnome-2.30 release branch.
2010-07-13 10:15:24 +00:00