Thu May 21 20:15:23 2009 UTC ()
Update to 255:

  Fixed bug in calling getsunmoon.

  Cleaned up extraneous comments.

  Catch alerts without a starting time. Display alerts regarding
  automatic resets in a manner similar to errors.

  Added traps for providing bad file numbers at prompts.

  Second pass at better error trapping. Content checks date(s),
  time, integer(s), presence of @s when @e is given and, when both
  are given, that @s < @e.

  First step to improved error trapping for problematic data files.
  Added check_hash to check for required fields, unknown fields
  and suitable content. Display errors nicely formatted by file
  and line number and write messages to ~/.etmerrors.


(wiz)
diff -r1.7 -r1.8 pkgsrc/time/etm/Makefile
diff -r1.5 -r1.6 pkgsrc/time/etm/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/time/etm/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/time/etm/Attic/Makefile 2009/05/19 09:28:51 1.7
+++ pkgsrc/time/etm/Attic/Makefile 2009/05/21 20:15:22 1.8
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2009/05/19 09:28:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2009/05/21 20:15:22 wiz Exp $
2# 2#
3 3
4DISTNAME= etm-249 4DISTNAME= etm-255
5CATEGORIES= time 5CATEGORIES= time
6MASTER_SITES= http://www.duke.edu/~dgraham/ETM/ 6MASTER_SITES= http://www.duke.edu/~dgraham/ETM/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.duke.edu/~dgraham/ETM/ 9HOMEPAGE= http://www.duke.edu/~dgraham/ETM/
10COMMENT= Event and Task Manager 10COMMENT= Event and Task Manager
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses 13DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
14DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4:../../time/py-dateutil 14DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4:../../time/py-dateutil
15DEPENDS+= ${PYPKGPREFIX}-icalendar-[0-9]*:../../time/py-icalendar 15DEPENDS+= ${PYPKGPREFIX}-icalendar-[0-9]*:../../time/py-icalendar
16 16
17PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir

cvs diff -r1.5 -r1.6 pkgsrc/time/etm/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/time/etm/Attic/distinfo 2009/05/19 09:10:57 1.5
+++ pkgsrc/time/etm/Attic/distinfo 2009/05/21 20:15:22 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2009/05/19 09:10:57 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2009/05/21 20:15:22 wiz Exp $
2 2
3SHA1 (etm-249.tar.gz) = dc5dbf2256608f4d06d13b3a8e1edc0bfc00e0e6 3SHA1 (etm-255.tar.gz) = a8cea0e05615f587c00de77d15fb265207ca9406
4RMD160 (etm-249.tar.gz) = 424294bd04327861e228fb77ffe3b9b4ee7af91f 4RMD160 (etm-255.tar.gz) = b1ac53a68a8dd848c123f988f638b137ecd91023
5Size (etm-249.tar.gz) = 49073 bytes 5Size (etm-255.tar.gz) = 49585 bytes