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 212, based on patch by agc.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae2fc294b0a9
branches: trunk
changeset: 392692:ae2fc294b0a9
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed May 06 13:37:35 2009 +0000
description:
Update to 212, based on patch by agc.
Fixed another bug in check_updates.
Fixed bug in check_updates.
Fixed bug in setting default startdate and stopdate for the
unscheduled view.
Documentation tweaks.
Bug fixes. Unscheduled now treated as a view parallel to agenda
and list.
Added 'e' column to display. Tweaks.
Unscheduled time support. Added earliest, latest, minimum, extent
(default event length) to rc.py. Use -u for the command line or
u for the gui. Entering '.' now cancels any operation which calls
for a response to a prompt. ? brings up the help screen in
non-editing mode.
Added column for 'e'. Gui entry for @e now supports entering
either a time or an integer number of minutes.
Added freetime.py. About to fiddle with adding a column for 'e'.
diffstat:
time/etm/Makefile | 6 +++---
time/etm/PLIST | 5 ++++-
time/etm/distinfo | 9 +++++----
time/etm/patches/patch-aa | 10 ++++++++++
4 files changed, 22 insertions(+), 8 deletions(-)
diffs (69 lines):
diff -r 755348c35833 -r ae2fc294b0a9 time/etm/Makefile
--- a/time/etm/Makefile Wed May 06 11:10:06 2009 +0000
+++ b/time/etm/Makefile Wed May 06 13:37:35 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/05/05 13:00:12 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/06 13:37:35 wiz Exp $
#
-DISTNAME= etm-203
+DISTNAME= etm-212
CATEGORIES= time
MASTER_SITES= http://www.duke.edu/~dgraham/ETM/
@@ -24,7 +24,7 @@
SUBST_STAGE.python= pre-build
SUBST_MESSAGE.python= Replacing python interpreter.
-REPLACE_PYTHON= e.py ew.py
+REPLACE_PYTHON= e.py ew.py etm/freetime.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
diff -r 755348c35833 -r ae2fc294b0a9 time/etm/PLIST
--- a/time/etm/PLIST Wed May 06 11:10:06 2009 +0000
+++ b/time/etm/PLIST Wed May 06 13:37:35 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/05 13:00:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/05/06 13:37:35 wiz Exp $
bin/e.py
bin/ew.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -12,6 +12,9 @@
${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
diff -r 755348c35833 -r ae2fc294b0a9 time/etm/distinfo
--- a/time/etm/distinfo Wed May 06 11:10:06 2009 +0000
+++ b/time/etm/distinfo Wed May 06 13:37:35 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/05/05 13:00:12 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/05/06 13:37:35 wiz Exp $
-SHA1 (etm-203.tar.gz) = c63b3dd1e90ce10be1abcb0cdc84c20c77f07d60
-RMD160 (etm-203.tar.gz) = c141e0ced50a5ee366cb22104e0fcd799cdf053e
-Size (etm-203.tar.gz) = 38595 bytes
+SHA1 (etm-212.tar.gz) = 2459ba331ffe6c71797cc10eeab5cc7cef6da868
+RMD160 (etm-212.tar.gz) = b125a824666795bc627b5cb030b667a1cb10ecee
+Size (etm-212.tar.gz) = 41947 bytes
+SHA1 (patch-aa) = 12c7d48bd92dd67baff25c3011b35663f81fa270
diff -r 755348c35833 -r ae2fc294b0a9 time/etm/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/etm/patches/patch-aa Wed May 06 13:37:35 2009 +0000
@@ -0,0 +1,10 @@
+$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