pkgsrc/time/remind/patches/patch-ae
wiz 0aefc8ae65 Updated remind to 3.1.15. Security update.
* Version 3.1 Patch 15 - 2015-07-27

- BUG FIX: Fix a buffer overflow found by Alexander Keller

- BUG FIX: Fix a typo in this file: was 2014 instead of 2015.

- BUG FIX: Make parser reject an AT followed by more than one time.

- BUG FIX: Make parser reject epeated delta or *repeat values.

* Version 3.1 Patch 14 - 2015-04-24

- NEW FEATURE: Putting the line __EOF__ in a .rem file causes Remind
  to treat it as end-of-file.

- IMPROVEMENT: Use better PNG images for moons in the HTML display

- CHANGE: Author name updated from "David" to "Dianne"

- BUG FIX: The "-n" command-line option should really run in "ADVANCE_MODE"
  rather than "CAL_MODE" internally; otherwise, the substitution sequences
  may be misinterpreted.

- BUG FIX: A typo in clearing out MD5 sum context has been fixed.

- BUG FIX: Typo in Spanish translation was fixed.
2016-06-22 10:41:28 +00:00

38 lines
1.6 KiB
Text

$NetBSD: patch-ae,v 1.4 2016/06/22 10:41:28 wiz Exp $
--- man/cm2rem.1.orig 2015-04-17 05:57:51.000000000 +0000
+++ man/cm2rem.1
@@ -1,26 +1,26 @@
.TH CM2REM 1 "18 October 1999"
.UC 4
.SH NAME
-cm2rem.tcl \- Convert Sun's "cm" input file to Remind format
+cm2rem \- Convert Sun's "cm" input file to Remind format
.SH SYNOPSIS
-.B cm2rem.tcl < cm_file > remind_file
+.B cm2rem < cm_file > remind_file
.SH DESCRIPTION
-\fBcm2rem.tcl\fR reads the Sun calendar manager data file and converts
-it into a \fBRemind\fR script. Note that \fBcm2rem.tcl\fR can convert
+\fBcm2rem\fR reads the Sun calendar manager data file and converts
+it into a \fBRemind\fR script. Note that \fBcm2rem\fR can convert
\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>.
+\fBcm2rem\fR was written by Dianne Skoll <dfs@roaringpenguin.com>.
.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
is not editable with \fBTkRemind\fR; you can only edit it with a text
editor.
.PP
-\fBcm2rem.tcl\fR requires Tcl/Tk version 8.0 or higher. The
+\fBcm2rem\fR requires Tcl/Tk version 8.0 or higher. The
\fBtclsh\fR interpreter must be on your \fBpath\fR.
.SH SEE ALSO