Commit graph

86 commits

Author SHA1 Message Date
tron
b7f3f61a86 Use wildcard dependence for "Mesa" package so that either standard or
hardware accelerated Mesa libraries can be used.
1999-09-29 22:58:43 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00
tron
d9e818a521 "INSTALL_*" is passed to "configure" automatically, no need to do it
manually.
1999-08-27 07:20:29 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
hubertf
cdcc6ba542 Update to V4.14. Changes:
Peter Munster <peter@gmv.spm.univ-rennes1.fr> found a bug with -lockdelay
    and +mousemotion.  Moving the mouse after the delay brought up the
    password window.
  For 4.15 I will probably add "#ident" stuff for all .h files.
    Started but commented out for now since it should be tested more.
  Update matrix in menus, man page XLock.ad, and gui programs.
  matrix: update to make it look more like the movie thanks to Joan Touzet
    <joant@cadence.com>.
  life: added a P88 oscillator to life.c from Paul Callahan
    http://www.cs.jhu.edu/~callahan/patterns/p1/p1.html and a diagonal
    sparker from Tim Coe
    http://www.cs.jhu.edu/~callahan/patterns/dspark/dspark.html
  thornbird: upgraded from author <Tim.Auckland@corp.sun.com>.
  xjack: fix for little window thanks to Jouk Jansen.
  text3d: -message "text" updates from Eric Lassauge and Jouk Jansen.
    Purify errors noted in text3d.cc thanks to Tom Schmidt.
    updates for fortunes from Jouk Jansen
    initialization errors of GLTT library.  Thanks to Jouk Jansen and Scott
    <mcmillan@cambridge.com>.
  dclock: options y2k and millennium from Tom Schmidt <tschmidt@micron.com>.
    It uses local timezone and description was cleaned up.  French
    translations by Eric Lassauge <lassauge@sagem.fr> and Dutch translations
    from Jouk Jansen.  Also Tom patched dclock up for NetBSD.
  flag: descriptions and purify errors from Tom Schmidt <tschmidt@micron.com>.
  -neighbors now a mode option.   -mouse changed to -trackmouse
    -mousemotion was getting picked up instead.  -shift, tshift and -cycle
    combined to -cycle for crystal, tetris, and starfish.
  Multiple options use in modes now possible.  Set up only for -eyes for
    ant and bug.  (Also another major test would be an option that passed
    an integer in).  Code stolen from ParseCmd.c from X11R6.4 source and then
    made so argc and argv are NOT updated.  Jouk Jansen fixed if for VMS.
  Jouk Jansen cleaned up the erase modes.  New option -erasetime added which
    will cause the erase to come to an abrupt end on a slow machine.  Default
    set at 2 seconds.  Also made the erasing smoother...   Also fixed a
    problem on starfish when size became 0.
  Resurrected some old code in ant.c so now ant and bug have an -eyes switch.
    (In the case of bug, it does not let the bug see any better, it just
    shows the direction its facing).  So far its for neighbors = 4 or 8 only
    in ant  ... (and bug also has neighbor = 6 setup).  The graphics leaves
    some room for improvement.
  bug now can have 4 or 8 neighbors and restarts if all bugs die (this did
    not always work before).
  -cpasswd will now work if system uses shadow passwords even if not
    configured with --enable-xlockrc .
  matrix mode thanks to Erik O'Shaughness <eriko@austin.ibm.com>.
    Miscellaneous patches to this mode (less warnings, unexpected events,
    leaks thanks to Tom Schmidt, Jouk Jansen and myself).  The font seems
    is from X11.
  rubik.c now supports LxMxN cubes where non-square faces turn 180 degrees.
    (nx2n 90 degree turns or known more generally as "banded cubes" is yet
    another level of complication which I will not attempt... yet).
  fizzle and spiral erase modes ported from xscreensaver thanks to
    Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
  showmodes.sh fixed... need nawk or gawk not awk
  loop now has a mechanism to realize when the lifeforms are dead.
    Still some futile life is not caught (i.e life that will eventually
    repeat itself).
  A way for users to unlock each others display.  Kind of defeats
    the lock but the unlocked user is mailed and and entry is
    written to syslogd.  Thanks to Mark Kirk <mkirk@pdi.com> for
    his vizlock-1.0 patch.  Compile-time switch for this is GLOBAL_UNLOCK.
    This is probably full of security holes when enabled... :)
  decay update.  Now does not show user screen by default.  +hide will
    decay the screen.  Also want to update it so that it randomizes the
    position of the screen in the little password window when +hide is used.
  bug mode bugfix (fixed a rare segmentation fault) thanks to
    Mike Coleman <mkc@kc.net>.
  Cleaned up a warning in invert mode and some extra files.
  mandelbrot update by Tim AuckLand <tim.auckland@corp.sun.com>
    -binary  Modulates the colours to indicate the "Binary Decomposition"
       of the exterior of the mandelbrot set.
    -dem  Instead of displaying 'escape times', display an estimate of the
        distance between the point to be coloured and the set.
  xpm modes should refresh better now when the colormap changes.
  decay and lyapunov taken out of unstable category.
  lament changed for latest MesaGL version, text3d updates for fortunes
    thanks to Jouk Jansen <joukj@hrem.stm.tudelft.nl>
  Red and Blue swapped for -use3d to conform with my glasses from Sun,
    National Geographic, and Insight.
  Colormap problems fixed when two xlock (with -install) run (this can
    happen if xautolock is running and you lock the machine manually)
    thanks to Jouk Jansen <joukj@hrem.stm.tudelft.nl>
  New space mode from <Vincent.Caron@ecl1999.ec-lyon.fr>.  Probably will
    combine the best features of star and space for a new star mode.
    You must compile it in with --enable-unstable even though it seems
    to be stable...
  Changed my e-mail address to bagleyd@tux.org... the old one will still
    work (as long as the new one does).
