pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/etm Update to 286:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4451b1cbf17e
branches:  trunk
changeset: 394177:4451b1cbf17e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 06 21:56:14 2009 +0000

description:
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:

 time/etm/Makefile |  4 ++--
 time/etm/PLIST    |  5 ++++-
 time/etm/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r ca29db89d603 -r 4451b1cbf17e time/etm/Makefile
--- a/time/etm/Makefile Sat Jun 06 21:52:09 2009 +0000
+++ b/time/etm/Makefile Sat Jun 06 21:56:14 2009 +0000
@@ -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 -r ca29db89d603 -r 4451b1cbf17e time/etm/PLIST
--- a/time/etm/PLIST    Sat Jun 06 21:52:09 2009 +0000
+++ b/time/etm/PLIST    Sat Jun 06 21:56:14 2009 +0000
@@ -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/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 -r ca29db89d603 -r 4451b1cbf17e time/etm/distinfo
--- a/time/etm/distinfo Sat Jun 06 21:52:09 2009 +0000
+++ b/time/etm/distinfo Sat Jun 06 21:56:14 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index