pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/xdaliclock Update xdaliclock to 2.30.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/694d828da195
branches:  trunk
changeset: 400301:694d828da195
user:      jakllsch <jakllsch%pkgsrc.org@localhost>
date:      Fri Oct 16 20:26:04 2009 +0000

description:
Update xdaliclock to 2.30.
Reset MAINTAINER, per corespondence with nathanw.

Changes since 2.18:

    01-Sep-09 (v2.30)   OSX:
                        - Ported to Mac OS 10.6.
    15-Jul-09 (v2.29)   Palm WebOS:
                        - Palm's API changed; need to un-escape HTML.
    06-Jul-09 (v2.28)   Palm WebOS:
                        - Slight performance improvements.
                        OSX:
                        - A little more work on the unfinished iPhone port.
    27-Jun-09 (v2.27)   Palm WebOS:
                        - Cosmetic animation and preferences improvements.
                        - Factored out Javascript code so it can be used
                          stand-alone.
    26-Jun-09 (v2.26)   Palm WebOS:
                        - Initial port!
                        PalmOS "Classic":
                        - Eliminated a slight flicker during animation.
                        OSX:
                        - Initial incomplete, aborted attempt at iPhone port.
    12-Nov-07 (v2.25)   OSX:
                        - Added a Dali Clock dashboard widget.
    28-Apr-07 (v2.24)   OSX:
                        - Added a Dali Clock screen saver.
                        - Better application icon.
                        PalmOS:
                        - Fixed bug where the background colors of the digits
                          and of the rest of the window were slightly out of
                          sync.
                        - Don't draw while menubar is active.
                        - Display day-of-month in seconds-only mode.
                        - Color application icons.
    08-Jan-06 (v2.23)   OSX:
                        - prettier preferences panel.
                        PalmOS:
                        - smoother morphing;
                        - bigger "seconds only" font;
                        - color cycling on color devices.
                        X11:
                        - smoother morphing;
                        - better color cycling contrast;
                        - added three new, larger built-in fonts.
    02-Jan-06 (v2.22)   MacOS fixes:
                        - Coming out of full-screen mode no longer leaves
                          the window in a huge size if the title bar had
                          been turned off.
                        - Full screen mode hides the mouse pointer.
                        - ESC exits full screen mode.
                        - Build a universal binary (PPC and Intel).
                        - Added "Pin to desktop" preference.
                        - Minimize (Cmd-M) and Close (Cmd-W) work when
                          borderless or full screen.
    31-Dec-05 (v2.21)   Ported to MacOS X!
    07-Sep-03 (v2.20)   Updated "vroot.h" for compatibility with latest
                        xscreensaver (-root in Xinerama mode.)
                        Include various historical Macintosh predecessors in
                        the mac128/ subdirectory.
    11-Sep-02 (v2.19)   Added -window-id option, for use by xscreensaver-demo.
                        Handle exposure events in "-root -noseconds" mode.
                        Updated the PalmOS source to work with PalmOS SDK 4.0.
                        Fixed a dumb bug in the PalmOS preferences where you
                        couldn't set the FPS to exactly "10".
                        Updated make.com for VMS.

diffstat:

 time/xdaliclock/Makefile         |  11 +++++------
 time/xdaliclock/distinfo         |  10 ++++------
 time/xdaliclock/patches/patch-aa |  15 ---------------
 time/xdaliclock/patches/patch-ab |  12 ------------
 4 files changed, 9 insertions(+), 39 deletions(-)

diffs (74 lines):

diff -r 6fe02585e4de -r 694d828da195 time/xdaliclock/Makefile
--- a/time/xdaliclock/Makefile  Fri Oct 16 19:39:38 2009 +0000
+++ b/time/xdaliclock/Makefile  Fri Oct 16 20:26:04 2009 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2009/07/07 19:49:51 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2009/10/16 20:26:04 jakllsch Exp $
 #
 
-DISTNAME=              xdaliclock-2.18
-PKGREVISION=           1
+DISTNAME=              xdaliclock-2.30
 CATEGORIES=            x11 time
-MASTER_SITES=          http://www.jwz.org/xdaliclock/ \
-                       ${MASTER_SITE_XCONTRIB:=applications/}
+MASTER_SITES=          http://www.jwz.org/xdaliclock/
 
-MAINTAINER=            nathanw%NetBSD.org@localhost
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.jwz.org/xdaliclock/
 COMMENT=               Animated digital clock
+LICENSE=               mit
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 6fe02585e4de -r 694d828da195 time/xdaliclock/distinfo
--- a/time/xdaliclock/distinfo  Fri Oct 16 19:39:38 2009 +0000
+++ b/time/xdaliclock/distinfo  Fri Oct 16 20:26:04 2009 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 19:14:56 wiz Exp $
+$NetBSD: distinfo,v 1.5 2009/10/16 20:26:04 jakllsch Exp $
 
-SHA1 (xdaliclock-2.18.tar.gz) = 7b00a49cd4347b7088a56092cb4910e0d8775d00
-RMD160 (xdaliclock-2.18.tar.gz) = fed09e8def641401212d8a215b81803407bf7046
-Size (xdaliclock-2.18.tar.gz) = 115041 bytes
-SHA1 (patch-aa) = b01a3035b87348b61b3da5e7506da6b731918b06
-SHA1 (patch-ab) = 1729414a95bde26e8a10607681034c0b22ef1416
+SHA1 (xdaliclock-2.30.tar.gz) = 80eb11558939465d77786d6cd42438c81fdbc6ff
+RMD160 (xdaliclock-2.30.tar.gz) = eed41e8ad581e3312919b9cfc80ac078905ace21
+Size (xdaliclock-2.30.tar.gz) = 1068400 bytes
diff -r 6fe02585e4de -r 694d828da195 time/xdaliclock/patches/patch-aa
--- a/time/xdaliclock/patches/patch-aa  Fri Oct 16 19:39:38 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 23:32:22 wiz Exp $
-
---- xdaliclock.h.orig  Wed Feb  3 10:34:59 1999
-+++ xdaliclock.h       Wed Feb  3 10:35:12 1999
-@@ -13,9 +13,7 @@
- 
- #ifdef __STDC__
- # include <stdlib.h>
--# if defined(unix) || defined(__unix) || defined(UNIX)
--#  include <unistd.h>
--# endif
-+# include <unistd.h>
- #endif
- 
- #ifdef VMS
diff -r 6fe02585e4de -r 694d828da195 time/xdaliclock/patches/patch-ab
--- a/time/xdaliclock/patches/patch-ab  Fri Oct 16 19:39:38 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/09/25 12:06:05 tron Exp $
-
---- configure.orig     1999-11-29 21:54:36.000000000 +0100
-+++ configure  2003-09-25 14:04:54.000000000 +0200
-@@ -884,7 +884,6 @@
-     echo "$ac_t""Turning on gcc compiler warnings." 1>&6
-     CC="$CC -Wall -Wstrict-prototypes -Wnested-externs -Wno-format"
-     echo "$ac_t""Disabling C++ comments in ANSI C code." 1>&6
--    CC="$CC -Wp,-lang-c89"
-   else
-     case "$host" in
-       *-irix5* |*-irix6.0-3* )



Home | Main Index | Thread Index | Old Index