pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xlockmore Update "xlockmore" package to version 5....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cca878540ab
branches:  trunk
changeset: 557491:7cca878540ab
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Apr 16 12:31:18 2009 +0000

description:
Update "xlockmore" package to version 5.28. Changes since 5.27:
- invert: build failures from Sun Studio Express C++ like this:
    Error, manymatchover: Overloading ambiguity between "operator^(const
    TwoJet, double)" and "built-in operator^(int, int)" fixed by casting
    to double, thanks to Tim Mooney <Tim.Mooney AT ndsu.edu>.
- life3d:
    4 more rhombic dodecahedron S3/B3 patterns including a period 4 pattern
      (only S3/B3 period 2 and less patterns left from Bays' papers).
    Glider code revamped to make more maintainable, using populateGlider().
    unsigned int fix thanks to Jouk Jansen.
    Added new cube gliders from Bays 2006 3D Life paper and found a few
      patterns for the gliders to crash into.  (S23B5, S25B5, S27B5, S35B5,
      S36B5, S37B5, S38B5, S4B5, S47B5, S57B6, S58B5, S8B5).
    New mode option added "+draw", this turns off drawing to the screen
      to speed up searches, and more importantly, make less annoying :)
- life: resyncing with my Java code.
    Switched how static triangular forms are stored
    Added a lots of new triangular patterns, including 2 gunship triangular
      patterns.  Also added handful of other patterns.
    Reading memory on uninitialized variables fix thanks to Jouk Jansen.
    "+draw" mode option added.
    Pentagonal (Cairo Tiling) life added with glider shooters.
      "xlock -mode life -rule S23B346 -neighbors 7" or
      "xlock -mode life -pent2".
    New gliders found by David Bagley, one in 5 neighbors pentagonal life
      (-rule S24B2) "xlock -mode life -pent", the other in 9 neighbor
      triangular life "xlock -mode life -neighbors 9" (-rule S3B34).
      Associated periodic patterns for each added.
    Added more symmetries and now have all the random symmetries
      (at least I think so) for squares, hexagaons, triangles, and
      pentagons.
- Macro FTGL213 added for new FTGL library.  If you need it to compile
    text3d2.cc, make sure it compiles with -DFTGL213.  Should work
    automatically for VMS though, thanks to Jouk Jansen.

Approved by Hubert Feyrer.

diffstat:

 x11/xlockmore/Makefile.common |  4 ++--
 x11/xlockmore/distinfo        |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r d5d0357da296 -r 7cca878540ab x11/xlockmore/Makefile.common
--- a/x11/xlockmore/Makefile.common     Thu Apr 16 09:55:08 2009 +0000
+++ b/x11/xlockmore/Makefile.common     Thu Apr 16 12:31:18 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.53 2008/10/07 10:46:50 tron Exp $
+# $NetBSD: Makefile.common,v 1.54 2009/04/16 12:31:18 tron Exp $
 #
 # This Makefile.common is included by:
 #
@@ -8,7 +8,7 @@
 # If these packages are updated, please remember to reset any PKGREVISIONs
 # in those Makefiles.
 
-DISTNAME=      xlockmore-5.27
+DISTNAME=      xlockmore-5.28
 CATEGORIES=    x11
 MASTER_SITES=  ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/${DISTNAME}/ \
                ftp://ibiblio.org/pub/Linux/X11/screensavers/
diff -r d5d0357da296 -r 7cca878540ab x11/xlockmore/distinfo
--- a/x11/xlockmore/distinfo    Thu Apr 16 09:55:08 2009 +0000
+++ b/x11/xlockmore/distinfo    Thu Apr 16 12:31:18 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2008/10/06 22:40:12 hubertf Exp $
+$NetBSD: distinfo,v 1.42 2009/04/16 12:31:18 tron Exp $
 
-SHA1 (xlockmore-5.27.tar.bz2) = 6f2405b6429c1eeac75b659bec73c387db3eda6d
-RMD160 (xlockmore-5.27.tar.bz2) = 48f29ddca13984ef03952903a60b81f9d74df694
-Size (xlockmore-5.27.tar.bz2) = 1864212 bytes
+SHA1 (xlockmore-5.28.tar.bz2) = a6fd4786d678a090c454a9993c8880a03160634f
+RMD160 (xlockmore-5.28.tar.bz2) = f75f2dea6fa747c4299a8c7c5ee9462f238f5e0b
+Size (xlockmore-5.28.tar.bz2) = 1901583 bytes
 SHA1 (patch-aa) = 548646fe62b2d201328ca25a067e19998d58eb18
 SHA1 (patch-ab) = f535c3f9792248416fb1b1c4699c131682cfcf16
 SHA1 (patch-ac) = e05f4956c0b4bd9b90c86e5a1174aab5e474115f



Home | Main Index | Thread Index | Old Index