pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ical



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Feb 18 23:50:36 UTC 2018

Modified Files:
        pkgsrc/time/ical: Makefile distinfo
Added Files:
        pkgsrc/time/ical/patches: patch-bitmaps_dleft.xbm
            patch-bitmaps_done.xbm patch-bitmaps_dright.xbm
            patch-bitmaps_ical.xbm patch-bitmaps_left.xbm
            patch-bitmaps_right.xbm patch-bitmaps_sleft.xbm
            patch-bitmaps_sright.xbm patch-bitmaps_todo.xbm

Log Message:
Use "unsigned char" for bitmaps, to avoid warnings about >=128 -> char
conversions from the newer compiler.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/time/ical/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/ical/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/time/ical/patches/patch-bitmaps_dleft.xbm \
    pkgsrc/time/ical/patches/patch-bitmaps_done.xbm \
    pkgsrc/time/ical/patches/patch-bitmaps_dright.xbm \
    pkgsrc/time/ical/patches/patch-bitmaps_ical.xbm \
    pkgsrc/time/ical/patches/patch-bitmaps_left.xbm \
    pkgsrc/time/ical/patches/patch-bitmaps_right.xbm \
    pkgsrc/time/ical/patches/patch-bitmaps_sleft.xbm \
    pkgsrc/time/ical/patches/patch-bitmaps_sright.xbm \
    pkgsrc/time/ical/patches/patch-bitmaps_todo.xbm

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

Modified files:

Index: pkgsrc/time/ical/Makefile
diff -u pkgsrc/time/ical/Makefile:1.34 pkgsrc/time/ical/Makefile:1.35
--- pkgsrc/time/ical/Makefile:1.34      Sun Feb 18 20:03:30 2018
+++ pkgsrc/time/ical/Makefile   Sun Feb 18 23:50:36 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2018/02/18 20:03:30 he Exp $
+# $NetBSD: Makefile,v 1.35 2018/02/18 23:50:36 he Exp $
 
 DISTNAME=      ical-3.0.2
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    time
 MASTER_SITES=  https://launchpad.net/ical-tcl/3.x/${PKGVERSION_NOREV}/+download/
 

Index: pkgsrc/time/ical/distinfo
diff -u pkgsrc/time/ical/distinfo:1.13 pkgsrc/time/ical/distinfo:1.14
--- pkgsrc/time/ical/distinfo:1.13      Sun Feb 18 20:03:30 2018
+++ pkgsrc/time/ical/distinfo   Sun Feb 18 23:50:36 2018
@@ -1,9 +1,18 @@
-$NetBSD: distinfo,v 1.13 2018/02/18 20:03:30 he Exp $
+$NetBSD: distinfo,v 1.14 2018/02/18 23:50:36 he Exp $
 
 SHA1 (ical-3.0.2.tar.gz) = 8a0c2f132979320cb2c24b187cb7238698161e5d
 RMD160 (ical-3.0.2.tar.gz) = e66326edf0cc562e601770959df3a415126ae8c5
 SHA512 (ical-3.0.2.tar.gz) = 6ce7f2d49133c246c6f792203a7a494bcec6d55eb59fac43b6610bc97d0fdbf44cbfa230014241ede581ceb10047d10320fd1a119587d7ba6693ab69b0c7c938
 Size (ical-3.0.2.tar.gz) = 308788 bytes
