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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7d277b22feb
branches:  trunk
changeset: 392720:f7d277b22feb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 07 11:32:39 2009 +0000

description:
Update to 220:
  Found and fixed check_update bug.
  More check_update tweaks.
  Another check_updates bug.
  Fixed check_update bug and improved prompt.
  Fixed unscheduled time bug in starting and ending minutes.
  Made unscheduled time view adjust to window width and wrap time
  entries when necessary.
  Added graphical display to unscheduled time view. Reduced context,
  project and id column widths and widened title column. Abbreviated
  the date display when grouping by contexts, projects and keywords.
  Changed date format for freetime and fixed typo /usr/bin/evn ->
  /usr/bin/env.

diffstat:

 time/etm/Makefile         |   4 ++--
 time/etm/distinfo         |   9 ++++-----
 time/etm/patches/patch-aa |  10 ----------
 3 files changed, 6 insertions(+), 17 deletions(-)

diffs (41 lines):

diff -r fed50ee528b2 -r f7d277b22feb time/etm/Makefile
--- a/time/etm/Makefile Thu May 07 11:29:52 2009 +0000
+++ b/time/etm/Makefile Thu May 07 11:32:39 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/05/06 13:37:35 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/07 11:32:39 wiz Exp $
 #
 
-DISTNAME=      etm-212
+DISTNAME=      etm-220
 CATEGORIES=    time
 MASTER_SITES=  http://www.duke.edu/~dgraham/ETM/
 
diff -r fed50ee528b2 -r f7d277b22feb time/etm/distinfo
--- a/time/etm/distinfo Thu May 07 11:29:52 2009 +0000
+++ b/time/etm/distinfo Thu May 07 11:32:39 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/05/06 13:37:35 wiz Exp $
+$NetBSD: distinfo,v 1.3 2009/05/07 11:32:39 wiz Exp $
 
-SHA1 (etm-212.tar.gz) = 2459ba331ffe6c71797cc10eeab5cc7cef6da868
-RMD160 (etm-212.tar.gz) = b125a824666795bc627b5cb030b667a1cb10ecee
-Size (etm-212.tar.gz) = 41947 bytes
-SHA1 (patch-aa) = 12c7d48bd92dd67baff25c3011b35663f81fa270
+SHA1 (etm-220.tar.gz) = add35603cb6f4e0cc8301cd515fbe682af21fb4a
+RMD160 (etm-220.tar.gz) = c7b72055602cf3b44fe11f7e058a62f1ac3c7392
+Size (etm-220.tar.gz) = 42795 bytes
diff -r fed50ee528b2 -r f7d277b22feb time/etm/patches/patch-aa
--- a/time/etm/patches/patch-aa Thu May 07 11:29:52 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/05/06 13:37:35 wiz Exp $
-
---- etm/freetime.py.orig       2009-05-05 16:39:46.000000000 +0000
-+++ etm/freetime.py
-@@ -1,4 +1,4 @@
--#! /usr/bin/evn python
-+#! /usr/bin/env python
- """
- Routines for processing a schedule of busy periods by day supplied
- either as a string or as a list-of-lists data structure and returning



Home | Main Index | Thread Index | Old Index