Thu Dec 4 04:55:13 2014 UTC ()
Update 2.30 to 2.41
------------------
2.41  18-Mar-2014       OSX:
                        - Fixed start-up rotation and credits display on iOS 7.
                        - Suppress status bar (again) on iOS 7.
2.40  27-Nov-2013       OSX:
                        - Added "Check for Updates".
2.39  16-Jul-2013       All platforms:
                        - Tweaked character outlines for smoother morphing.
                        iPhone:
                        - Fixed crash when rotating on Retina iPads.
                        OSX:
                        - Fixed crash when running in full screen or as a
                          screen saver on really old machines.
2.38  08-Jul-2013       OSX:
                        - Toggling window title bar preserves transparency.
                        - Transparency works in full-screen mode.
                        - Screen saver preferences weren't being saved.
                        - Fixed bug where System Preferences window went black.
                        - Possibly fixed an intermittent startup crash.
2.37  22-Sep-2012       iPhone:
                        - Support for iPhone 5's new screen size.
2.36  23-Apr-2012       OSX:
                        - Fixed a startup crash on 10.7.
                        - Added a preference to keep the Dali Clock window
                          above even the screen saver window.
                        - "Upgraded" to XCode 4.0, which means that 10.4 PPC
                          builds are impossible, and Intel is now required.
2.35  18-Aug-2010       All platforms:
                        - Regenerated font images for smoother animation.
                        iPhone, iPad:
                        - Higher resolution display (and icons) on iPhone 4.
                        - Fixed a display glitch when zooming.
                        - Fixed an occasional rotation twitch on iPad.
                        X11:
                        - Turned on -cycle by default.
2.34  19-May-2010       iPhone:
                        - When docked, don't automatically turn screen off.
                        - Briefly display the date every minute or so.
                        - Made rotation less twitchy.
                        - Fixed off-by-one in date display.
                        OSX:
                        - Animate while resizing window.
2.33  24-Apr-2010       iPhone, OSX, WebOS:
                        - Keep the clock centered in the window even when
                          in 12 hour mode where the hour is one digit, and
                          animate the centering transition.
                        OSX:
                        - Eliminated flicker when a transparent Dali Clock
                          window is on top of a window that is playing video.
                        iPhone:
                        - Animate rotation/scaling during orientation changes.
                        - Submitted to Apple iTunes Store.
2.32  20-Apr-2010       iPhone:
                        - Fixed a startup crash.
                        - Rotation and pinch-zooming works reliably.
2.31  18-Apr-2010       OSX:
                        - Tweaks to Mac OS 10.6 build process.
                        - Rewrote rendering engine in OpenGL / OpenGLES.
                        - The colons and dashes morph now too.
                        iPhone:
                        - Works now!
                        X11:
                        - Added -showdate option so you can run two copies,
                          one showing the date and one showing the time.


(mef)
diff -r1.11 -r1.12 pkgsrc/time/xdaliclock/Makefile
diff -r1.5 -r1.6 pkgsrc/time/xdaliclock/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/time/xdaliclock/Makefile (expand / switch to unified diff)

--- pkgsrc/time/xdaliclock/Makefile 2012/10/08 13:04:31 1.11
+++ pkgsrc/time/xdaliclock/Makefile 2014/12/04 04:55:13 1.12
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2012/10/08 13:04:31 asau Exp $ 1# $NetBSD: Makefile,v 1.12 2014/12/04 04:55:13 mef Exp $
2# 2#
3 3
4DISTNAME= xdaliclock-2.30 4DISTNAME= xdaliclock-2.41
5CATEGORIES= x11 time 5CATEGORIES= x11 time
6MASTER_SITES= http://www.jwz.org/xdaliclock/ 6MASTER_SITES= http://www.jwz.org/xdaliclock/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.jwz.org/xdaliclock/ 9HOMEPAGE= http://www.jwz.org/xdaliclock/
10COMMENT= Animated digital clock 10COMMENT= Animated digital clock
11LICENSE= mit 11LICENSE= mit
12 12
13WRKSRC= ${WRKDIR}/${DISTNAME}/X11 13WRKSRC= ${WRKDIR}/${DISTNAME}/X11
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15 15
16INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 16INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
17INSTALL_MAKE_FLAGS+= install_prefix=${DESTDIR} 17INSTALL_MAKE_FLAGS+= install_prefix=${DESTDIR}

cvs diff -r1.5 -r1.6 pkgsrc/time/xdaliclock/distinfo (expand / switch to unified diff)

--- pkgsrc/time/xdaliclock/distinfo 2009/10/16 20:26:04 1.5
+++ pkgsrc/time/xdaliclock/distinfo 2014/12/04 04:55:13 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2009/10/16 20:26:04 jakllsch Exp $ 1$NetBSD: distinfo,v 1.6 2014/12/04 04:55:13 mef Exp $
2 2
3SHA1 (xdaliclock-2.30.tar.gz) = 80eb11558939465d77786d6cd42438c81fdbc6ff 3SHA1 (xdaliclock-2.41.tar.gz) = 15ad18456969d5a51ad91f38185c061ab2f5e96f
4RMD160 (xdaliclock-2.30.tar.gz) = eed41e8ad581e3312919b9cfc80ac078905ace21 4RMD160 (xdaliclock-2.41.tar.gz) = 84136babeae71404b630f1855cc818e860c33791
5Size (xdaliclock-2.30.tar.gz) = 1068400 bytes 5Size (xdaliclock-2.41.tar.gz) = 2340437 bytes