diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-25 12:10:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-25 12:10:03 +0000 |
commit | beb970fe58bfdfd3c43fbd3870b5ca3b69733556 (patch) | |
tree | 8171c5a711a8439d1821ef3aa4312bc56f462ea6 /time | |
parent | 58c6550472f3331f6fd661b27afde6ab68e5f811 (diff) | |
download | pkgsrc-beb970fe58bfdfd3c43fbd3870b5ca3b69733556.tar.gz |
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.
Diffstat (limited to 'time')
-rw-r--r-- | time/etm/Makefile | 4 | ||||
-rw-r--r-- | time/etm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile index 05c87e4e43e..2c5dbc6362c 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2009/05/21 20:15:22 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2009/05/25 12:10:03 wiz Exp $ # -DISTNAME= etm-255 +DISTNAME= etm-270 CATEGORIES= time MASTER_SITES= http://www.duke.edu/~dgraham/ETM/ diff --git a/time/etm/distinfo b/time/etm/distinfo index 8626c48120a..762a85ac0aa 100644 --- a/time/etm/distinfo +++ b/time/etm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/05/21 20:15:22 wiz Exp $ +$NetBSD: distinfo,v 1.7 2009/05/25 12:10:03 wiz Exp $ -SHA1 (etm-255.tar.gz) = a8cea0e05615f587c00de77d15fb265207ca9406 -RMD160 (etm-255.tar.gz) = b1ac53a68a8dd848c123f988f638b137ecd91023 -Size (etm-255.tar.gz) = 49585 bytes +SHA1 (etm-270.tar.gz) = 3630a93f6afaeda84fb9c48825c28b9b9925021e +RMD160 (etm-270.tar.gz) = 28ec1d60a3e984c62d2f6953ca3900dfb0151b0b +Size (etm-270.tar.gz) = 50120 bytes |