summaryrefslogtreecommitdiff
path: root/time/etm
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-06 13:37:35 +0000
committerwiz <wiz>2009-05-06 13:37:35 +0000
commit8d554fa56744cbe228f3562920b8a3b1b0a68f08 (patch)
treee1913aad6995ecc059756d0db68aa696982f0da1 /time/etm
parent03d341ab50156a05034b8b48bc39674f12bc7e1e (diff)
downloadpkgsrc-8d554fa56744cbe228f3562920b8a3b1b0a68f08.tar.gz
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 (limited to 'time/etm')
-rw-r--r--time/etm/Makefile6
-rw-r--r--time/etm/PLIST5
-rw-r--r--time/etm/distinfo9
-rw-r--r--time/etm/patches/patch-aa10
4 files changed, 22 insertions, 8 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile
index 26f70d16212..47b860da3a9 100644
--- a/time/etm/Makefile
+++ b/time/etm/Makefile
@@ -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_FILES.python= ez_setup.py
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 --git a/time/etm/PLIST b/time/etm/PLIST
index 0d22f7a72c0..41e8b51aecd 100644
--- a/time/etm/PLIST
+++ b/time/etm/PLIST
@@ -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/__init__.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
diff --git a/time/etm/distinfo b/time/etm/distinfo
index 4732789a6e4..9eb2a4b7647 100644
--- a/time/etm/distinfo
+++ b/time/etm/distinfo
@@ -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 --git a/time/etm/patches/patch-aa b/time/etm/patches/patch-aa
new file mode 100644
index 00000000000..ce8f2a00d59
--- /dev/null
+++ b/time/etm/patches/patch-aa
@@ -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