pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/kodos update to 2.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/373227612edf
branches: trunk
changeset: 467912:373227612edf
user: recht <recht%pkgsrc.org@localhost>
date: Sun Feb 08 12:44:43 2004 +0000
description:
update to 2.4.0
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
diffstat:
misc/kodos/Makefile | 6 +++---
misc/kodos/PLIST | 17 +++++++++++++----
misc/kodos/distinfo | 6 +++---
3 files changed, 19 insertions(+), 10 deletions(-)
diffs (77 lines):
diff -r f7712b63f8b4 -r 373227612edf misc/kodos/Makefile
--- a/misc/kodos/Makefile Sun Feb 08 11:21:58 2004 +0000
+++ b/misc/kodos/Makefile Sun Feb 08 12:44:43 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/05 18:56:38 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/02/08 12:44:43 recht Exp $
#
-DISTNAME= kodos-2.0
+DISTNAME= kodos-2.4.0
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kodos/}
@@ -13,6 +13,6 @@
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
-.include "../../x11/py-qt3-base/buildlink2.mk"
+.include "../../x11/py-qt3-modules/buildlink2.mk"
.include "../../x11/py-qt3-sip/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff -r f7712b63f8b4 -r 373227612edf misc/kodos/PLIST
--- a/misc/kodos/PLIST Sun Feb 08 11:21:58 2004 +0000
+++ b/misc/kodos/PLIST Sun Feb 08 12:44:43 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/05 18:56:40 recht Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/08 12:44:43 recht Exp $
bin/kodos.py
${PYSITELIB}/kodos.pth
${PYSITELIB}/kodos/__init__.py
@@ -31,6 +31,12 @@
${PYSITELIB}/kodos/modules/migrate_settings.py
${PYSITELIB}/kodos/modules/migrate_settings.pyc
${PYSITELIB}/kodos/modules/migrate_settings.pyo
+${PYSITELIB}/kodos/modules/newUserDialogBA.py
+${PYSITELIB}/kodos/modules/newUserDialogBA.pyc
+${PYSITELIB}/kodos/modules/newUserDialogBA.pyo
+${PYSITELIB}/kodos/modules/parseRegexLib.py
+${PYSITELIB}/kodos/modules/parseRegexLib.pyc
+${PYSITELIB}/kodos/modules/parseRegexLib.pyo
${PYSITELIB}/kodos/modules/prefs.py
${PYSITELIB}/kodos/modules/prefs.pyc
${PYSITELIB}/kodos/modules/prefs.pyo
@@ -52,6 +58,12 @@
${PYSITELIB}/kodos/modules/regexBA.py
${PYSITELIB}/kodos/modules/regexBA.pyc
${PYSITELIB}/kodos/modules/regexBA.pyo
+${PYSITELIB}/kodos/modules/regexLibrary.py
+${PYSITELIB}/kodos/modules/regexLibrary.pyc
+${PYSITELIB}/kodos/modules/regexLibrary.pyo
+${PYSITELIB}/kodos/modules/regexLibraryBA.py
+${PYSITELIB}/kodos/modules/regexLibraryBA.pyc
+${PYSITELIB}/kodos/modules/regexLibraryBA.pyo
${PYSITELIB}/kodos/modules/reportBug.py
${PYSITELIB}/kodos/modules/reportBug.pyc
${PYSITELIB}/kodos/modules/reportBug.pyo
@@ -70,9 +82,6 @@
${PYSITELIB}/kodos/modules/tooltip.py
${PYSITELIB}/kodos/modules/tooltip.pyc
${PYSITELIB}/kodos/modules/tooltip.pyo
-${PYSITELIB}/kodos/modules/tooltips.py
-${PYSITELIB}/kodos/modules/tooltips.pyc
-${PYSITELIB}/kodos/modules/tooltips.pyo
${PYSITELIB}/kodos/modules/urlDialog.py
${PYSITELIB}/kodos/modules/urlDialog.pyc
${PYSITELIB}/kodos/modules/urlDialog.pyo
diff -r f7712b63f8b4 -r 373227612edf misc/kodos/distinfo
--- a/misc/kodos/distinfo Sun Feb 08 11:21:58 2004 +0000
+++ b/misc/kodos/distinfo Sun Feb 08 12:44:43 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/05 18:56:40 recht Exp $
+$NetBSD: distinfo,v 1.2 2004/02/08 12:44:43 recht Exp $
-SHA1 (kodos-2.0.tar.gz) = 127739f2ed085e6d83421b57d1a6448337c79691
-Size (kodos-2.0.tar.gz) = 314016 bytes
+SHA1 (kodos-2.4.0.tar.gz) = 590392a7b6fd53e92c12a0660f0e16e1e514bbd3
+Size (kodos-2.4.0.tar.gz) = 355706 bytes
Home |
Main Index |
Thread Index |
Old Index