Wed Jan 7 21:43:28 2009 UTC ()
Update to 3.1.6:

* Version 3.1 Patch 6 - 2008-11-16

- MAJOR ENHANCEMENT: A new OMITFUNC clause gives you additional
  control and flexibility over "omitted days" calculations.  This is
  useful when holidays influence the timing of events several days
  later.  See "COMPUTED LOCAL OMITS" in the man page.

- ENHANCEMENT: The new evaltrig() built-in function lets you evaluate triggers
  from within an expression.

- ENHANCEMENT: The new weekno() built-in function returns the ISO 8601
  week number of a date.

- ENHANCEMENT: The "WEEK" special lets you annotate calendar output with the
  week number.  The TkRemind, rem2ps and rem2html back-ends support WEEK.

- MINOR ENHANCEMENT: You can control whether timed reminders come before or
  after non-timed reminders with the "-g" flag.

- BUG FIX: TkRemind did not work correctly if ~/.reminders was a directory.

- BUG FIX: TkRemind incorrectly invoked Remind with the "-a" flag when
  showing today's reminders.

- BUG FIX: In certain cases, a trigger containing a day, month and
  weekday would fail if it needed to cross a year boundary.  This has
  been fixed.


(wiz)
diff -r1.12 -r1.13 pkgsrc/time/remind/Makefile
diff -r1.8 -r1.9 pkgsrc/time/remind/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/time/remind/Makefile (expand / switch to unified diff)

--- pkgsrc/time/remind/Makefile 2008/11/10 17:46:31 1.12
+++ pkgsrc/time/remind/Makefile 2009/01/07 21:43:28 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2008/11/10 17:46:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2009/01/07 21:43:28 wiz Exp $
2# 2#
3 3
4DISTNAME= remind-03.01.05 4DISTNAME= remind-03.01.06
5PKGNAME= ${DISTNAME:C/0([0-9])/\1/g} 5PKGNAME= ${DISTNAME:C/0([0-9])/\1/g}
6CATEGORIES= time 6CATEGORIES= time
7MASTER_SITES= http://www.roaringpenguin.com/files/download/ 7MASTER_SITES= http://www.roaringpenguin.com/files/download/
8 8
9MAINTAINER= kim@tac.nyc.ny.us 9MAINTAINER= kim@tac.nyc.ny.us
10HOMEPAGE= http://www.roaringpenguin.com/products/remind 10HOMEPAGE= http://www.roaringpenguin.com/products/remind
11COMMENT= Calendar/alarm program with interpreted input language 11COMMENT= Calendar/alarm program with interpreted input language
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= perl:run 14USE_TOOLS+= perl:run
15USE_FEATURES= glob 15USE_FEATURES= glob
16 16
17REPLACE_PERL= www/rem2html 17REPLACE_PERL= www/rem2html

cvs diff -r1.8 -r1.9 pkgsrc/time/remind/distinfo (expand / switch to unified diff)

--- pkgsrc/time/remind/distinfo 2008/11/10 17:46:31 1.8
+++ pkgsrc/time/remind/distinfo 2009/01/07 21:43:28 1.9
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.8 2008/11/10 17:46:31 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2009/01/07 21:43:28 wiz Exp $
2 2
3SHA1 (remind-03.01.05.tar.gz) = 6321d0bf2c29711e8871ea2818c5cb4982d0fa41 3SHA1 (remind-03.01.06.tar.gz) = ede286bed901c140ccf27c1700682e18a10326cd
4RMD160 (remind-03.01.05.tar.gz) = 7db72c482da0e843fdf6afc5e2c49092c8322653 4RMD160 (remind-03.01.06.tar.gz) = 179f7a3212d351fe62eb73aae980fc578cd39d35
5Size (remind-03.01.05.tar.gz) = 312715 bytes 5Size (remind-03.01.06.tar.gz) = 317861 bytes
6SHA1 (patch-ab) = 28843c39d50a54a4e3f1086ecdf71c0141e9f24f 6SHA1 (patch-ab) = 28843c39d50a54a4e3f1086ecdf71c0141e9f24f
7SHA1 (patch-ac) = 7ddf21570f361b2d667ec331bab4059d16422dfd 7SHA1 (patch-ac) = 7ddf21570f361b2d667ec331bab4059d16422dfd
8SHA1 (patch-ad) = b91a7a59a6bd4f5c6ab45bc552c42eac2ca6bfc5 8SHA1 (patch-ad) = b91a7a59a6bd4f5c6ab45bc552c42eac2ca6bfc5
9SHA1 (patch-ae) = aabd4cc46d61f50e90341867122095370c31c50b 9SHA1 (patch-ae) = aabd4cc46d61f50e90341867122095370c31c50b