+SHA1 (patch-bitmaps_dleft.xbm) = 06259c3088efd7f99788b8c1fce15c6e429de59e
+SHA1 (patch-bitmaps_done.xbm) = 5c47063e18725d7c5d2af5f63e626b28db099640
+SHA1 (patch-bitmaps_dright.xbm) = 15b1cc3c92e31643d0853f0068be4c9018c76437
+SHA1 (patch-bitmaps_ical.xbm) = fcd8ffc2494334b8c61a6577f5fab533453b5385
+SHA1 (patch-bitmaps_left.xbm) = da199839502d9dfbf23c0c5d788d47214d8539a2
+SHA1 (patch-bitmaps_right.xbm) = f034a1f923b7dbc6930df1cd64c7073a1eeeb71a
+SHA1 (patch-bitmaps_sleft.xbm) = 5fbfe6c881d55dbad5c044942932e2c1c5f29122
+SHA1 (patch-bitmaps_sright.xbm) = 329bfd258ffadc44f28eab37fff005ffcae0f90b
+SHA1 (patch-bitmaps_todo.xbm) = 2f81f93fcbcbc2394037f75f1441afaa3fa393cf
 SHA1 (patch-calendar_Item.C) = 66fbf2c57829188ca9ae0456ef13c1bc8bba8702
 SHA1 (patch-ical.C) = 83811014ee3f1582dd4b469d5b1aa7df47c1df58
 SHA1 (patch-time_Time.C) = 8e2452a91f81884d6fd99487f81c35108e7d9023

Added files:

