diff options
author | hubertf <hubertf@pkgsrc.org> | 2005-01-28 00:43:54 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2005-01-28 00:43:54 +0000 |
commit | 5f073f51de8e9a1362dd6bffa431edbeaa9d0a15 (patch) | |
tree | 1fd0adccea066e2a00a99553c109e77cd172091b | |
parent | 231436806aec8d6ea5eedb7e4e3aaea32236bd7b (diff) | |
download | pkgsrc-5f073f51de8e9a1362dd6bffa431edbeaa9d0a15.tar.gz |
Update xlockmore to 5.15. Changes:
Various cleanups.
fiberlamp thanks to Tim Auckland. Run by itself using -mode and press
middle button to give it a kick.
life mode fixes for -mode life +fullrandom and also labeling for
-neighbors 6 . Conway life would occasionally be initialized with
a bad lifeform. More interesting forms of High life would never come
up. No labeling problem fixed on given rules.
Fixed a problem with configure if g++ is used from say /usr/local where
no other packages are used from there.
Changed VPATH to set without appending / as it seems to cause problems
on NetBSD with an /install directory.
juggle mode improvements added thanks to Tim Auckland
More objects to juggle (clubs, torches, knives, rings, and bowling balls)
toneclock mode thanks to Jouk Jansen.
enabled multibyte support for more than one fontset thanks to
Michal Cihar <michal.cihar AT suse.cz>.
ifs and strange modes now use a real Gaussian generator but does not
seem to make a difference... thanks, I guess, to Tim Auckland. :)
configure change for PAM so it will work on FreeBSD thanks to
Spencer Visick <visick AT eng.utah.edu>.
Fixed PAM goof.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | x11/xlockmore/Makefile.common | 5 | ||||
-rw-r--r-- | x11/xlockmore/distinfo | 7 |
3 files changed, 7 insertions, 8 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 98610ac81ab..8fc1ecacc19 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8956 2005/01/28 00:00:57 ben Exp $ +$NetBSD: CHANGES,v 1.8957 2005/01/28 00:43:54 hubertf Exp $ Changes to the packages collection and infrastructure in 2005: @@ -636,3 +636,4 @@ Changes to the packages collection and infrastructure in 2005: Added mencvcd-0.2.2 [tron 2005-01-27] Update win32-codecs to 050115 [ben 2005-01-27] Update windowmaker-desktop to 1.2 [ben 2005-01-27] + Update xlockmore to 5.15 [hubertf 2005-01-28] diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 6041dd31e1b..53d4b9b5108 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2005/01/12 11:31:19 tron Exp $ +# $NetBSD: Makefile.common,v 1.21 2005/01/28 00:44:04 hubertf Exp $ # # This Makefile.common is included by: # @@ -8,8 +8,7 @@ # If these packages are updated, please remember to reset any PKGREVISIONs # in those Makefiles. -DISTNAME= xlockmore-5.14.1 -PKGREVISION= 1 +DISTNAME= xlockmore-5.15 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ diff --git a/x11/xlockmore/distinfo b/x11/xlockmore/distinfo index 202c5ed9ef1..96dc2a6376f 100644 --- a/x11/xlockmore/distinfo +++ b/x11/xlockmore/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.22 2005/01/11 22:56:34 hubertf Exp $ +$NetBSD: distinfo,v 1.23 2005/01/28 00:44:04 hubertf Exp $ -SHA1 (xlockmore-5.14.1.tar.bz2) = 0d3b120756275c1c3588b9a95430b97c1c3839ac -Size (xlockmore-5.14.1.tar.bz2) = 1724387 bytes +SHA1 (xlockmore-5.15.tar.bz2) = 4631a8204f761f4e16f6978c624f07d29ce5a3aa +Size (xlockmore-5.15.tar.bz2) = 1702893 bytes SHA1 (patch-aa) = 98243d9a615d3f44b6e3aab71388acb72b96d383 SHA1 (patch-ab) = 93273c90ed447e5dec4c03c0f4ade960da2783b3 SHA1 (patch-ac) = 1bcbf56cdb6709cf8f21855b141a4892a36751c1 -SHA1 (patch-ad) = 4d43cf55410f0d8a223c843a7e1f3df6b599d1f2 |