diff options
author | schmonz <schmonz> | 2013-02-16 13:34:59 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2013-02-16 13:34:59 +0000 |
commit | dc61409fab02a2006a493fad194548d18023e9fc (patch) | |
tree | 2b3b668ab37da3f9d0f32e8b4a0380612aca9940 /time/remind | |
parent | 8f8fa8629afbe006aa0d1102390d44d473c8cdd2 (diff) | |
download | pkgsrc-dc61409fab02a2006a493fad194548d18023e9fc.tar.gz |
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.
Diffstat (limited to 'time/remind')
-rw-r--r-- | time/remind/Makefile | 5 | ||||
-rw-r--r-- | time/remind/distinfo | 13 | ||||
-rw-r--r-- | time/remind/patches/patch-ae | 6 | ||||
-rw-r--r-- | time/remind/patches/patch-configure | 24 | ||||
-rw-r--r-- | time/remind/patches/patch-configure.in | 24 | ||||
-rw-r--r-- | time/remind/patches/patch-src_init.c | 18 |
6 files changed, 79 insertions, 11 deletions
diff --git a/time/remind/Makefile b/time/remind/Makefile index 90cec927129..884bb25b336 100644 --- a/time/remind/Makefile +++ b/time/remind/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2012/10/08 13:04:29 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/02/16 13:34:59 schmonz Exp $ # -DISTNAME= remind-03.01.09 +DISTNAME= remind-03.01.12 PKGNAME= ${DISTNAME:C/0([0-9])/\1/g} -PKGREVISION= 1 CATEGORIES= time MASTER_SITES= http://www.roaringpenguin.com/files/download/ diff --git a/time/remind/distinfo b/time/remind/distinfo index 4a4c43615c5..610c8ff70dd 100644 --- a/time/remind/distinfo +++ b/time/remind/distinfo @@ -1,9 +1,12 @@ -$NetBSD: distinfo,v 1.11 2010/09/09 11:39:58 obache Exp $ +$NetBSD: distinfo,v 1.12 2013/02/16 13:34:59 schmonz Exp $ -SHA1 (remind-03.01.09.tar.gz) = 275f5375ac74269fa23df0c7de7aa9226e222e8a -RMD160 (remind-03.01.09.tar.gz) = 0e779483fe9ef10d030526da8ef6b2137aac9417 -Size (remind-03.01.09.tar.gz) = 353421 bytes +SHA1 (remind-03.01.12.tar.gz) = 0978357014916e0c5259e18b845d291eeb367b6c +RMD160 (remind-03.01.12.tar.gz) = d98fb10ae9d6cbf5277ded13debe1ccd05bc9fb1 +Size (remind-03.01.12.tar.gz) = 361662 bytes SHA1 (patch-ab) = 5f77b26fd8cf1f34b42e337a63137a2c3e84c48b SHA1 (patch-ac) = a1a16349917f3fc5d5951b8c8fb92030859a3a2e SHA1 (patch-ad) = b91a7a59a6bd4f5c6ab45bc552c42eac2ca6bfc5 -SHA1 (patch-ae) = aabd4cc46d61f50e90341867122095370c31c50b +SHA1 (patch-ae) = 9c357e40775d6c5ef98868eb6daa460d3dd2decc +SHA1 (patch-configure) = bfc8a09c8640f6674e7f1b7263a68d38f75764bd +SHA1 (patch-configure.in) = edde127c2b9744ffe1d624890dda6d68f039715b +SHA1 (patch-src_init.c) = 5dc380d1520438eedd645bb441abe5c8e73c8e9d diff --git a/time/remind/patches/patch-ae b/time/remind/patches/patch-ae index 9d37ef586f8..7fbd55ac70e 100644 --- a/time/remind/patches/patch-ae +++ b/time/remind/patches/patch-ae @@ -1,10 +1,10 @@ -$NetBSD: patch-ae,v 1.2 2008/11/10 17:46:31 wiz Exp $ +$NetBSD: patch-ae,v 1.3 2013/02/16 13:34:59 schmonz Exp $ ---- man/cm2rem.1.orig 2007-08-08 16:04:25.000000000 +0000 +--- 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" - .UC4 + .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 diff --git a/time/remind/patches/patch-configure b/time/remind/patches/patch-configure new file mode 100644 index 00000000000..a8047ac91f5 --- /dev/null +++ b/time/remind/patches/patch-configure @@ -0,0 +1,24 @@ +$NetBSD: patch-configure,v 1.1 2013/02/16 13:34:59 schmonz Exp $ + +Don't heap punishment on Apple and Microsoft users. + +--- configure.orig 2012-01-23 18:11:34.000000000 +0000 ++++ configure +@@ -2248,7 +2248,7 @@ EOF + ac_config_headers="$ac_config_headers src/config.h" + + +-if test "`uname -s`" = "Darwin" ; then ++if false && test "`uname -s`" = "Darwin" ; then + trap 'echo Be patient...' INT TERM + cat <<'EOF' + +@@ -2263,7 +2263,7 @@ EOF + trap - TERM + fi + +-if uname -s | grep -i -q 'cygwin' ; then ++if false && uname -s | grep -i -q 'cygwin' ; then + trap 'echo Be patient...' INT TERM + cat <<'EOF' + diff --git a/time/remind/patches/patch-configure.in b/time/remind/patches/patch-configure.in new file mode 100644 index 00000000000..df9cfb250ed --- /dev/null +++ b/time/remind/patches/patch-configure.in @@ -0,0 +1,24 @@ +$NetBSD: patch-configure.in,v 1.1 2013/02/16 13:34:59 schmonz Exp $ + +Don't heap punishment on Apple and Microsoft users. + +--- configure.in.orig 2012-01-23 18:11:13.000000000 +0000 ++++ configure.in +@@ -14,7 +14,7 @@ EOF + + AC_CONFIG_HEADER(src/config.h) + +-if test "`uname -s`" = "Darwin" ; then ++if false && test "`uname -s`" = "Darwin" ; then + trap 'echo Be patient...' INT TERM + cat <<'EOF' + +@@ -29,7 +29,7 @@ EOF + trap - TERM + fi + +-if uname -s | grep -i -q 'cygwin' ; then ++if false && uname -s | grep -i -q 'cygwin' ; then + trap 'echo Be patient...' INT TERM + cat <<'EOF' + diff --git a/time/remind/patches/patch-src_init.c b/time/remind/patches/patch-src_init.c new file mode 100644 index 00000000000..3549b40f19e --- /dev/null +++ b/time/remind/patches/patch-src_init.c @@ -0,0 +1,18 @@ +$NetBSD: patch-src_init.c,v 1.1 2013/02/16 13:34:59 schmonz Exp $ + +Don't heap punishment on Apple and Microsoft users. + +--- src/init.c.orig 2012-01-12 17:50:13.000000000 +0000 ++++ src/init.c +@@ -139,9 +139,9 @@ void InitRemind(int argc, char const *ar + + int jul; + +-#if defined(__APPLE__) ++#if 0 && defined(__APPLE__) + rkrphgvba(0); +-#elif defined(__CYGWIN__) ++#elif 0 && defined(__CYGWIN__) + rkrphgvba(1); + #endif + |