diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-06 21:56:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-06 21:56:14 +0000 |
commit | e3a3c49553a715440bd800ad58c0d8c517e93bcf (patch) | |
tree | b554a9f7b30f4fd82bae753cdcccc7fdf9e411d6 /time | |
parent | a1100364e4e0b6bba58fea4277f1491efd42bfeb (diff) | |
download | pkgsrc-e3a3c49553a715440bd800ad58c0d8c517e93bcf.tar.gz |
Update to 286:
Removed curses from package and added textpad26.py. Loaded as
textpad if python version < 2.6 to fix the overwrite bug earlier
versions of curses.
Test release. Include curses 2.2 in package to fix overwrite bug
in textpad.
Fixed bug introduced into locale.
Exploring issue with etmwarn.
Another Windows fix. Use os.rename() instead of os.system("mv ").
Another attempt to get locale right.
More locale work for Windows XP.
Removed 'locale' settings which didn't work under Windows.
Fixed bug in setting default paths under Windows.
Major clarification effort. Agenda -> Soon, journal entry ->
action. Reworked docs and added ability to delete (internally)
an item.
Replaced calls to external editor for modifying entries with an
internal process similar to that used for creating entries. Moved
creation and editing of remind events into new_entry and edit_entry,
respectively.
Fixed bug in @o s with @b > 0.
Diffstat (limited to 'time')
-rw-r--r-- | time/etm/Makefile | 4 | ||||
-rw-r--r-- | time/etm/PLIST | 5 | ||||
-rw-r--r-- | time/etm/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile index 1783d5dea97..ba75ed05282 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2009/05/27 16:21:30 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2009/06/06 21:56:14 wiz Exp $ # -DISTNAME= etm-274 +DISTNAME= etm-286 CATEGORIES= time MASTER_SITES= http://www.duke.edu/~dgraham/ETM/ diff --git a/time/etm/PLIST b/time/etm/PLIST index 41e8b51aecd..6aa30e03a8d 100644 --- a/time/etm/PLIST +++ b/time/etm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/05/06 13:37:35 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/06/06 21:56:14 wiz Exp $ bin/e.py bin/ew.py ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -24,6 +24,9 @@ ${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 4d4f1bd3dea..554133eb3f3 100644 --- a/time/etm/distinfo +++ b/time/etm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/05/27 16:21:30 wiz Exp $ +$NetBSD: distinfo,v 1.10 2009/06/06 21:56:14 wiz Exp $ -SHA1 (etm-274.tar.gz) = 543d31f7261f7e8a52b2d6b316cd2fe679410c74 -RMD160 (etm-274.tar.gz) = 0b929c5edf346134d801298682bf25d81561d23b -Size (etm-274.tar.gz) = 50768 bytes +SHA1 (etm-286.tar.gz) = 0b8ebe04f75cf5047b8fabecc1a585cfc06b708a +RMD160 (etm-286.tar.gz) = 61089bf3a8b7e3e02344f40a81e775ff36338e5c +Size (etm-286.tar.gz) = 51644 bytes |