Path to this page:
./
x11/py-wxWidgets,
Python bindings for wxWidgets
Branch: CURRENT,
Version: 2.8.10.1nb3,
Package name: py26-wxWidgets-2.8.10.1nb3,
Maintainer: pkgsrc-userswxPython is a set of Python bindings for the powerful wxWidgets
cross-platform GUI library.
Required to run:[
graphics/MesaLib] [
graphics/glu] [
x11/wxGTK28] [
x11/wxGTK28-contrib] [
lang/python26]
Required to build:[
pkgtools/x11-links] [
devel/gmake] [
devel/pkg-config] [
x11/renderproto] [
x11/xproto] [
x11/fixesproto] [
x11/inputproto] [
x11/xextproto] [
x11/randrproto]
Master sites:
SHA1: 6598fbafd979a91f20100171fa23a91779f6dc62
RMD160: bb606046d140623041b988e64ab268ced9aa958f
Filesize: 29073.236 KB
Version history: (Expand)
- (2010-06-14) Updated to version: py26-wxWidgets-2.8.10.1nb3
- (2010-01-18) Updated to version: py25-wxWidgets-2.8.10.1nb2
- (2009-08-27) Updated to version: py25-wxWidgets-2.8.10.1nb1
- (2009-08-07) Updated to version: py25-wxWidgets-2.8.10.1
- (2009-03-05) Updated to version: py25-wxWidgets-2.6.3.3
- (2006-08-11) Updated to version: py24-wxWidgets-2.6.3.3
CVS history: (Expand)
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |  |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
| 2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938) |
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
|
| 2009-08-27 20:53:38 by Thomas Klausner | Files touched by this commit (13) |
Log message:
Fix fallout from recursive jpeg shlib bump.
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
|
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) |  |
Log message:
bump revision because of graphics/jpeg update
|
2009-08-07 01:21:31 by Joerg Sonnenberger | Files touched by this commit (14) |  |
Log message:
Update to py-wxWidgets-2.8.10.1. The biggest change is the switch to
wxGTK 2.8 and the Unicode version as backend.
|
| 2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2009-03-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message:
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
|