summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
AgeCommit message (Collapse)AuthorFilesLines
2012-11-24Fix bad pattern in BUILD_DEPENDScheusov1-2/+2
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-08-01update to 5.19drochner7-32/+1130
changes: Made pipes be ridiculously less efficient, but spin. Added better mouse control to rubik, cube21, crackberg, and julia. Cosmetic improvements to queens and endgame. sonar can now ping local subnet on DHCP. Most savers now resize/rotate properly. Various fixes. MacOS/iOS improvements pkgsrc note: use "pipes" from 5.17, the new one is too slow on i945 graphics
2012-07-03update to 5.17drochner4-8/+20
changes: -iOS support -Loading images via RSS feeds is much improved -Enlarged the texture image for lament -bugfixes
2012-06-15Whitespace. (as whined about by pkglint)dholland2-5/+5
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-3/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-01-30Add a BUILD_DEPENDS for math/bc if /usr/bin/bc doesn't exists.sbd1-1/+5
This is a simple fix for PR/42393.
2011-12-07update to 5.15drochner4-9/+18
changes: -New hacks, hilbert, companioncube and tronbit -Image-manipulating hacks can now load from RSS or Atom feeds -Updated webcollage for recent search engine changes -minor improvements
2011-06-09update to 5.14drochner3-9/+7
changes: -Optionally enabled full-scene OpenGL antialiasing. Set the resource *multiSample to true if doing so doesn't kill performance with your video hardware. -New version of glhanoi. -Image-loading hacks that display the file name now also display the sub-directory (xscreensaver-getimage now returns relative paths under imageDirectory). -Passwords that contain UTF-8 non-Latin1 chars are now typeable. -Added ``Quick Power-off in Blank Only Mode'' option. -BSOD GLaDOS. +bugfixes
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-18Note "used by..." comments.obache1-1/+3
2011-03-06Remove options that use GTK1.wiz1-9/+2
2011-02-05In order to test HAVE_STDINT_H need to include <config.h>markd3-7/+13
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+3
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-3/+3
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-29update to 5.12drochner3-13/+22
changes: -New molecule in molecule -glhanoi now supports an arbitrary number of poles -Turned on ``New Login'' button by default -Added support for XInput-style alternate input devices -OSX-specific fixes
2010-05-17update to 5.11drochner4-21/+20
changes: -New versions of photopile, strange -bugfixes
2010-05-08fix build on solaris 9tez10-268/+343
make opengl an option (on by default) from PR#43047
2010-02-11update to 5.10drochner5-31/+26
changes: -bugfixes -Ported to MacOS 10.6, including various 64-bit fixes -Merged juggle and juggler3d hacks -New hack, surfaces, incorporating objects from old klein hack, plus new ones -New hack, rubikblocks -Retired hypercube and hyperball, which are redundant with polytopes -updates to various hacks
2010-01-24More PKGREVISION bumps of jpeg dependencies.wiz1-2/+2
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+3
2009-07-07user-destdir supportjoerg3-10/+14
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-14update to 5.08drochner6-108/+29
changes: New hack, photopile. Rewrote sonar and jigsaw as OpenGL programs. Minor tweaks to maze, m6502, hypnowheel, and timetunnel. Savers that load images now obey EXIF rotation tags. Arrgh, more RANDR noise! Fixes this time for rotated screens, and for systems where RANDR lies and says the screen size is 0x0. When the password dialog has timed out or been cancelled, don't pop it right back up a second time. Password timeouts/cancels don't count as ``failed logins''. Retired some of the older, less interesting savers: say goodbye to bubbles, critical, flag, forest, glforestfire, lmorph, laser, lightning, lisa, lissie, rotor, sphere, spiral, t3d, vines, whirlygig, and worm. Merged munch and mismunch. Updated webcollage to use twitpic.com as well.
2008-07-30update to 5.06drochner5-19/+37
changes: Xinerama/RANDR fixes: this time for sure. It should now work to add/remove monitors or resize screens at any time. New hack, skytentacles. New version of gleidescope. Added the -log option to the xscreensaver daemon, since a truly shocking number of Linux users seem to have no idea how to redirect output to a file. Added -duration arg to most image-loading hacks, so that they pick a new image every few minutes. Added an ATM crash to BSOD.
2008-04-08Fix typogson1-2/+2
2008-03-10update xscreensaver to 5.05drochner10-83/+80
changes: -added, updated and improved hacks -bugfixes -Reworked PAM code to support fingerprint readers, etc. -Minor tweaks for compilation on MacOS 10.5.0
2007-01-15Modular Xorg support.joerg2-4/+9
2007-01-08don't install suid on NetBSD per default; now there are 3 ways:drochner8-11/+76
-no PAM (default): let configure figure out whether shadow passwords are used, in that case xscreensaver will be installed suid to enable checking -"pam" option enabled: assume that PAM is able to check the password w/o root privs; require the new pam-pwauth_suid on NetBSD for that -"pam" option enabled; the user decides not to use pam-pwauth_suid but sets xscreensaver suid instead (on NetBSD, or if the PAM implementation needs it) add a MESSAGE discussing the latter 2 options bump PKGREVISION
2007-01-06Fixed PKGMANDIR.rillig1-4/+4
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-10-15Remove conflict with barcode package as manual pages are now in section 6.markd1-3/+1
2006-08-10Include x11.buildlink3.mk. This uses X Intrinsics, for example.reed1-1/+3
Don't assume that this is pulled in from x11/randrproto/builtin.mk.
2006-08-10Fix PR #34087. Patch from Gilles Dauphin.reed2-1/+14
On Solaris 10, /usr/openwin/include/X11/Xutil.h does not include Xlib.h. It does have the comment: /* You must include <X11/Xlib.h> before including this file */ This means that Xlib.h doesn't pull in X.h and Pixmap and other items are not defined. With some other versions of X, the X11/Xutil.h header does include X11/Xlib.h itself so this problem is not seen.
2006-07-19Add a comment that kdeartwork3 might need updating.wiz1-1/+4
2006-07-18Update to 5.00:wiz13-325/+273
Changes since 4.24: * Ported to MacOS X! (10.4.0 or newer) * API change: instead of providing a single screenhack() function that does not return, screen savers using the screenhack.h framework must now provide "init" and "draw one frame" functions instead. All bundled savers have been updated; third-party patches will need work. * All image-loading happens asynchronously. * xscreensaver-getimage-file caches the contents of the image directory for a few hours, so consecutive runs won't have to re-list the whole directory tree. * New hacks, `topblock' and `glschool'. * Removed `xteevee' (superceded by `xanalogtv'). * Added variable-sized puzzle pieces to `jigsaw'. * Changes to the defaults and command-line options of many hacks to make the .xml files more consistent. * Reap zombies in `glslideshow' and `carousel'. * `sonar' works without setuid on OSX (dgram icmp). * `xmatrix -mode pipe' displays the text of a subprocess. * `endgame' has higher resolution chess-piece models. * `webcollage' takes a -directory option to get images from a local directory. Changes since 4.23: * New versions of `cube21', `glsnake', `celtic'. * Backed out a DPMS-related patch that cause desktop flickering with some X servers. * Fixed startup crash in getgroups() when running setuid. * Default to not displaying stderr on the saver window. * Fixed bad free() in "Documentation" button. * Don't try to run hacks that aren't installed. * Minor fixes to various XML config files and man pages. Changes since 4.22: * New hacks, `glhanoi', `cube21', `timetunnel', `juggler3d', and `celtic'. * New versions of `tangram', `webcollage', `hypertorus', `polytopes', and `ripples'. * `sonar' is now quiet about unresolvable hosts. * Minor corrections to BASIC code in `apple2'. * Don't install `ant' by default, since there is some Java tool of that name, which was causing confusion. And also it's boring. * Made screen grabbing work again on MacOS 10.4.2. * No longer prints bogus warnings about ClientMessages intended for the window manager. * Ignore unprintable characters in passwd entry field. * Fixed yet another cross-host-display image-loading endian problem. * `xscreensaver-command -watch' and `-time' now work on 64-bit machines.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-05-21Avoid hardcoding "ca" and "pt_BR" as known locales in the configurejlam3-7/+25
scripts. Fixes build after removing ca.po and pt_BR.po.
2006-05-21Remove useless locale files that contained no translations. Bump thejlam2-6/+8
PKGREVISION to 5.
2006-05-14Do not install webcollage screensaver by default, since it downloadswiz5-26/+32
random images from the web for display, which might include pornographic or otherwise unwanted pictures. I couldn't find a way to disable this globally by default while still installing it, so we just don't compile and install it now. Bump PKGREVISION for this change. Addresses PR 33310 by Hiroyuki Bessho. Split out options stuff to options.mk file. Add option to install the webcollage screensaver. Clean up a pkglint warning. Remove some gettext workaround; this should be fixed by adding the appropriate tool to USE_TOOLS instead.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-25/+25
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).