Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
kiwi-1.9.29 22-july-2011
- Remove support for gazpacho in favor of GtkBuilder
- Use new gtk entries with icon instead of our old IconEntry
- Improvements to ObjectList
kiwi-1.9.28 01-september-2010
- Remove support for gazpacho in favor of GtkBuilder
- Use new gtk entries with icon instead of our old IconEntry
- Improvements to ObjectList
kiwi-1.9.27 01-september-2010
- Remove use of obsolete gtk.Tooltips (Ronaldo Maia)
- Add api to set the number of digits in NumberSearchFilter (Gabriel
Gerga)
kiwi-1.9.26-2 15-december-2009
- Added workaround for set_text method in KiwiEntry when using gtk > 2.18.
(George Kussumoto).
kiwi-1.9.26 14-july-2009
- Added custom sort function for objectlists. (Ronaldo Maia)
- Added decimal digits searching in Advanced Search. (Ronaldo Maia)
- Fixed sv_SE thousand separators. (Ronaldo Maia)
- Minor bugfixes
kiwi-1.9.25 15-april-2009
- Added Advanced Search in search dialogs. (Romaia Maia)
- Fixed overwriting of custom cmdclass (Severin Heiniger, #3781)
- Minor bugfixes
kiwi-1.9.24 27-jan-2009
- Fixed currency formating (Ronaldo Maia)
- Fixed ComboEntry value updating (Ronaldo Maia, #3673)
- Added multi-line capability example (Ronaldo Maia)
- Added multi-line capability in ComboEntry options (Ronaldo Maia, #3843)
- Fixed ComboEntry toggle button and popup position (Ronaldo Maia, #3841)
- Added initial support for loading GtkBuilder files (Johan Dahlin)
kiwi-1.9.23 10-sep-2008
- Added support for multiple colors in ColoredColumn (Ronaldo Maia)
- Fixed glade-3 plugin (Johan Dahlin)
- Minor bug fixes