summaryrefslogtreecommitdiff
path: root/x11/xlockmore
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-21Add missing entry "bin/xgclock" and really bump package revision.tron2-3/+4
2006-01-20Add missing file "share/xlock/xglockrc" to package list for thetron2-2/+5
"xlock" package, bump package revision.
2006-01-12Remove manual app-default parameter again, now that the underlayingjoerg1-2/+1
issue has been solved. No package change, no revision bump.
2006-01-09Update xlockmore to 5.21. Changes:hubertf4-12/+8
* Removed random colors from petri mode. Found that it could cause a fatal * error on PseudoColor. (Will try to fix better on next release.) + PAM update from Yuri Bushmelev <jay-dev AT simcom.ru> fixes an + initialization problem PAM_conv function and made cleaner and friendly. + BAD_PAM fixed. fzort mode by Mauro Persano <mauro_persano AT yahoo.com>... its not a OpenGL mode but it looks like it is. Try using with -mono also. Tom Schmidt found an as of yet unresolved Uninitialized Memory read, see Purify logs. dclock -binary option added thanks to Petey Leinonen (he saw the original on thinkgeek). Non-compatible routines for shared memory workaround for VMS when using libs MMOV(Multimedia for sounds) and DECWINDOWS thanks to Jouk Jansen. mandelbrot options added thanks to Tim Auckland update from Jouk Jansen to avoid log of 0 -alpha adds detail to the interior of the set by displaying level sets of "closest return", ie how close does the orbit of z come back to its starting point z=0. These show minima around the center of each bud. -index is similar, but displays at which iteration the closest return occurs. These show a fibonacci branching structure from the base of each bud, ie each adjacent pair of domains surrounds a domain whose index is the sum of the indices of its neigbours. -lyap option for colours in the interior of the set according to an estimate of the Lyapunov exponent. (Not to be confused with real plane Lyapunov fractals). Also now allow -binary and -dem. New random mode for win32, compile with -DRANDOMMODE . It seems to bomb out if you run it for a while, so I did not make it the default. win32 changes from Tim Auckland: new configure dialog random mode done to enable win32 changes from Petey Leinonen: fixes for nose and life1d matrix mode works with the 2 following changes fixed XCopyArea() for destinations that are not windows (ie a bitmap) fixed XCreatePixmapFromBitmapData() so it always creates a pixmap regardless of depth ( creates the Windows bitmap with 1 bit depth), and apply the foreground and background colors. XCopyArea, XSetTSOrigin, XSetFillRule fixes and got these modes to work: bat, bounce, dilemma, eyes, image, nose, pacman, shape, slip, star, starfish, wator, world unlock delay from lgx <lgxror AT gmail.com> [it was explained to me but still not sure why you would use it] + new update since BETA * new since BETA
2006-01-07Fix installation path of application defaults file "XLock" which ended uptron2-2/+4
in "${X11BASE}/lib/X11/app-defaults" instead of "${LOCALBASE}/lib/X11/app-defaults". Bump package revision after contents of binary package has been corrected.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-01Convert USE_OSS to oss option.wiz1-7/+11
2005-11-09Base DIST_SUBDIR on DISTNAME, andhubertf1-3/+3
add a comment to remove it on next update (note to myself...)
2005-11-08Set DIST_SUBDIR properly for changed distfile.wiz2-5/+6
2005-11-08The distribution file on the master site has changed; these are the checksumscjs1-4/+4
for the "new" version. This is, when uncompressed, byte-for-byte identical with the uncompressed old version; only the compression has changed.
2005-11-05Update xlockmore to 5.20.1.hubertf2-7/+6
XXX someone please test the PAM stuff on >=3 Changes: "I goofed up the versioning on 5.20... so I wiped it out and put a new 5.20.1 up " 5.20 win32 changes from Tim Auckland: * Faster starting fix general install fix flow now uses PolyDraw... making it run faster Juggle cleaned up Arc drawing and XQueryFont now returns a dummy font (which XDrawString ignores) fiberlamp now jiggles XTranslateCoordinates fixed, Arc fixes, and pattern label disabled for juggle... win32 changes from David Bagley: * New bitmaps and pixmaps. Makefile change so maze uses one. shifted text printing in api and on apollonian mode polyominoes looks better because I changed the meaning in the Api for DrawRectangle. It now just draws a rectangle outline. added julia life life1d swarm tetris voters inverted but this uses xbm? made FULL_RANDOM the default fixed much of xjack (except when it gets to bottom of screen) Labeling now on right side and aligned. Change the name from xlockmore95.scr to xlock.scr. Added a new ico file. I added 17 modes on top and took out some warnings. Merged with xlockmore95-0.11 with thanks to author Petey Leinonen <petey_leinonen AT yahoo.com.au>. See win32 readme.txt and todo.txt. double buffering implemented, transparent background for text, XPutImage fixes, XCreateImage added Currently, it is not easy to select a specific mode and some modes need work. Modified life and life1d sizing to be more variable when there * is no bitmap. Also thanks to Tom Schmidt for a non Grelb icon fix. voters modified to have proper colors for Democrats and Republicans. As a left wing liberal, I just had to add the "Green" bitmap. Old commie icon available as compile time option (but will be green). New portable method for locking Virtual Terminals (vt). Added to README. Thanks to Sergei Golubchik <sergii AT pisem.net>. Allow xlockrc to allow passwords of any length (not just 8) thanks to <Manuel.Reimer AT gmx.de> (actually it just ignores characters after the 8th character... but now ignores it in a more consistent way). make.com modified to use IEEE floats instead of VAX-floats thanks to Jouk Jansen. Changed default for PAM (since I have got a few mails about it). Compile OD_PAM (sorry did not know what else to call it) if you like the old way. GenToo and (most?) other Linux versions should compile by default.
2005-09-18Make sure that configure finds the correct app-defaults directory.minskim3-6/+155
2005-09-11Replace XLOCK_DISABLE_ALLOW_ROOT and XLOCK_NO_DPMShubertf1-4/+11
by options 'xlockmore-allow-root' and 'xlockmore-dpms' which are on by default - disable them to get the effect of the two variables. Suggested & reviewed by wiz.
2005-09-04If XLOCK_DISABLE_ALLOW_ROOT is defined, add --disable-allow-roothubertf1-1/+6
to configure options to prevent root from being able to get into locked systems. Esp useful if you don't have a root password set (yes there are people out there doing that :). Patch contributed by Eirik Nygaard <eirikn@kerneled.com>. Bump revision to 5.19nb1.
2005-09-04Finally update xlockmore to 5.19. Changes:hubertf2-6/+6
labeling added to ant and ant3d. The other day, ant3d made a really cool looking fan... that prompted me to add labeling so I could save the ones I like. configure fix for DragonFly thanks to Joerg Sonnenberger <joerg AT britannica.bec.de> molecule mode fixes, glPushAttrib calls calls were passing invalid values thanks to Brian Paul <brianp AT ra.avid.com>. 5.18 patch for PAM seems to cause problems in Gentoo linux so added a GENTOO ifndef around the problem line. Fix for a subversion version of ImageMagick thanks to Jouk Jansen. Fix for uninitialized read, thanks to Tom Schmidt.
2005-06-07Update xlockmore to 5.18. Changes:hubertf4-26/+10
toneclock coredump fix for 5.17 version thanks to Jouk Jansen. Invalid mode added. :) lock the screen if an invalid mode is specified "xlock -mode tom" like "xlock -modelist bug,tom" errno fix in passwd.c for DragonFly thanks to Joerg Sonnenberger <joerg AT britannica.bec.de>. PAM fixes for when 1. TTY is not set to DISPLAY xlock can fail, 2. Tidy fixes for PAM_BAIL. Thanks to George D M Ross <gdmr AT inf.ed.ac.uk>. Notes from Marcelo Vianna <mfvianna AT centroin.com.br> on morph3d added as comments to morph3d.c.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-1/+3
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-30Add patch for DragonflyBSD, sent byhubertf3-2/+18
Joerg Sonnenberger <joerg@britannica.bec.de> in private mail. Bump to 5.17nb1.
2005-05-23x11/xlockmore/cmhubertf1-4/+4
2005-05-23Update xlockmore to 5.17. Changes:hubertf1-2/+2
toneclock hours are now more random thanks to Jouk Jansen. Updates from changes xscreensaver version of Tim Aucklands fiberlamp Moving the window will jiggle the lamp (-inwindow only!!) Fibers are incrementally sorted to improve rendering. Fibers are all erased at once.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update xlockmore to 5.16. Changes:hubertf2-6/+6
Bug in resource.c for DEF_FILESEARCHPATH fixed thanks to Michal Cihar <michal.cihar AT suse.cz>. (Broken since 5.14). Added 24 hour clock (alex(at)shark-linux(dot)de) toneclock with more nonstandard clock faces thanks to Jouk Jansen. Port of biof thanks to Eric Lassauge <lassauge AT users.sourceforge.net>.
2005-03-08Don't set XLOCK_NO_DPMS if libXdpms.a doesn't exist.lukem1-5/+1
Instead, let the autoconf tests determine if the DPMS functions are available (in libXext ? )
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2005-02-17"fix" quoting, thanks uebayasidan1-2/+2
2005-01-28Remove obsolete patch file.tron1-13/+0
2005-01-28Update xlockmore to 5.15. Changes:hubertf2-7/+5
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.
2005-01-17XLOCK_LIGHT is now completely deprecated... users should have figured outjlam1-19/+1
to install xlockmore-lite by now.
2005-01-12Add the package revision to "DISTNAME" is plain wrong. Set "PKGREVISION"tron1-2/+3
instead.
2005-01-11remove bogus VPATH line from the pkg's Makefile.hubertf3-3/+17
This bug is was not discovered so far due to a bug in GNU make. On NetBSD, it happens only under certain conditions (/install present), see PR pkg/28934 for more information. This commit is a stopgag, I'm still discussing with the xlockmore author what the right fix is.
2004-11-27Update xlockmore and xlockmore-lite to 5.14.1.hubertf7-28/+34
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>.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-20Update xlockmore to 5.13. Changes:hubertf1-3/+3
life.h and life3d.h modified to allow use of names with compile-time options LIFE_NAMES (this doubles the memory for these guys so I am not sure if its wise). Text for screen "-label" added for life and life3d like apollonian mode (Hmmm this highlights the fact that some of the pattern names that I chose for life3d are stupid :) ). Added -sequential off by default so now the change button randomly picks a pattern from a rule. ant3d: new mode... -eyes are the eyes on the small leading black face :) (todo: need better "eyes" on the leading face of the leading cube). triangle use fast erase before drawing the next iteration life3d and ant3d movement of perspective ant and ant3d command line option rule to pick Turk`s ants and table for other ants. time as part of plan thanks to Robert Goliasz <uuk AT irc.pl> Author of patch says, "If someone wrote a nicer time displayer, eg. in one of the corners and updated each second, I`d be pleased :-)" Fixed for C and Cygwin. Patch to remove unneeded include of linux/fs.h and adds include for waitpid thanks to Michal iha <mcihar AT suse.cz> New life forms for life3d.h.
2004-07-20Update xlockmore to 5.13. Changes:hubertf1-2/+2
life.h and life3d.h modified to allow use of names with compile-time options LIFE_NAMES (this doubles the memory for these guys so I am not sure if its wise). Text for screen "-label" added for life and life3d like apollonian mode (Hmmm this highlights the fact that some of the pattern names that I chose for life3d are stupid :) ). Added -sequential off by default so now the change button randomly picks a pattern from a rule. ant3d: new mode... -eyes are the eyes on the small leading black face :) (todo: need better "eyes" on the leading face of the leading cube). triangle use fast erase before drawing the next iteration life3d and ant3d movement of perspective ant and ant3d command line option rule to pick Turk`s ants and table for other ants. time as part of plan thanks to Robert Goliasz <uuk AT irc.pl> Author of patch says, "If someone wrote a nicer time displayer, eg. in one of the corners and updated each second, I`d be pleased :-)" Fixed for C and Cygwin. Patch to remove unneeded include of linux/fs.h and adds include for waitpid thanks to Michal iha <mcihar AT suse.cz> New life forms for life3d.h.
2004-05-19Just another site for downloadadam1-1/+2
2004-04-19Update xlockmore (and xlockmore-light) to 5.12. Changes:hubertf2-5/+5
* xlock -size 0 -cycles 0 -count 0 * Fixes for [apollonian flame hop julia kumppa life life3d * qix scooter spiral thornbird worm] Added wrap- ping on loop.c. Dissolving and evolving loops added from ideas of Hiroki Sayama <sayama AT is.s.u-tokyo.ac.jp>. Fixed a core dump involving flaws. New -echokey option thanks to <martin.zwickel AT technotrend.de>. Use like: xlock -echokey "*" -echokeys "Undocumented" feature (blame maintainer): xlock -echokey swear -echokeys + Updated life.h and life3d.h from Lee Earl Meeker's excellent "Four + Dimensional Cellular Automata and the Game of Life" 1998 + http://home.sc.rr.com/lmeeker/Lee/Home.html + A life4d mode next? Removed duplicate code in xlock.c thanks to Norihiko Murase <skeleten AT shillest.net>. Fix for case of random files on a VMS file system from Jouk Jansen. Fixes and added options to life.c mostly for trilife. utext3d2, atlantis -gradient, and French changes to resources thanks to Eric Lassauge <lassauge AT users.sourceforge.net>. I needed freetype-2.1.7.tar.bz2 http://freetype.sourceforge.net and FTGL.tar.gz http://homepages.paradise.net.nz/henryj/ New make.com from Jouk Jansen for VMS. Debug patch in 5.11 had an undesired effect on euler2d.c. * new since BETA + updated since BETA1
2004-03-12This package uses the C++ compiler for building and linking.jlam1-1/+2
2004-01-25Remove redundant BUILDLINK_DEPENDS.oss definition -- it's already setjlam1-2/+1
correctly in audio/oss/buildlink3.mk.
2004-01-06Update to xlockmore 5.11.1. Changes:hubertf3-7/+6
Debug patch below had an undesired effect on euler2d.c.
2004-01-06bl3ifyjlam2-8/+10
2003-12-31Update xlockmore to 5.11. Changes:hubertf2-5/+5
Nodename patch for OpenVMS thanks to Jouk Jansen <joukj@hrem.stm.tudelft.nl>. Speed up of lyapunov thanks to Yafe (yet another fractal explorer) maintainer Alex Pankratov <ap@cipherica.com>. The 5 OpenGL high intensity modes... atunnels, fire, sballs, sproingies, and sometimes gears now have full screen defaults. See XLock.ad and grep on 402 to change them back. Three patches thanks to <michal.cihar@suse.cz>. debug patch - s/if DEBUG/ifdef DEBUG/ helper patch - support for auth using external program (The idea is xlock needs to be sgid shadow to allow reading /etc/shadow. This way needs just some small binary to be sgid.) various compile fixes
2003-11-30As pointed out by jlam:jschauma1-2/+2
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there.
2003-11-08Update xlockmore to 5.10. Changes:hubertf2-5/+5
* Allows xlockmore to be configured to pipe the password into a command * when the correct password is entered. Thanks to Nick Cleaton * <nick@cleaton.net> See etc/README.etc. Disabled for VMS. rubik lxmxn allow l&m&n to be 1 but not all at once. minor skewb fixes (the hidden surface was not flush, and one of the pieces was turned). Disable logout button and autologout with -logoutButton -1 put back in by popular demand. NO_NEGATIVE_LOGOUT will disable but its not active by default. rubik's orange was pink. JP to JA fixes and some more Japanese and French translation thanks to YAMAGUCHI Shingo <shingo-y@spacelan.ne.jp>.
2003-08-21The ressource class for xlock is XLock, not Xlock.hubertf1-2/+2
Noted by krille via /msg on IRC.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-15Update xlockmore to 5.09. Changes:hubertf3-11/+6
* kerberos4 fix (it got bumped during a kerberos 5 update) penrose -mono now more interesting updated -showfps. It should work better now. It stops working when it jumps from the password window. mandelbrot -pow and -sin options added. Kind of slow, so not in fullrandom. Best if used with -binary. No idea if the new options are correct mathematically. allows lifefile to be bigger in life and life3d. (This allows the "-mode life3d -rule B6/S567 -lifefile ../etc/barrierg.3dlife". (If a glider could escape from the barrier without damaging it, it would prove that glider guns in 3d life are possible since the barriers create a local Conway's B3/S23 life.)) converted lyapunov,mandelbrot,swirl,tube to the xscreensaver way of doing things for writeable modes. Stuff no longer used or never used taken out with the help of lint. xmlock and Xlockup (by Thad Phetteplace tdphette@dexter.glaci.com). Only works on Sun. Will sort of work on Linux for detecting mouse movement only. See xmlock.c. Default timeout is set at 0 (off) so this will not cause a problem if it does not work. Jouk Jansen's patch for Alpha (slightly changed). wire restarts when static lyapunov was left out of writeable modes in random.c spline fix, when in random mode it could core dump. maze fix thanks to guillem.hernandez@bt.com, for large resolutions as in a dual headed configured as one 2560x1024 screen.
2003-07-13Fix error when XLOCK_DEFAULT_MODE is defined.taca1-2/+2