Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 11/27/2004 00:15:23
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Sat Nov 27 00:15:23 UTC 2004

Modified Files:
	pkgsrc/doc: CHANGES
	pkgsrc/x11/xlockmore: Makefile Makefile.common PLIST distinfo
	pkgsrc/x11/xlockmore-lite: Makefile
	pkgsrc/x11/xlockmore/patches: patch-aa patch-ab patch-ac

Log Message:
Update xlockmore and xlockmore-lite to 5.14.1.

Changes:

5.14.1
  Fixed PAM goof.
5.14
  fadeplot,laser: do not clear so much with erase modes
  (void *) for (caddr_t *) in argtype to get rid of most gcc warnings.
  g++ cleanups for xglock, xmlock, flow, life, marqee, apollonian, pacman
  configure cleanups.
  Goof for random placement of labeling for life and life3d i.e.
    the S could burn in on those old monitors.
  flow mode improvements added thanks to Tim Auckland
     Replace 2D rendering of Periodic Attractors with a 3D
       'interrupted' rendering.  Replace "-/+allow2d" with "-/+periodic"
     Replace all ODE formulae with completely generic forms.
     Add '-search' option to perform background high-speed discovery
       for completely new attractors without impacting rendering
       performance.
     Use gaussian distribution for initial point positions and for
       parameter search.
     Add "+dbuf" option to allow Double-Buffering to be turned off on
       slow X servers.
     Remove redundant '-zoom' option.  Now automatically zooms if both
       rotation and riding are permitted.
     Replace dynamic bounding box with static one pre-calculated
       during discovery phase.
     Simplify and fix bounding box clipping code.  Should now be safe
       to run without double buffer on all XFree86 servers if desired.
     Sync'd up with xscreensaver version
       Orbital camera (-/+rotate)
       specify following bee (-/+ride)
       zoom between bee and orbit (-/+zoom)
       Bounding Box (-/+box)
       disable 2D Poincare' section flows (-/+allow2d).
     Also added basic double-buffering to avoid XFree86 'debris' problems
       when lines go out of bounds.
  A few more fixes from Eric Lassauge <lassauge AT users.sourceforge.net>.
    gtk2/gtk detection in configure, automatically does a make for xglock
    xglock now uses GTK2
    genlauncher fix for noof (used by xglock).
  life1d repeating patterns have a better chance of being caught.
  compile dependencies for ImageMagick for VMS thanks to Jouk Jansen.
  NICE_ONLY build option added.  --enable-nice-only or --enable-blank-only
    nice modes also reevaluated thanks to Tom Schmidt.
  config.sub and config.guess updated from GNU.
  Changed PAM to USE_PAM to be consistent with imake.
  loop is more random when run as a single mode.  -langton option added
    if one just wants Langton's Loops.
  atunnels resync with xsreensaver for new textures
    thanks to Eric Lassauge <lassauge AT users.sourceforge.net>.


To generate a diff of this commit:
cvs rdiff -r1.8034 -r1.8035 pkgsrc/doc/CHANGES
cvs rdiff -r1.65 -r1.66 pkgsrc/x11/xlockmore/Makefile
cvs rdiff -r1.17 -r1.18 pkgsrc/x11/xlockmore/Makefile.common
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/xlockmore/PLIST
cvs rdiff -r1.20 -r1.21 pkgsrc/x11/xlockmore/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/xlockmore-lite/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/xlockmore/patches/patch-aa
cvs rdiff -r1.16 -r1.17 pkgsrc/x11/xlockmore/patches/patch-ab
cvs rdiff -r1.10 -r1.11 pkgsrc/x11/xlockmore/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.