summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-02-08 12:44:43 +0000
committerrecht <recht@pkgsrc.org>2004-02-08 12:44:43 +0000
commitc618b32fc5a6d4e1fa3d85aa6ea935173fa732a3 (patch)
treef10854280d80c22aa53e60c8c533630a3a6c1b20
parent6bab53dede5f1232e93c4409320eef673168ee70 (diff)
downloadpkgsrc-c618b32fc5a6d4e1fa3d85aa6ea935173fa732a3.tar.gz
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
-rw-r--r--misc/kodos/Makefile6
-rw-r--r--misc/kodos/PLIST17
-rw-r--r--misc/kodos/distinfo6
3 files changed, 19 insertions, 10 deletions
diff --git a/misc/kodos/Makefile b/misc/kodos/Makefile
index f52b20630b5..019dd306056 100644
--- a/misc/kodos/Makefile
+++ b/misc/kodos/Makefile
@@ -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 @@ USE_BUILDLINK2= yes
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 --git a/misc/kodos/PLIST b/misc/kodos/PLIST
index 03fb9d57cf8..0eb8a2a6a7a 100644
--- a/misc/kodos/PLIST
+++ b/misc/kodos/PLIST
@@ -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/kodosBA.pyo
${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/referenceBA.pyo
${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/stringBA.pyo
${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 --git a/misc/kodos/distinfo b/misc/kodos/distinfo
index 922caeef759..6e3419ad8c7 100644
--- a/misc/kodos/distinfo
+++ b/misc/kodos/distinfo
@@ -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