./x11/py-wxWidgets, Python bindings for wxWidgets

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


Branch: CURRENT, Version: 2.8.10.1nb2, Package name: py25-wxWidgets-2.8.10.1nb2, Maintainer: pkgsrc-users

wxPython is a set of Python bindings for the powerful wxWidgets
cross-platform GUI library.


Required to run:
[graphics/MesaLib] [graphics/glu] [lang/python25] [x11/wxGTK28] [x11/wxGTK28-contrib]

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: (Expand)

SHA1: 6598fbafd979a91f20100171fa23a91779f6dc62
RMD160: bb606046d140623041b988e64ab268ced9aa958f
Filesize: 29073.236 KB

Version history: (Expand)


CVS history: (Expand)


   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) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-08-07 01:21:31 by Joerg Sonnenberger | Files touched by this commit (14) | Package updated
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.
   2009-03-05 19:51:33 by Joerg Sonnenberger | Files touched by this commit (53)
Log message:
Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.