Path to this page:
./
time/remind,
Calendar/alarm program with interpreted input language
Branch: CURRENT,
Version: 3.2.0nb3,
Package name: remind-3.2.0nb3,
Maintainer: pkgsrc-usersREMIND is a calendar/alarm program that lets you specify reminders
and alarms with a versatile interpreted input language. REMIND
also produces PostScript calendars, and can handle both the
common and Hebrew calendars.
Required to run:[
lang/perl5]
Master sites:
Filesize: 357.32 KB
Version history: (Expand)
- (2022-06-28) Updated to version: remind-3.2.0nb3
- (2021-05-25) Updated to version: remind-3.2.0nb2
- (2020-09-01) Updated to version: remind-3.2.0nb1
- (2020-01-08) Updated to version: remind-3.2.0
- (2019-08-11) Updated to version: remind-3.1.15nb3
- (2018-08-22) Updated to version: remind-3.1.15nb2
CVS history: (Expand)
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-01-07 11:20:31 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
Avoid warnings (and possible problems) when extracting
|
2020-01-07 11:09:39 by Kimmo Suominen | Files touched by this commit (3) |
Log message:
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.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|