Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id E2A5B63E4F9 for ; Sat, 16 Feb 2013 13:35:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A89F114A18C; Sat, 16 Feb 2013 13:35:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F56D14A18B for ; Sat, 16 Feb 2013 13:35:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qiZlDFcbraIP for ; Sat, 16 Feb 2013 13:34:59 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 990FC14A189 for ; Sat, 16 Feb 2013 13:34:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 88EC9175DD; Sat, 16 Feb 2013 13:34:59 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 16 Feb 2013 13:34:59 +0000 From: "Amitai Schlair" Subject: CVS commit: pkgsrc/time/remind To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20130216133459.88EC9175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schmonz Date: Sat Feb 16 13:34:59 UTC 2013 Modified Files: pkgsrc/time/remind: Makefile distinfo pkgsrc/time/remind/patches: patch-ae Added Files: pkgsrc/time/remind/patches: patch-configure patch-configure.in patch-src_init.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/time/remind/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/time/remind/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/remind/patches/patch-ae cvs rdiff -u -r0 -r1.1 pkgsrc/time/remind/patches/patch-configure \ pkgsrc/time/remind/patches/patch-configure.in \ pkgsrc/time/remind/patches/patch-src_init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.