Age | Commit message (Collapse) | Author | Files | Lines |
|
Remove last three packages using py-qt3 as announced on pkgsrc-users.
|
|
until proven otherwise.
|
|
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.
|
|
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
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
|
|
|
|
|
|
|
|
2.4.9
=====
*) Fixed help window (corrects problem related to tooltip api changes)
*) Fixed regex reference guide (missing exit icon)
2.4.8
=====
*) Uses the new logo/icons contributed by Konstantin Ryabitsev
*) Fixed reportBug bug-- dialog would not load due to attribute error
2.4.7
=====
*) packaging now contains python2.3 and python2.4 specific rpms (rather
than just an "rpm")
*) Windows binary is now complied against python2.4 rather than 2.3
Earlier changes unknown.
|
|
py-* not affected, since it built different versions depending on the
setting already.
|
|
|
|
|
|
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
|
|
|
|
|
|
changed runtime dependencies now.
|
|
|
|
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
|
|
Fix for PyQt < 3.8. The BlackAdder generated files are now hacked (again) to
eliminate an attibute error for WState_Polished. Also, backreferences are now
supported in the replace output.
|
|
Changes since 2.3.1:
- The widget used for the "Group" tab has been changed to allow for
the proper display of matches that span multiple lines.
- Minor bug fixes
Changes since 2.3.0:
- Fixed several bugs that were introduced by my first attempt at
internationalizing the application.
- Added a Polish translation of Kodos that was contributed by Jarek
Zgoda. Many thanks to Jarek for his translation efforts and 2.3.0 bug
reports. If you prefer to use the Polish version of Kodos, simply
launch Kodos with the -l pl flag (kodos.py -l pl or kodos.exe -l pl)
Changes since 2.1:
- Added: Support for unicode. Users can now create regular
expressions that contain unicode characters.
- Added: Support for multiple languages (locales) via translation
files. If you're interested in translating Kodos to another language
please email me.
- Normalized the distribution paths so that Kodos can find help files
regardless of distribution.
- Fixed some issues with the RPMs. They should now install correctly.
- Minor bug fixes
- Code cleanup
Changes since 2.0:
- Added: The Regex Library which aims to be a repository of common
reusable regular expression patterns. Please see
http://kodos.sourceforge.net/regex-lib.html for more information.
- Added: Kodos tries to save/restore window positions and sizes.
- Added: Kodos now prompts the user to save their work before exiting
or before performing an action that would otherwise result in the loss
of the work.
- Upgraded: The look and feel of the regex reference guide.
- Code cleanup
|
|
Kodos is an application to aid in the creation and debugging of regular
expressions in python. The GUI for Kodos should eliminate the need for
using the python interpreter for regex design in most instances.
|