pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/remind



Module Name:    pkgsrc
Committed By:   kim
Date:           Tue Jan  7 10:09:39 UTC 2020

Modified Files:
        pkgsrc/time/remind: Makefile distinfo
        pkgsrc/time/remind/patches: patch-ae

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.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/remind/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/time/remind/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/remind/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/remind/Makefile
diff -u pkgsrc/time/remind/Makefile:1.27 pkgsrc/time/remind/Makefile:1.28
--- pkgsrc/time/remind/Makefile:1.27    Sun Aug 11 13:24:13 2019
+++ pkgsrc/time/remind/Makefile Tue Jan  7 10:09:38 2020
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.27 2019/08/11 13:24:13 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/01/07 10:09:38 kim Exp $
 
-DISTNAME=      remind-03.01.15
+DISTNAME=      remind-03.02.00
 PKGNAME=       ${DISTNAME:C/0([0-9])/\1/g}
-PKGREVISION=   3
 CATEGORIES=    time
-MASTER_SITES=  http://www.roaringpenguin.com/files/download/
+MASTER_SITES=  https://dianne.skoll.ca/projects/remind/download/
 
-MAINTAINER=    kim%tac.nyc.ny.us@localhost
-HOMEPAGE=      http://www.roaringpenguin.com/products/remind
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://dianne.skoll.ca/projects/remind/
 COMMENT=       Calendar/alarm program with interpreted input language
 LICENSE=       gnu-gpl-v2
 

Index: pkgsrc/time/remind/distinfo
diff -u pkgsrc/time/remind/distinfo:1.15 pkgsrc/time/remind/distinfo:1.16
--- pkgsrc/time/remind/distinfo:1.15    Wed Jun 22 10:41:28 2016
+++ pkgsrc/time/remind/distinfo Tue Jan  7 10:09:38 2020
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.15 2016/06/22 10:41:28 wiz Exp $
+$NetBSD: distinfo,v 1.16 2020/01/07 10:09:38 kim Exp $
 
-SHA1 (remind-03.01.15.tar.gz) = 4295177c2f6bef742262f11ad0ec6d07d9551409
-RMD160 (remind-03.01.15.tar.gz) = 645f4cee9c7ee45a02228a1a055fc86762dc4927
-SHA512 (remind-03.01.15.tar.gz) = 335f3ca88237f1ae53768b9ecdeb03f0bb1e706a8afd3ba36121ec76048a08fbc0d5ec72b05e552394b4cf2131be335c49533e1212b7e713ef16002a0621fc84
-Size (remind-03.01.15.tar.gz) = 363101 bytes
+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) = 02bba81d8437c7675903519a20bd77104623816a
+SHA1 (patch-ae) = 3b8e3417607d0ed15f31a1ced9e2bb0b27f35b08
 SHA1 (patch-configure) = bfc8a09c8640f6674e7f1b7263a68d38f75764bd
 SHA1 (patch-configure.in) = edde127c2b9744ffe1d624890dda6d68f039715b
 SHA1 (patch-src_init.c) = 5dc380d1520438eedd645bb441abe5c8e73c8e9d

Index: pkgsrc/time/remind/patches/patch-ae
diff -u pkgsrc/time/remind/patches/patch-ae:1.4 pkgsrc/time/remind/patches/patch-ae:1.5
--- pkgsrc/time/remind/patches/patch-ae:1.4     Wed Jun 22 10:41:28 2016
+++ pkgsrc/time/remind/patches/patch-ae Tue Jan  7 10:09:38 2020
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.4 2016/06/22 10:41:28 wiz Exp $
+$NetBSD: patch-ae,v 1.5 2020/01/07 10:09:38 kim Exp $
 
---- man/cm2rem.1.orig  2015-04-17 05:57:51.000000000 +0000
-+++ man/cm2rem.1
-@@ -1,26 +1,26 @@
+--- man/cm2rem.1.orig  2020-01-03 20:14:53.000000000 +0200
++++ man/cm2rem.1       2020-01-07 11:49:19.026503238 +0200
+@@ -1,23 +1,23 @@
  .TH CM2REM 1 "18 October 1999"
  .UC 4
  .SH NAME
@@ -19,12 +19,8 @@ $NetBSD: patch-ae,v 1.4 2016/06/22 10:41
  \fIonly\fR version 3 calendar manager files.  If you are using version 4
  files, there should be a system utility to convert them to version 3 files.
  .SH AUTHOR
--\fBcm2rem.tcl\fR is supported by Roaring Penguin Software
-+\fBcm2rem\fR is supported by Roaring Penguin Software
- Inc. (http://www.roaringpenguin.com)
- .PP
--\fBcm2rem.tcl\fR was written by Dianne Skoll <dfs%roaringpenguin.com@localhost>.
-+\fBcm2rem\fR was written by Dianne Skoll <dfs%roaringpenguin.com@localhost>.
+-\fBcm2rem.tcl\fR was written by Dianne Skoll <dianne%skoll.ca@localhost>.
++\fBcm2rem\fR was written by Dianne Skoll <dianne%skoll.ca@localhost>.
  .SH BUGS
  Not all of the Sun calendar manager options are respected.  In particular,
  nothing is done for e-mail actions.  Also, the resulting Remind script



Home | Main Index | Thread Index | Old Index