Commit graph

22 commits

Author SHA1 Message Date
asau
9912a3809d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
markd
890619d84a Update to 2.4.9
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.
2012-03-10 21:53:47 +00:00
wiz
8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
wiz
f741a2e20e Use py-qt3-modules bl3.mk file instead of DEPENDS. 2008-10-08 14:26:25 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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
2005-12-05 20:49:47 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
recht
932f85d39b update to 2.4.2
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.
2004-05-09 17:23:21 +00:00
recht
c618b32fc5 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
2004-02-08 12:44:43 +00:00
recht
e25f5b2ac4 Initial import of Kodos 2.0
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.
2003-12-05 18:56:38 +00:00