pkgsrc/time/remind/distinfo
kim 158021bd2f Update time/remind to 3.2.0
Notable changes:

* Version 3.2 Patch 0 - 2020-01-03

- IMPROVEMENT: Add support for events spanning multiple days (with AT
  and DURATION).  Add trigeventstart() and trigeventduration()
  introspection functions; see "MULTI-DAY EVENTS" in the man page.

- IMPROVEMENT: Add introspection functions trigback(), trigdelta(),
  trigduration(), trigfrom(), trigpriority(), trigrep(),
  trigscanfrom(), trigtimedelta(), trigtimerep(), and triguntil().  See
  man page for details; thanks to Tim Chase for the suggestion.

- CHANGE: Modify addition so that previously-illegal combinations
  TIME + TIME, TIME + DATETIME and DATETIME + TIME are now allowed.
  Also allow DATETIME - TIME.  If t1 and t2 are expressions of type TIME
  and dt is an expression of type DATETIME, then the following are now
  equivalent (before, the expressions on the left-hand side would fail
  with a "Type mismatch" error.)

  t1 + t2     ==     t1                + coerce("INT", t2)
  dt + t2     ==     dt                + coerce("INT", t2)
  t1 + dt     ==     coerce("INT", t1) + dt
  dt - t2     ==     dt                - coerce("INT", t2)

- BUG FIX: Specifying a DURATION without an AT clause results in an error.
  Before, it would be accepted but not do anything useful.

- BUG FIX: TkRemind: Fix startup failure of TkRemind if options are at
  default. :(

* Version 3.1 Patch 17 - 2019-11-15

- SYNTACTIC SUGAR: Make "SCANFROM -n" the same as "SCANFROM [today() - n]"

- BUG FIX: Fix failure when specifying a Jahrzeit in Adar.  Fix
  courtesy of Dov Feldstern

* Version 3.1 Patch 16 - 2018-11-09

- IMPROVEMENT: Add patch from Stephen Morgan to calculate astronomical and
  nautical twilight in addition to civil twilight.

- IMPROVEMENT: Remind accepts DATETIME constants in ISO-8601 format and can
  optionally be configured to output them that way too.
2020-01-07 10:09:38 +00:00

13 lines
850 B
Text

$NetBSD: distinfo,v 1.16 2020/01/07 10:09:38 kim Exp $
SHA1 (remind-03.02.00.tar.gz) = 1151ee8741fae36274c0391a65fc8a0733c0f8fb
RMD160 (remind-03.02.00.tar.gz) = 197b921545c3f39b40016ebc60f9842f3a857ec5
SHA512 (remind-03.02.00.tar.gz) = 978ee2e6a45756e02bc2de0495d95c4b4377d9af76cb1ea5070f8e2438a451d2bf44245b93018bcbf6ea217520b7b4c8766d5eab354f9a0bc4982b25e90bd278
Size (remind-03.02.00.tar.gz) = 365896 bytes
SHA1 (patch-ab) = d32cb94e8d7a6126cb39bb611471949b93e472bb
SHA1 (patch-ac) = a1a16349917f3fc5d5951b8c8fb92030859a3a2e
SHA1 (patch-ad) = b91a7a59a6bd4f5c6ab45bc552c42eac2ca6bfc5
SHA1 (patch-ae) = 3b8e3417607d0ed15f31a1ced9e2bb0b27f35b08
SHA1 (patch-configure) = bfc8a09c8640f6674e7f1b7263a68d38f75764bd
SHA1 (patch-configure.in) = edde127c2b9744ffe1d624890dda6d68f039715b
SHA1 (patch-src_init.c) = 5dc380d1520438eedd645bb441abe5c8e73c8e9d