summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
AgeCommit message (Collapse)AuthorFilesLines
2002-08-29buildlink1 -> buildlink2jlam1-19/+5
2002-08-26Allow the common Makefile to be shared between xscreensaver, which usesjlam1-1/+15
buildlink2, and xscreensaver-gnome, which uses buildlink1.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam5-51/+18
have been converted to USE_BUILDLINK2.
2002-06-01We don't have to set INSTALL, nor comment out the INSTALL_SCRIPT linewiz3-14/+4
in configure.
2002-05-16On arm32, use gcc from pkgsrc to avoid egcs internal error.cjep1-1/+5
2002-04-09Strongly buildlinkify.jlam5-42/+74
2002-04-06Install GTK pixmaps in ${PREFIX}/share/pixmaps, not /usr/share/pixmaps.wiz4-9/+34
Fix PLIST to include the files. XXX: If you had this package installed, you can rm /usr/share/pixmaps/*screensaver* and probably rmdir /usr/share/pixmaps
2002-04-05WTF happened there... you do a cvs diff and then a cvs commit and itskrll2-7/+3
misses out a couple of files.
2002-04-05Remove BUILD_DEPENDS on autoconf. It actually lost the changes made toskrll1-2/+11
configure. Hi Charles. Thanks to Thomas Klausner <wiz@netbsd.org> for pointing out the BUILD_DEPENDS.
2002-04-05Fix krb5 library linkage.mycroft3-2/+20
2002-03-19Update xscreensaver and xscreensaver-gnome to 4.02.wiz8-154/+29
* Plugged a few minor leaks in `xscreensaver' and `xscreensaver-demo'. * New hacks, `cubenetic' and `fluidballs'. * Sped up `pipes'. * Fixed sphere projection error in `glplanet'; installed a better image of earth. * Added Win2K and MacOS 1 crashes to `bsod'. * Put back previous (better) version of `forest' that was accidentially downgraded in the last release. * New version of `bumps'. * Made FPS computation in GL hacks more efficient: it will influence the results less, thus resulting in higher (but more accurate) reported frame rates.
2002-03-14Use marginally different "official" diffs for glsnake compilation problemwiz3-22/+52
provided by Jamie Zawinski.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-01Fix a typo.fredb1-2/+2
2002-03-01Don't install the gnome control panel twice -- that's ugly.fredb2-5/+33
2002-03-01Make the demo and some of the hacks slightly more featureful,fredb4-10/+22
by helping it find "libxml" and "libjpeg" and adding depencencies for them. Also, "gdk_pixbuf" gets favored now over "Xpm" anyway, so add an explicit dependency for it, too.
2002-02-24Update xscreensaver to 4.01.wiz7-33/+141
Changes since 4.00: * New hacks: `twang', `glsnake', `boxed', `sballs', and `glforestfire'. * New hacks `apollonian', `euler2d', `juggle', `polyominoes' and `thornbird', from xlockmore. * Merged recent xlockmore changes into `ant', `braid', `demon', `discrete', `drift', `fadeplot', `forest', `grav', `hopalong', `ifs', `laser', `lightning', `lisa', `lissie', `loop', `mountain', `penrose', `rotor', `sierpinski', `slip', `sphere', `spiral', `strange', and `vines'. * Fixed the `gltext' bug that sometimes caused horizontal lines to vanish again. This time for sure. * Sped up `webcollage' by adding a C helper program to replace the PPM pipeline. It also pastes images semi-transparently now. * Added support for the gdk_pixbuf library: if this lib is available, then `blitspin', `xflame', and `flag' can load GIF, JPEG, and PNG images in addition to XPM and XBM. [not enabled in pkg] * Fixed a rare race condition where the desktop-grabbing hacks could sometimes leave the screen wedged, if the user moved the mouse exactly when they were grabbing the screen image (it would un-wedge the next time the saver timed out or was activated.) * Fixed incorrect colors in the screen-grabbing GL hacks (`gflux' and `flipscreen3d'.) * Made SIGHUP restart the daemon process (though using `xscreensaver-command -restart' is still the preferred way.) * Tweaks to `xspirograph'. * Minor configure and portability tweaks.
2002-02-09regenwiz1-2/+1
2002-02-09Update xscreensaver to 4.00:wiz5-17/+182
* Redesigned xscreensaver-demo GUI: it now includes small-preview and per-hack configuration dialogs. * Added three new modes of operation: One Screen Saver, Blank Screen, and Don't Blank (in addition to the historical Random Screen Saver). * Configure now defaults to installing the hacks in <prefix>/lib/xscreensaver/ instead of <prefix>/bin/. (Most distros already did it this way.) * New GL hacks, menger, engine, flipscreen3d. * Made sierpinski3d be more colorful. * New versions of xmatrix and nerverot. * Fixed a bug in starwars that made the font be drawn with thin lines in -root mode. * Fixed a bad colormap bug in crystal that could make subsequent hacks malfunction! * Made gflux able to grab screen images (-mode grab). * Updated webcollage for recent search engine changes. * Removed most command-line options to xscreensaver: just edit the ~/.xscreensaver file instead. * Improved behavior on multi-screen and Xinerama systems: the mouse now stays on the screen where the user left it, and the password and splash dialogs always appear on the screen that has the mouse. * Made the splash dialog use more Gtk-like colors; made it have only two buttons, ``Settings'' and ``Help''. * Made sonar understand .ssh/known_hosts2 format files, and be better about stripping out illegal addresses.
2002-01-07Update xscreensaver and xscreensaver-gnome to version 3.34. Bug fixes, and afredb3-6/+18
couple of new "hacks". The following is straight from the README file. Changes since 3.33: * Turned `memoryLimit' off by default, sigh. Apparently some versions of the GL libraries (appear to) allocate hundreds of megs for every GL program, so `memoryLimit' was causing GL programs to malfunction or crash on those systems. * Improved fading on TrueColor XFree86 4.1.x systems. * New GL hack, `circuit'. * Added `fuzz' mode to `decayscreen'. * New version of `whirlygig'. * Added links to `glplanet' and `sphereEversion'. * Fixed rare race condition that could make `sonar' hang. * Fixed potential crash in `speedmine'. * Made `xscreensaver-demo' not crash when imageDirectory was set to a non-existent directory. * Made `xscreensaver-getimage-video' invoke XawTV's `streamer' program better. * Made `phosphor' and `starwars' deal with CR, LF, or CRLF line endings. * Changes for Cygwin compilation environments. * Made `sonar' compile on systems that can't ping. * Configure changes for HPUX 10.20. * Made PAM code work on Red Had 4.2 systems. * Made `xscreensaver-command -deactivate' work when the saver is not active: what that does is reset the idle timer, as if keyboard input had been detected. This was added for the benefit of people writing DVD-playing software: they can now prevent the screensaver from kicking in by sending a -deactivate message once a minute while the movie is playing and not paused. * Various minor portability tweaks.
2001-12-19Shorten reach over pathnames.tron1-5/+5
2001-11-02Fix first part of pkg/14422, second part was already fixed (pkg/ problem).wiz1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24Remove a stupid assignment of "INSTALL_SCRIPT" in "configure" which causedtron2-1/+15
a "make reinstall" of the "xscreensaver" and the "xscreensaver-gnome" package to fail.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-28Fix name for distfile size info.wiz1-2/+2
2001-06-18Update xscreensaver package(s) to 3.33, with patches submitted by Danielfredb4-25/+21
Hagerty in PR pkg/13233.
2001-05-18Work around an arm32 compiler bugabs2-1/+19
2001-05-18xscreensaver-gnome can just use the distinfo from xscreensaverabs1-1/+2
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14FOO!= .... ${ECHO} has to come after bsd.pkg.mk so that ECHO is setdmcmahill1-7/+9
2001-04-09echo -> ${ECHO}wiz1-2/+2
2001-03-30Set ${PERL}, and add it to CONFIGURE_ENV, so configure can munge thefredb1-2/+8
she-bang lines properly. While we're at at, fake PERL_VERSION, if necessary (i.e. lie brazenly if ${PERL} is not found), so we can build this package correctly, even _without_ actually having perl installed!
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+3
2001-02-08Missed this one. Still can't strip a script.fredb2-1/+15
2001-02-08Fix PLIST.fredb1-3/+16
2001-02-08Update to 3.28 -- new "hacks", bug fixes, configure updates for XFree86-4fredb8-97/+13
and *BSD (allows to simplify the package somewhat), and revamped Screensaver Options: xscreensaver now lets you configure your DPMS settings. More detail on the web page -- http://www.jwz.org/xscreensaver/changelog.html [The README in the package currently only goes to 3.27.]
2000-10-17Make this work with xpkgwedge.jlam1-1/+2
2000-10-17We have USE_MESA=yes, so we don't need a separate dependency on Mesa-*.jlam1-2/+1
2000-09-11Excise "screensaver" capplet from control-center, in order to resolvefredb1-2/+3
conflict with xscreensaver-gnome, as discussed (briefly) on tech-pkg. Also, reorder some dependencies: gnome-core (rather than gnome) depends on xscreensaver-gnome, which depends on control-center; bump teeny version of xscreensaver-gnome so control-center won't try to go with old binary packages of xscreensaver-gnome, which would lead to circular dependencies.
2000-09-10Revert a NetBSD patch. We want this to install _over_ the xscreensaverfredb2-34/+3
that ships with gnome, in order to upgrade it properly. Otherwise, trying to handle two screensavers causes the control panel to crash frequently.
2000-09-10Use USE_XPM rather than DEPENDS+= xpm. Still not quite right withfredb1-2/+2
XFree86-4.x because of dependence on Mesa.
2000-08-28Add xscreensaver.kss; sort PLIST.wiz1-3/+4
2000-08-01Remove dependency on Xaw...it's never referenced in the source code.jlam1-4/+1
2000-08-01Correct typojlam1-2/+2
2000-08-01Pass locations of gtk+ and xpm to configure script.jlam1-27/+31
2000-07-27Fix typo in last commit.tron1-2/+2
2000-07-27Add german mirror on "ftp.fu-berlin.de" to master site list.tron1-2/+3
2000-07-26Update xscreensaver to 3.25.frueauf6-47/+54
Changes since 3.24: * New hack, `nerverot'. * Added BSD kernel panic to `bsod'. * New version of `shadebobs'. * New version of `petri'. * Updated `webcollage' to handle recent Altavista URL format changes; made it search the AP photo gallery. * Revamped command-line options of `sonar' and made it properly handle subnets. * The `bubbles' hack can now trickle up or down the screen . * The `xsublim' hack can now read its text from programs. * Support for GLE version 3 in `extrusion'. * Fixed compilation problems in `maze'. * Fixed a rare crash in `flow'. * Fixes for minor installation problems.