From b0a0ee532ef04f5fed5868f2f29c6eae52424588 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 Nov 2009 21:13:16 +0000 Subject: Update to 365: 363 b1834d30d148 2009-11-15 13:23 -0500 daniel Test for ability to load wx modules. 362 fd111da14ff6 2009-11-15 12:25 -0500 daniel Fixed bug in setting .etmrc in warn.py. 361 00231d230b15 2009-11-15 11:49 -0500 daniel Various tweaks. Added as an alternative for agenda with defaults. Added left and right arrow keys for advancing list display. 360 8d3c64833383 2009-11-14 12:22 -0500 daniel Only show idnum when modifying, finishing, deleting and put it at the beginning of the title. 359 56ebf2ea51a9 2009-11-14 08:26 -0500 daniel Added hide/show details to prompt for a and l views. 358 18499745e590 2009-11-14 07:45 -0500 daniel Modified parsers to work with python 2.5. 357 38a4940db9af 2009-11-14 00:22 -0500 daniel Fixed bug in process_alerts when item_hash has no key for today. 356 0ed4d9044889 2009-11-13 17:55 -0500 daniel Various tweaks for error processing and display and for autorefreshing. 355 136c66eb7d8e 2009-11-13 15:48 -0500 daniel More get_next tweaks. 354 20fbcf85c401 2009-11-13 15:30 -0500 daniel Examples working. Fixes for get_next. 353 435f81e2df61 2009-11-12 16:07 -0500 daniel Fixed bug in setting 'D' for non-repeating tasks. 352 6aa0d75bc2cc 2009-11-12 14:08 -0500 daniel Ignore advance for agenda. 351 5b5286a669ac 2009-11-12 13:56 -0500 daniel Fixed bug in setting agenda title dates. 350 ed333a3bd2ca 2009-11-12 10:34 -0500 daniel Added new_project and open_project. Fixed bug in displaying D for repeated tasks. 349 e9b4825958d4 2009-11-11 17:32 -0500 daniel Help text tweaks. Various bug fixes. Adjusted print font size. 348 bfc100d71bd6 2009-11-11 14:17 -0500 daniel Made entry_bar an expando text ctrl. Added OnKillFocus to keep it from losing focus. 347 604cb5f728f1 2009-11-11 12:19 -0500 daniel Many tweaks. Details and Entry bars on separate lines. 346 1b2e1de580b5 2009-11-09 19:30 -0500 daniel Add new, edit and toggle finished seem to work. 345 092f7f4d366e 2009-11-05 14:45 -0500 daniel Fixed, simplified and cached shift period. 344 a7302c4f74bf 2009-11-05 12:13 -0500 daniel Big changes. All views work through show_view and results are cached! --- time/etm/Makefile | 4 ++-- time/etm/PLIST | 23 +++++++++++++---------- time/etm/distinfo | 8 ++++---- 3 files changed, 19 insertions(+), 16 deletions(-) (limited to 'time/etm') diff --git a/time/etm/Makefile b/time/etm/Makefile index e3a7f79b5c9..0c8a040fe3e 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2009/10/31 00:18:15 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2009/11/15 21:13:16 wiz Exp $ # -DISTNAME= etm-297 +DISTNAME= etm-365 CATEGORIES= time MASTER_SITES= http://www.duke.edu/~dgraham/ETM/ diff --git a/time/etm/PLIST b/time/etm/PLIST index 0a2c265b2f5..ce15fb35ec2 100644 --- a/time/etm/PLIST +++ b/time/etm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:17:57 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/11/15 21:13:17 wiz Exp $ bin/e.py bin/ew.py ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -9,24 +9,27 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/etm/__init__.py ${PYSITELIB}/etm/__init__.pyc ${PYSITELIB}/etm/__init__.pyo +${PYSITELIB}/etm/busyfree.py +${PYSITELIB}/etm/busyfree.pyc +${PYSITELIB}/etm/busyfree.pyo +${PYSITELIB}/etm/cal.py +${PYSITELIB}/etm/cal.pyc +${PYSITELIB}/etm/cal.pyo ${PYSITELIB}/etm/data.py ${PYSITELIB}/etm/data.pyc ${PYSITELIB}/etm/data.pyo -${PYSITELIB}/etm/freetime.py -${PYSITELIB}/etm/freetime.pyc -${PYSITELIB}/etm/freetime.pyo -${PYSITELIB}/etm/gui.py -${PYSITELIB}/etm/gui.pyc -${PYSITELIB}/etm/gui.pyo +${PYSITELIB}/etm/etm_wx.py +${PYSITELIB}/etm/etm_wx.pyc +${PYSITELIB}/etm/etm_wx.pyo +${PYSITELIB}/etm/parsers.py +${PYSITELIB}/etm/parsers.pyc +${PYSITELIB}/etm/parsers.pyo ${PYSITELIB}/etm/rc.py ${PYSITELIB}/etm/rc.pyc ${PYSITELIB}/etm/rc.pyo ${PYSITELIB}/etm/sunmoon.py ${PYSITELIB}/etm/sunmoon.pyc ${PYSITELIB}/etm/sunmoon.pyo -${PYSITELIB}/etm/textpad26.py -${PYSITELIB}/etm/textpad26.pyc -${PYSITELIB}/etm/textpad26.pyo ${PYSITELIB}/etm/v.py ${PYSITELIB}/etm/v.pyc ${PYSITELIB}/etm/v.pyo diff --git a/time/etm/distinfo b/time/etm/distinfo index 0cba586144f..5780beb2a53 100644 --- a/time/etm/distinfo +++ b/time/etm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2009/10/31 00:18:15 wiz Exp $ +$NetBSD: distinfo,v 1.15 2009/11/15 21:13:17 wiz Exp $ -SHA1 (etm-297.tar.gz) = 0ff1d693b18fbc547808aaeea80b7e37e74e630e -RMD160 (etm-297.tar.gz) = a44a1c91bbef58e3bd8a9a6530f23d0c7e223caa -Size (etm-297.tar.gz) = 53470 bytes +SHA1 (etm-365.tar.gz) = 04d728ea5ea4c3aa66093625cdc21a366b547e62 +RMD160 (etm-365.tar.gz) = 6fec51a4f51526982be97cb3d6427535d084cd3b +Size (etm-365.tar.gz) = 52210 bytes -- cgit v1.2.3