./x11/wxGTK28, GTK-based implementation of the wxWidgets GUI library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q4, Version: 2.8.10nb5, Package name: wxGTK28-2.8.10nb5, Maintainer: joerg

A GTK+-based implementation of the wxWidgets cross-platform GUI library.

wxWidgets is a set of libraries that allows C++ applications to compile and
run on several different types of computer, with minimal source code changes.
There is one library per supported GUI (such as Windows, GTK+, Motif, and Mac).
As well as providing a common API (Application Programming Interface) for GUI
functionality, it provides functionality for accessing some commonly-used
operating system facilities, from copying and deleting files to socket and
thread support. wxWidgets is a 'framework' in the sense that it provides a lot
of built-in functionality, which the application can use or replace as required,
thus saving a great deal of coding effort. Basic data structures such as
strings, arrays, linked lists and hash tables are also supported.

Such a toolkit is not unique - there are others to choose from - but wxWidgets
is free, well-established, well-documented, and very broad in its coverage of
GUI functionality. It has some extras that make it stand out from the crowd,
such as the many convenience dialogs, built-in HTML display and printing,
virtual filesystems, easy-to-use OLE automation controller class, Open GL
support, and many other features that make it easier to write modern and
user-friendly applications.

There is also a python interface available, wxPython (see the py-wxWidgets
package).


Required to run:
[graphics/glu] [graphics/tiff] [graphics/MesaLib] [graphics/jpeg] [graphics/png] [textproc/expat] [x11/gtk2]

Required to build:
[devel/pkg-config] [devel/libtool-base] [x11/inputproto] [x11/renderproto] [x11/randrproto] [x11/xproto] [x11/xextproto] [x11/fixesproto] [pkgtools/x11-links]

Master sites: (Expand)

SHA1: 1e4bee16a423efeef665ed70e82b6e7dc5468cf4
RMD160: b007de9b19ef4830d9f484c0d12595a14e66d432
Filesize: 9146.12 KB

Version history: (Expand)


CVS history: (Expand)


   2010-02-28 15:14:23 by S.P.Zeidler | Files touched by this commit (7)
Log message:
Pullup ticket 3029 - requested by taca
security patch

Revisions pulled up:
- pkgsrc/x11/wxGTK28/Makefile		1.8
- pkgsrc/x11/wxGTK28/Makefile.common	1.5
- pkgsrc/x11/wxGTK28/distinfo		1.8
- pkgsrc/x11/wxGTK28/patches/patch-ba	1.2
- pkgsrc/x11/wxGTK28/patches/patch-bb	1.2
- pkgsrc/x11/wxGTK28/patches/patch-ca	1.2

Files added:
pkgsrc/x11/wxGTK28/patches/patch-cb

   --------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue Feb 16 17:38:14 UTC 2010

   Modified Files:
           pkgsrc/x11/wxGTK28: Makefile Makefile.common distinfo
           pkgsrc/x11/wxGTK28/patches: patch-ba patch-bb patch-ca
   Added Files:
           pkgsrc/x11/wxGTK28/patches: patch-cb

   Log message:
   * Add patches for CVE-2009-2369 and CVE-2009-2625.
   * Use textproc/expat to fix CVE-2009-3720.

   Bump PKGREVISION.

   To generate a diff of this commit:
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/wxGTK28/Makefile \
       pkgsrc/x11/wxGTK28/distinfo
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/wxGTK28/Makefile.common
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/wxGTK28/patches/patch-ba \
       pkgsrc/x11/wxGTK28/patches/patch-bb pkgsrc/x11/wxGTK28/patches/patch-ca
   cvs rdiff -u -r0 -r1.1 pkgsrc/x11/wxGTK28/patches/patch-cb