summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-07Remove now unnecessary --mandir setting (added automatically).wiz1-2/+1
2005-09-18Remove USE_PKGLOCALEDIR-introduced chunk.wiz2-12/+3
2005-09-18Add "pam" PKG_OPTION to x11/xscreensaver. Addresses part of PR pkg/31338.jlam3-6/+34
Bump the PKGREVISION of x11/xscreensaver to 2.
2005-07-21Rewrite last change a bit because the check didn't work properly.tron1-5/+5
2005-07-21The additional locale files only get installed on systems with a recenttron2-4/+10
gettext version (e.g. NetBSD 3.99.7) but not systems with an older one (e.g. NetBSD 3.0_BETA). We must therefore adapt the package list dynamically.
2005-07-21Add missing entries to PLIST. Bump PKGREVISION.hira2-2/+5
2005-07-17Fix C99-isms.kristerw2-1/+62
2005-07-12Make comment in de.po UTF-8 (like the rest of the file).wiz2-1/+15
Fixes a problem with gettext reported by Joerg Sonnenberger in private mail.
2005-06-28Update to 4.22:wiz7-32/+46
Changes since 4.21: * Fixed a bug in the new mouse-motion code that caused the screen to never blank on multi-head non-Xinerama systems. Oops. * New hacks, `interaggregate', `antmaze', `tangram', and `crackberg'. * Minor tweaks to `fiberlamp', `ifs', `slidescreen', `zoom', `sonar', `fireworkx', `whirlwindwarp', `bubble3d', and `rd-bomb'. * Added motion blur to `blinkbox'. * `bsod' now includes Longhorn's "RSOD", and OS/2. * Fixed `-wireframe' usage in most hacks and man pages.
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam1-1/+1
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-04-28Use :sh instead of != to defer execution of ${PERL} until the configurejlam1-5/+6
phase. This avoids needing ${PERL} in the top-level make.
2005-04-21Install xscreensaver-demo man page with xscreensaver-demo package, notwiz4-8/+16
with xscreeensaver package. Bump PKGREVISION for both. Patch from Kouichirou Hiratsuka.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-04Avoid installing files to /xscreensaver.wiz2-7/+25
Patch from Kouichirou Hiratsuka (thanks!). If you installed xscreensaver after 4.21, ``rm -r /xscreensaver''. Sorry.
2005-03-27Remove obsolete configure argument.wiz1-2/+1
2005-03-26xscreensaver needs Xrandr; add its buildlink3.wiz1-0/+2
2005-03-24Update to 4.21:wiz7-116/+70
Changes since 4.20: * New hack: `fliptext'. * Changed default configure installation directories: /usr/bin/ for xscreensaver, etc.; /usr/libexec/xscreensaver/ for hacks; /usr/share/xscreensaver/config/ for xml files. * All the text-manipulating screen savers can have their text source configured via `xscreensaver-demo' now. * xscreensaver.spec now builds three RPMs: base (no hacks); extras (2d hacks); and gl-extras. * Added `-program' and `-front' option to `gltext'. * Added `-shells' to `molecule'. * Fixed text-alpha glitch in `carousel'. * New `pacman': the ghosts can be killed now. * Fixed a bug in screen-grabbing GL hacks where images would be tiled instead of scaled on machines that can't do large textures. * `webcollage' can hit Flickr now. * New (rewritten) implementation of `ifs'. * The unlock dialog can be made to have a "New Login" button that will run `gdmflexiserver'. Experimental! * Fixed non-ASCII display bug in `starwars'. * Configure finds a default for imageDirectory. * "xscreensaver-command -lock" now works even if in "screensaver disabled" mode. * If a bad password is typed while CapsLock is on, the unlock dialog says "CapsLock?" instead of "Sorry". * Mouse motion only counts as activity if the mouse moved more than 10 pixels (so the screen won't unblank every time you bump your desk.) * New mode option "random-same": if you have multiple monitors, this will run the *same* randomly chosen hack on each screen, instead of different ones on each. Changes since 4.19: * New hacks, `fiberlamp', `boing', `boxfit', and `carousel'. * Rewrote `glslideshow' again: should be faster now. * Sped up loading of images in GL programs. * `starwars' uses texture-mapped fonts now. * New `bsod' modes: tru64, hppa, and nvidia. * Updates to `webcollage', `juggle', `pinion', `fireworkx', `sonar', `extrusion', `substrate', and `pong'. Changes since 4.18: * New hacks, `substrate', `intermomentary', `fireworkx', and `pinion'. * New version of `flow'. * Made /proc/interrupts work again on Linux 2.6. * Made `analogtv' not hog the CPU. * Made analogtv-based hacks work properly on PPC/ARM. * Fixed a bad memory leak in `piecewise'. * Minor updates to `sonar', `molecule', `glmatrix', `galaxy', and `webcollage'. * Removed support for GTK 1.x (everyone uses 2.x now.)
2005-03-21Fix RCS Id.wiz1-1/+1
2005-03-18graphics/barcode and x11/xscreensaver conflict (because ofwiz1-1/+3
man/man1/barcode.1). Noted by kleink in PR 29585.
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-09-27Update xscreensaver to 4.18:wiz6-27/+33
4.18 14-Aug-2004 * Oops, pay no attention to the man behind the curtain. 4.17 14-Aug-2004 * New hacks, anemotaxis and memscroller. * Fixed a bad bug that caused vidwhacker to never die. * Fixed normals and lighting in polyhedra. * Don't reuse the window when changing hacks (to work around bugs in some GL implementations.) * Made xscreensaver-getimage-file skip thumbnail-sized images. * Fixed endian problem in barcode on non-x86. * Updates to webcollage, apple2, fuzzyflakes, atunnel, and pacman. * Timing tweaks to bubble3d, bouncingcow, engine, gltext, lavalite, molecule, spotlight, sballs, boxed, blinkbox, and circuit. * Configure updates for Fedora core 2 / xorg 6.7.0. * Compile without warnings under gcc 3.3.3. * I give up: don't blank or lock the screen if we can't get a keyboard grab. In that case, both choices are bad.
2004-08-16The comepage is currently not accessible for downloads; it could be squatted.reinoud1-3/+3
Moved the other download site up as first choice
2004-05-15Update to 4.16:wiz3-7/+19
* New hacks, `polyhedra', `fuzzyflakes', `antinspect', and `providence'. * Minor updates to `webcollage', `bsod', `endgame', `antspotlight', `xmatrix', and `glmatrix'. * Added support for the RANDR (Resize and Rotate) extension to detect when the size of the desktop has been changed while xscreensaver is already running. * Possibly-futile attempt to work around "rdesktop" focus/grab idiocy. * Made `xscreensaver-getimage -file' still work even if imageDirectory is unset. * Convert Latin1 to ASCII in `starwars' and `phosphor' (since the GLUT font only has ASCII glyphs.) * Fixed randomization in `noof'. * Added "GetViewPortIsFullOfLies" preference to work around longstanding XFree86 bug #421. * Made `sonar' subnet pinging work properly on bigendian machines (e.g., PPC.)
2004-05-11Update to 4.15:wiz8-43/+42
* New hacks, `wormhole', `mismunch', `noof', and `pacman'. * `phosphor' and `apple2' include vt100 emulators now: this means you can do "phosphor -program top", or can use either program as an xterm replacement: "apple2 -text -fast -program 'xemacs -nw'". * `analogtv' (and related) fill the screen better. * The '-gradient' option works in `atlantis' now. * Minor updates to `blinkbox', `queens', `endgame', `glmatrix', `mirrorblob', `blocktube', and `molecule'. * Integrated SuSE's "external passwd helper" support. * Marginally better /tmp handling in various programs. * Updated config defaults for xplanet 1.0.3. * Portability fixes.
2004-04-12No longer used.snj1-27/+0
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-17Unconditionally disable kerberos on FreeBSD.wiz1-1/+2
Per Michal Pasternak on tech-pkg, xscreensaver only supports kerberos 4 and FreeBSD only provides kerberos 5.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-26bl3ifyjmmv2-10/+28
2004-02-26Avoid passing C89 options when calling the compiler, as they trigger somejmmv2-8/+26
errors that break the build.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-1/+2
testing it.
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-2/+2
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-02oops, it's "de" not "es".xtraeme1-3/+3
2004-02-02Some gettext catalogs were not installed in FreeBSD, so usextraeme2-4/+10
PLIST_SUBST to disable them for now.
2004-02-01bl3ifyjlam2-9/+15
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-27Add build dependency on perl.kristerw1-1/+2
2004-01-24Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2003-12-28This needs gettext-lib (fixes installation on NetBSD 1.5).jmmv1-1/+4
2003-12-28Fix build with XFree 3.x. Closes PR pkg/23905 by Richard Liang.jmmv2-1/+14
2003-12-27Disable PAM unconditionally, as discussed briefly on tech-pkg, as the PAMfredb1-1/+2
support is currently broken on FreeBSD, at least. Closes PR pkg/23843.
2003-12-19Check for GCC using CC_VERSION rather than _CC_IS_GCC, as the latter issketch1-2/+2
not defined when building with USE_SUNPRO, breaking the build.
2003-12-18Make the password dialogue banner display the netbsd PKGREVISIONatatat4-4/+31
number, if there was one (which, of course, makes me bump PKGREVISION to 1 for all three xscreensaver pkgs (are we really supposed to bump PKGREVISION for each pkg individually?)). This eliminates the confusion where pkg_info says version "4.14nb1" is installed, yet the dialogue says it's onlu version "4.14". Also, fix the conflicts for the screensaver pkg so that it properly conflicts with xscreensaver-gnome<4.14 (not <1.14).
2003-12-16Fix bad variable initialization which broke the build of thetron1-3/+3
"xscreensaver-gnome" and "xscreensaver-demo" packages.
2003-12-14Trick configure a bit more into thinking perl is really available.seb1-1/+3
2003-12-13Update to 4.14. While here, change xscreensaver to not install thejmmv7-58/+53
xscreensaver-demo program (which requires GTK). This is done to allow xscreensaver coexist with xscreensaver-gnome, and to avoid a dependancy on GTK when installing kdeartwork3. Changes since 4.13: * New hacks, `fontglide', `apple2', `xanalogtv', `pong', `gleidescope', `mirrorblob', and `blinkbox'. * New version of `glsnake' (with many more models.) * Another Windows crash in `bsod'; also HVX/GCOS6/TPS6. * New version of `endgame'. * Screen grabbing works on MacOS X. * Various minor fixes. Ok'ed by wiz@.
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-4/+4
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2