1999-06-23 17:29:03 +00:00
hubertf
b172e25335 Update to 4.13.1
Changes:
  bug mode bugfix (fixed a rare segmentation fault) thanks to
    Mike Coleman <mkc@kc.net>.
  Got rid of some duplicate files for invert mode.
1999-04-06 00:35:03 +00:00
hubertf
439788511a Forgot to rm during last update - pointed out by Matthias Scheler. Thanks! 1999-03-15 23:52:43 +00:00
hubertf
581449246f update to xlockmore-4.13 1999-03-09 02:09:28 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
frueauf
0b21c4fb0d Make xlock work on ELF systems too. 1999-01-04 23:30:35 +00:00
tron
ff551f87f0 Enable GL blankers again now that Mesa package has been updated. 1998-09-30 19:49:43 +00:00
tron
6715b4b2de Add conflict entry for version 4.11. 1998-09-30 18:57:44 +00:00
hubertf
a8dab6609e upgrade to V4.12 (new modes: kumppa, starfish, ...) 1998-09-30 08:21:14 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
mycroft
c73ee53134 Update xpm to 3.4k. 1998-07-04 09:18:54 +00:00
tron
ef02c41966 Update "xlockmore" to 4.11 and disable Mesa support for security reasons. 1998-06-28 20:11:38 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
hubertf
152fb6d308 Update to xlockmore V4.10;
New modes: goop, discrete, flow, and thornbird.
1998-05-19 00:45:03 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
56e5688423 Update to V4.09 1998-03-24 07:54:53 +00:00
veego
792f5af207 Update to 4.08.1. 1998-03-15 15:24:43 +00:00
hubertf
7245f8a866 Update to V4.08 1998-03-02 16:02:12 +00:00
hubertf
4db7cc296c Update to V4.07; New modes: bubble, stairs. 1998-02-06 03:15:16 +00:00
agc
ae35b61548 Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
1998-01-30 13:56:55 +00:00
hubertf
27f02ce5cd update to V4.07BETA 1998-01-30 03:08:42 +00:00
hubertf
766bd38f76 portlint: remove extra whitespace 1998-01-25 00:42:14 +00:00
explorer
01b471ac4f no longer needed, as xlock has this applied now 1997-11-24 20:22:33 +00:00
hubertf
e1a9749c48 Update to V4.06.1. Thanks for Bernd Ernesti for pointing me at
the updated version. New modes: deco, dilemma, coral.
1997-11-23 23:15:59 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
a0af4b3df4 A xlockmore without Mesa is like a fish without a bicycle. 1997-11-03 01:01:31 +00:00
hubertf
8f41c56763 Fix RCS Id 1997-11-03 00:53:23 +00:00
hubertf
96c634cc1c xlock + more 1997-11-03 00:50:26 +00:00