c618b32fc5
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
18 lines
497 B
Makefile
18 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/02/08 12:44:43 recht Exp $
|
|
#
|
|
|
|
DISTNAME= kodos-2.4.0
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kodos/}
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://kodos.sourceforge.net/
|
|
COMMENT= GUI for creating, testing and debugging Python REs
|
|
|
|
USE_BUILDLINK2= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../x11/py-qt3-modules/buildlink2.mk"
|
|
.include "../../x11/py-qt3-sip/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|