Mon May 25 12:10:03 2009 UTC ()
Update to 270:
  Added test suite and FAQ.
  Only show the first unfinished repetition with @o r.
  new_entry with repetitions now resets @d to the first date from
  the recurrence rule that falls on or after the provided value of
  @d. This provides a handy check on the recurrence rule by giving
  the first date satisfying the rule.
  new_entry with repetitions now sets @d to the first date from
  the recurrence rule if the provided value is sooner than the
  first date.
  Caught and fixed subtle bug in repetitons.
  Still more documentation tweaks.
  More documentation corrections.
  Corrected documentation errors.
  Improved check for missing or bad project line.
  Added check for missing project line.
  Added check for missing title.
  Fixed another bug in process_reps involving setting duedate.
  Fixed bug setting interval in process_reps.
  Factored repeated stuff out of process_file and new_entry into
  process_reps. This means checks for repeated entries apply both
  to files and new entries.
  Show alert confirming export in iCal format and showing full ics
  file path.


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

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

--- pkgsrc/time/etm/Attic/Makefile 2009/05/21 20:15:22 1.8
+++ pkgsrc/time/etm/Attic/Makefile 2009/05/25 12:10:03 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2009/05/21 20:15:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2009/05/25 12:10:03 wiz Exp $
2# 2#
3 3
4DISTNAME= etm-255 4DISTNAME= etm-270
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.6 -r1.7 pkgsrc/time/etm/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/time/etm/Attic/distinfo 2009/05/21 20:15:22 1.6
+++ pkgsrc/time/etm/Attic/distinfo 2009/05/25 12:10:03 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2009/05/21 20:15:22 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2009/05/25 12:10:03 wiz Exp $
2 2
3SHA1 (etm-255.tar.gz) = a8cea0e05615f587c00de77d15fb265207ca9406 3SHA1 (etm-270.tar.gz) = 3630a93f6afaeda84fb9c48825c28b9b9925021e
4RMD160 (etm-255.tar.gz) = b1ac53a68a8dd848c123f988f638b137ecd91023 4RMD160 (etm-270.tar.gz) = 28ec1d60a3e984c62d2f6953ca3900dfb0151b0b
5Size (etm-255.tar.gz) = 49585 bytes 5Size (etm-270.tar.gz) = 50120 bytes