diff options
author | hubertf <hubertf@pkgsrc.org> | 2008-10-06 22:40:12 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2008-10-06 22:40:12 +0000 |
commit | ad85bdcd6d5dffeaaa70418d0b80c3ff3e891ea3 (patch) | |
tree | d61cb7b546b2ddedd7dc7f7f7648216bcf9c6a37 /x11/xlockmore/Makefile.common | |
parent | 4af8dada8f925c1bc5d8ed77dec0ff8f0207ae83 (diff) | |
download | pkgsrc-ad85bdcd6d5dffeaaa70418d0b80c3ff3e891ea3.tar.gz |
Update x11/xlockmore to 5.27. Changes:
PAM_putText() would set pointer resp->resp to buffer. This will work
until memory is reused. Thanks to Howard Kash <hmkash AT arl.army.mil>.
ico updated to show the two edge transitive Catalan solids, i.e. the
rhombic dodecahedron and the rhombic triacontahedron.
Added __linux__ to define list to allow newer sig masking to get rid of
pesky deprecated message.
configure checks for libXdpms
libXext has the DPMS functionality on both XFree86 4 and X.org.
(libXdpms may be Xfree86 3.x). Added /usr/pkg/lib and /usr/pkg/include to
long list of paths it checks in.
life added more life forms triangular life from Bays' paper and added
S245B3 with glider (-neighbors 8) from Bays' paper. Found some
patterns in S245B3 for the glider to crash into.
life3d -rule S45/B4 -neighbors 18 and -rule S45/B4 -neighbors 20 from
Bays' paper. Found some patterns for the gliders to crash into.
life3d -search added. Need to add more symmetries for 3D.
life3d -rule S3/B3 -neighbors 12 and -rule S456/B3 -neighbors 12. Added
a bunch of patterns from Bays' papers but not all. -neighbors 12 now
a rhombic dodecahedron instead of a cube.
ant3d -neighbors 12 (3d bees). Added eyes option to this.
Just noticed solitaire a mode I added was spelled wrong, ie it was spelled
without the second "i". Fixed a goof in solitaire.cc.
Diffstat (limited to 'x11/xlockmore/Makefile.common')
-rw-r--r-- | x11/xlockmore/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index c68afed178d..280ff1a528c 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.51 2008/08/26 23:18:53 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.52 2008/10/06 22:40:12 hubertf 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.26.1 +DISTNAME= xlockmore-5.27 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/${DISTNAME}/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ |