pkgsrc/time/remind/patches/patch-ae
schmonz f1bb0acdc8 Update to 3.1.12. From the changelog:
* Version 3.1 Patch 12 - 2012-01-23

- NEW FEATURE: Many substitution sequences "%x" have an alternate mode
  denoted by "%*x".  This alternate mode leaves out prepositions.  For
  example, in English "%i" might yield "on 01-25" while "%*i" yields only
  "01-25".
- BUG FIX: The "dusk" and "dawn" calculations were completely wrong.  They
  have been fixed.  Also, sunrise/sunset calculations have been tweaked,
  so the results may be off by a minute or two compared to previous versions
  of Remind.

* Version 3.1 Patch 11 - 2011-12-16

- BUG FIX: For some inexplicable reason, dawn was considered to happen when
  the sun was 14 degrees below the horizon instead of the standard 6
  degrees for Civil Dawn.  This has been fixed.
- BUG FIXES: Clarified the man pages and fixed some typos.
- BUG FIX: Add THROUGH to the remind.vim syntax highlighting file.
- ENHANCEMENT (?): Allow SPECIAL COLOR to be spelled SPECIAL COLOUR.
- BUG FIX: Apply minor Debian cleanups reported by Kurt B. Kaiser.

* Version 3.1 Patch 10 - 2010-11-01

- NOTE: This is the 20th anniversary of Remind's first public release.
- ENHANCEMENT: Add the THROUGH keyword.  You can omit blocks of dates with:
  OMIT start THROUGH end
  and the syntax REM start THROUGH end is equivalent to REM start *1 UNTIL end
- ENHANCEMENT: Add support for multibyte characters (eg, UTF-8) in calendar
  output.  Note that UTF-8 strings are still not supported in PostScript
  output.
- ENHANCEMENT: Add support for UTF-8 line-drawing characters in calendar
  output.
- ENHANCEMENT: You can have multiple TAG clauses in a REM statement.
- BUG FIX: Avoid spawning long-running background processes in "make test".
- BUG FIX: Don't declare variables in the middle of statements (old C
  compilers choke.)

pkgsrc changes:

* Don't heap punishment on Apple and Microsoft users.
2013-02-16 13:34:59 +00:00

40 lines
1.7 KiB
Text

$NetBSD: patch-ae,v 1.3 2013/02/16 13:34:59 schmonz Exp $
--- man/cm2rem.1.orig 2011-07-28 18:30:43.000000000 +0000
+++ man/cm2rem.1
@@ -1,27 +1,27 @@
.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 David F. Skoll <dfs@roaringpenguin.com>.
+\fBcm2rem\fR was written by David F. 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
-\fBtclsh\fR interpreter must be on your \fBpath\fR.
+\fBcm2rem\fR requires Tcl/Tk version 8.0 or higher. The
+\fB@TCLSH@\fR interpreter must be on your \fBpath\fR.
.SH SEE ALSO
\fBremind(1)\fR, \fBtkremind(1)\fR