Index: pkgsrc/time/ical/patches/patch-bitmaps_dleft.xbm
diff -u /dev/null pkgsrc/time/ical/patches/patch-bitmaps_dleft.xbm:1.1
--- /dev/null   Sun Feb 18 23:50:36 2018
+++ pkgsrc/time/ical/patches/patch-bitmaps_dleft.xbm    Sun Feb 18 23:50:36 2018
@@ -0,0 +1,12 @@
+$NetBSD: patch-bitmaps_dleft.xbm,v 1.1 2018/02/18 23:50:36 he Exp $
+
+--- bitmaps/dleft.xbm.orig     2009-01-18 13:18:18.000000000 +0000
++++ bitmaps/dleft.xbm
+@@ -1,6 +1,6 @@
+ #define dleft_width 16
+ #define dleft_height 16
+-static char dleft_bits[] = {
++static unsigned char dleft_bits[] = {
+    0x00, 0x00, 0x80, 0x61, 0xc0, 0x71, 0xe0, 0x79, 0xf0, 0x7d, 0xf8, 0x7f,
+    0xfc, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0x7f, 0xf8, 0x7f, 0xf0, 0x7d,
+    0xe0, 0x79, 0xc0, 0x71, 0x80, 0x61, 0x00, 0x00};
Index: pkgsrc/time/ical/patches/patch-bitmaps_done.xbm
diff -u /dev/null pkgsrc/time/ical/patches/patch-bitmaps_done.xbm:1.1
--- /dev/null   Sun Feb 18 23:50:36 2018
+++ pkgsrc/time/ical/patches/patch-bitmaps_done.xbm     Sun Feb 18 23:50:36 2018
@@ -0,0 +1,12 @@
+$NetBSD: patch-bitmaps_done.xbm,v 1.1 2018/02/18 23:50:36 he Exp $
+
+--- bitmaps/done.xbm.orig      2009-01-18 13:18:19.000000000 +0000
++++ bitmaps/done.xbm
+@@ -1,6 +1,6 @@
+ #define done_width 16
+ #define done_height 16
+-static char done_bits[] = {
++static unsigned char done_bits[] = {
+    0x00, 0x00, 0xff, 0x8f, 0xff, 0x67, 0x03, 0x30, 0x03, 0x18, 0x03, 0x4c,
+    0x33, 0x6e, 0x7b, 0x67, 0xff, 0x67, 0xfb, 0x63, 0xf3, 0x63, 0xe3, 0x61,
+    0xc3, 0x61, 0x83, 0x60, 0xff, 0x7f, 0xff, 0x7f};
Index: pkgsrc/time/ical/patches/patch-bitmaps_dright.xbm
diff -u /dev/null pkgsrc/time/ical/patches/patch-bitmaps_dright.xbm:1.1
--- /dev/null   Sun Feb 18 23:50:36 2018
+++ pkgsrc/time/ical/patches/patch-bitmaps_dright.xbm   Sun Feb 18 23:50:36 2018
@@ -0,0 +1,12 @@
+$NetBSD: patch-bitmaps_dright.xbm,v 1.1 2018/02/18 23:50:36 he Exp $
+
+--- bitmaps/dright.xbm.orig    2009-01-18 13:18:19.000000000 +0000
++++ bitmaps/dright.xbm
+@@ -1,6 +1,6 @@
+ #define dright_width 16
+ #define dright_height 16
+-static char dright_bits[] = {
++static unsigned char dright_bits[] = {
+    0x00, 0x00, 0x86, 0x01, 0x8e, 0x03, 0x9e, 0x07, 0xbe, 0x0f, 0xfe, 0x1f,
+    0xfe, 0x3f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x3f, 0xfe, 0x1f, 0xbe, 0x0f,
+    0x9e, 0x07, 0x8e, 0x03, 0x86, 0x01, 0x00, 0x00};
Index: pkgsrc/time/ical/patches/patch-bitmaps_ical.xbm
diff -u /dev/null pkgsrc/time/ical/patches/patch-bitmaps_ical.xbm:1.1
--- /dev/null   Sun Feb 18 23:50:36 2018
+++ pkgsrc/time/ical/patches/patch-bitmaps_ical.xbm     Sun Feb 18 23:50:36 2018
@@ -0,0 +1,12 @@
+$NetBSD: patch-bitmaps_ical.xbm,v 1.1 2018/02/18 23:50:36 he Exp $
+
+--- bitmaps/ical.xbm.orig      2009-01-18 13:18:18.000000000 +0000
++++ bitmaps/ical.xbm
+@@ -1,6 +1,6 @@
+ #define ical_width 64
+ #define ical_height 54
+-static char ical_bits[] = {
++static unsigned char ical_bits[] = {
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x30, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00,
Index: pkgsrc/time/ical/patches/patch-bitmaps_left.xbm
diff -u /dev/null pkgsrc/time/ical/patches/patch-bitmaps_left.xbm:1.1
--- /dev/null   Sun Feb 18 23:50:36 2018
+++ pkgsrc/time/ical/patches/patch-bitmaps_left.xbm     Sun Feb 18 23:50:36 2018
@@ -0,0 +1,13 @@
+$NetBSD: patch-bitmaps_left.xbm,v 1.1 2018/02/18 23:50:36 he Exp $
+
+--- bitmaps/left.xbm.orig      2009-01-18 13:18:19.000000000 +0000
++++ bitmaps/left.xbm
+@@ -1,7 +1,7 @@
+ /* Copyright (c) 1993 by Sanjay Ghemawat */
+ #define left_width 16
+ #define left_height 16
+-static char left_bits[] = {
++static unsigned char left_bits[] = {
+    0x00, 0x00, 0x80, 0x01, 0x40, 0x01, 0x20, 0x01, 0x10, 0x01, 0x08, 0x7f,
+    0x04, 0x40, 0x02, 0x40, 0x02, 0x40, 0x04, 0x40, 0x08, 0x7f, 0x10, 0x01,
+    0x20, 0x01, 0x40, 0x01, 0x80, 0x01, 0x00, 0x00};
Index: pkgsrc/time/ical/patches/patch-bitmaps_right.xbm
diff -u /dev/null pkgsrc/time/ical/patches/patch-bitmaps_right.xbm:1.1
--- /dev/null   Sun Feb 18 23:50:36 2018
+++ pkgsrc/time/ical/patches/patch-bitmaps_right.xbm    Sun Feb 18 23:50:36 2018
@@ -0,0 +1,13 @@
+$NetBSD: patch-bitmaps_right.xbm,v 1.1 2018/02/18 23:50:36 he Exp $
+
+--- bitmaps/right.xbm.orig     2009-01-18 13:18:19.000000000 +0000
++++ bitmaps/right.xbm
+@@ -1,7 +1,7 @@
+ /* Copyright (c) 1993 by Sanjay Ghemawat */
+ #define right_width 16
+ #define right_height 16
+-static char right_bits[] = {
++static unsigned char right_bits[] = {
+    0x00, 0x00, 0x80, 0x01, 0x80, 0x02, 0x80, 0x04, 0x80, 0x08, 0xfe, 0x10,
+    0x02, 0x20, 0x02, 0x40, 0x02, 0x40, 0x02, 0x20, 0xfe, 0x10, 0x80, 0x08,
+    0x80, 0x04, 0x80, 0x02, 0x80, 0x01, 0x00, 0x00};
Index: pkgsrc/time/ical/patches/patch-bitmaps_sleft.xbm
diff -u /dev/null pkgsrc/time/ical/patches/patch-bitmaps_sleft.xbm:1.1
--- /dev/null   Sun Feb 18 23:50:36 2018
+++ pkgsrc/time/ical/patches/patch-bitmaps_sleft.xbm    Sun Feb 18 23:50:36 2018
@@ -0,0 +1,12 @@
+$NetBSD: patch-bitmaps_sleft.xbm,v 1.1 2018/02/18 23:50:36 he Exp $
+
+--- bitmaps/sleft.xbm.orig     2009-01-18 13:18:18.000000000 +0000
++++ bitmaps/sleft.xbm
+@@ -1,6 +1,6 @@
+ #define sleft_width 16
+ #define sleft_height 16
+-static char sleft_bits[] = {
++static unsigned char sleft_bits[] = {
+    0x00, 0x00, 0x00, 0x0c, 0x00, 0x0e, 0x00, 0x0f, 0x80, 0x0f, 0xc0, 0x0f,
+    0xe0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xe0, 0x0f, 0xc0, 0x0f, 0x80, 0x0f,
+    0x00, 0x0f, 0x00, 0x0e, 0x00, 0x0c, 0x00, 0x00};
Index: pkgsrc/time/ical/patches/patch-bitmaps_sright.xbm
diff -u /dev/null pkgsrc/time/ical/patches/patch-bitmaps_sright.xbm:1.1
--- /dev/null   Sun Feb 18 23:50:36 2018
+++ pkgsrc/time/ical/patches/patch-bitmaps_sright.xbm   Sun Feb 18 23:50:36 2018
@@ -0,0 +1,12 @@
+$NetBSD: patch-bitmaps_sright.xbm,v 1.1 2018/02/18 23:50:36 he Exp $
+
+--- bitmaps/sright.xbm.orig    2009-01-18 13:18:18.000000000 +0000
++++ bitmaps/sright.xbm
+@@ -1,6 +1,6 @@
+ #define sright_width 16
+ #define sright_height 16
+-static char sright_bits[] = {
++static unsigned char sright_bits[] = {
+    0x00, 0x00, 0x30, 0x00, 0x70, 0x00, 0xf0, 0x00, 0xf0, 0x01, 0xf0, 0x03,
+    0xf0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x07, 0xf0, 0x03, 0xf0, 0x01,
+    0xf0, 0x00, 0x70, 0x00, 0x30, 0x00, 0x00, 0x00};
Index: pkgsrc/time/ical/patches/patch-bitmaps_todo.xbm
diff -u /dev/null pkgsrc/time/ical/patches/patch-bitmaps_todo.xbm:1.1
--- /dev/null   Sun Feb 18 23:50:36 2018
+++ pkgsrc/time/ical/patches/patch-bitmaps_todo.xbm     Sun Feb 18 23:50:36 2018
@@ -0,0 +1,12 @@
+$NetBSD: patch-bitmaps_todo.xbm,v 1.1 2018/02/18 23:50:36 he Exp $
+
+--- bitmaps/todo.xbm.orig      2009-01-18 13:18:18.000000000 +0000
++++ bitmaps/todo.xbm
+@@ -1,6 +1,6 @@
+ #define todo_width 16
+ #define todo_height 16
+-static char todo_bits[] = {
++static unsigned char todo_bits[] = {
+    0x00, 0x00, 0xff, 0x7f, 0xff, 0x7f, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60,
+    0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60,
+    0x03, 0x60, 0x03, 0x60, 0xff, 0x7f, 0xff, 0x7f};



Home | Main Index | Thread Index | Old Index