summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-09-21Move the USE_BUILDLINK2 definition to the common Makefile, as we includejlam1-3/+1
buildlink2.mk files from there.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-3/+2
have been converted to USE_BUILDLINK2.
2002-04-09Strongly buildlinkify.jlam1-2/+7
2002-02-09Update xscreensaver to 4.00:wiz1-2/+3
* 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.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+3
2000-06-03Make two packages out of this. "xscreensaver" should be functionallyfredb1-47/+3
equivalent to the previous package; "xscreensaver-gnome" requires the gnome-libs to build and run, and installs itself into the gnome CC.
2000-06-02No, really, don't build the Motif GUI.fredb1-1/+2
2000-06-02Restore full path for INSTALL; remove USE_MOTIF, as we're only installingfredb1-3/+2
the gtk+ version anyway; add xflame(1) man page to PLIST.
2000-06-02Update to xscreensaver-3.24: Updates and fixes to "maze", "critical",fredb1-13/+21
"bsod", "xflame", "flow", "xteevee" and "webcollage"; added support for Kerberos5 [if KERBEROS is set in /etc/mk.conf]; xscreensaver-demo now installs itself into the Gnome Control Center [if USE_GNOME is set in /etc/mk.conf]. The Screensaver panel in gnomecc now actually works!
2000-04-24Address PR 9970 by Jason Thorpe:hubertf1-1/+9
* unconditionally install xscreensaver.kss (KDE screensaver module), don't rely on the user having KDEDIR set in his environment * Install xscreensaver.kss using BSD_INSTALL_SCRIPT, as it's a shell script, not a binary. * xscreensaver.kss wanted /bin/bash, make it use /bin/sh * Make xscreensaver.kss aware of $PREFIX, don't hardcode /usr/X11R6
2000-02-01Remove myself as MAINTAINER.frueauf1-2/+2
2000-02-01update xscreensaver (again), this time to 3.23wiz1-2/+2
Changes since 3.22: * Fixed some misplaced text fields in the Motif version of xscreensaver-demo; fixed a crash in the Gtk version that would happen if the programs list was empty. * Fixed a recently-introduced bug in `pulsar'. * Made `sierpinski3d' use solid tetrahedrons instead of points. * Added `-trace' option to `xmatrix'. * Added new hacks `xteevee' and `xspirograph'.
2000-02-01update xscreensaver to 3.22.wiz1-2/+2
Changes since 3.21: * Fixed some bugs in xscreensaver-demo. * Rewrote the Motif version of xscreensaver-demo to match the new Gtk version. * The Athena toolkit is no longer supported. XXX: depends on lesstif>=0.89.9 (or motif), but dependency is handled indirectly by USE_MOTIF... how to handle this?
1999-11-21Update xscreensaver to 3.21.frueauf1-2/+2
Changes since 3.20: * Tweaked the xscreensaver-demo UI (Gtk only.) * Fixed a few visual selection bugs. I think the proper GL visual should be used with nVidia systems now. * Made the Makefiles obey $install_prefix. * Made the `xscreensaver.spec' file able to generate both GL and non-GL packages simultaniously.
1999-11-14Update xscreensaver to 3.20 and fix the patch-fuzz stuff.frueauf1-2/+2
Changes since 3.19: * Added new hack `ripples' and `sierpinski3d'. * Made `xscreensaver-command -exit' be silent when no screen saver was running (instead of complaining.) * Made `webcollage' and `vidwhacker' use `xloadimage' when available (in addition to `xli' and `xv'.) * Improved memory usage in `petri' and gave it a hard cap on how much memory it can allocate. * Added `-watch' option to `xscreensaver-command'. * Made `xscreensaver-demo' come up with the most-recently-run hack selected by default. * Rewrote the Gtk version of `xscreensaver-demo'. It's a lot easier to use now. * Extended the format of the programs list in the .xscreensaver file, for the benefit of the new capabilities of `xscreensaver-demo'. NOTE: you might want to delete your ~/.xscreensaver file and allow it to be re-created! The old one should still work, but xscreensaver-demo won't be as pretty. Changes since 3.18: * Fixed gcc dependencies in `bumps' and `ccurve'. * New hack, `extrusion'. * Some of the web sites that `webcollage' was using as its sources changed formats; tweaked it to understand the current layouts. * Added typeahead in the password dialog: if the screen is locked, and you unlock it by typing a character, that key will be automatically inserted in the password dialog (unless it is Return, Enter, Space, or a non-printing key like Shift.) * Made `xmatrix' take a `-small' option, since some folks with tiny screens prefer a smaller font.
1999-10-25Fix typo, pointed out by Hubert Feyrer, thanks!frueauf1-2/+2
1999-10-24Configure with kerberosIV support if KERBEROS is defined in /etc/mk.conf.frueauf1-1/+8
Suggested by Skeelo <skeelo@white-dwarf.flame.org> in private email.
1999-10-23Use wildcard dependence for "gtk+" package.tron1-2/+2
1999-10-18Update xscreensaver to 3.18.frueauf1-2/+2
1999-09-29Use wildcard dependence for "Mesa" package so that either standard ortron1-2/+2
hardware accelerated Mesa libraries can be used.
1999-08-29Update dependency on gtk+-1.2.4rh1-4/+4
1999-08-25Introduce a USE_XAW definition, which is used in package Makefiles, toagc1-2/+6
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines.
1999-07-23Update xscreensaver to 3.17.frueauf1-2/+2
1999-07-02Update xscreensaver to 3.16.frueauf1-2/+3
1999-06-12Update xscreensaver to 3.14.frueauf1-5/+6
1999-06-02Update xscreensaver to 3.13.frueauf1-2/+2
1999-05-17Update xscreensaver to 3.12.frueauf1-2/+2
1999-05-02Update xscreensaver to 3.10.frueauf1-2/+2
1999-04-12Update to xscreensaver-3.09hubertf1-2/+2
Changes: Added compass, squiral, xflame, wander, spotlight, and critical hacks, fixed a bad interaction with VMware as well as various other minor tweaks/fixes.
1999-03-27Update xscreensaver to 3.08.frueauf1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
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-06Update xscreensaver to 3.07.frueauf1-6/+3
Changes since 3.06: * Configure tweaks (sometimes -lXmu wasn't getting linked in properly; check for _Xsetlocale in -lXintl.) * Portability fixes for sonar.c. * Fixed a compilation problem when you have GL but don't have XPM. * Made configure notice when MesaGL requires -lpthread. * Made `flame' ignore SIGFPE (not sure if this is the right fix; it seems only to be needed on FreeBSD.) * Kludged `rd-bomb' work on visuals that are of depth 24 but that *do not* support pixmaps of depth 32. * Fixed `halo' to work properly in TrueColor. * Changed `xscreensaver.spec' to install the hacks in /usr/X11R6/lib/xscreensaver/ by default, since that's where recent Red Hat distributions put them. * Added `t3d' hack. * Updated versions of `crystal', `hopalong', and `flow' from xlockmore.
1998-11-24Update xscreensaver to 3.06.frueauf1-3/+3
1998-11-21Update xscreensaver to 3.05.frueauf1-3/+4
1998-11-18Update xscreensaver to 3.04.frueauf1-3/+3
1998-11-16Update xscreensaver to 3.03.frueauf1-3/+3
1998-10-29Update xscreensaver to 3.02.frueauf1-3/+4
1998-10-22Update xscreensaver to 3.0.0.frueauf1-3/+3
1998-10-10Update xscreensaver to 2.34.frueauf1-3/+3
1998-10-07Update xscreensaver to 2.33.frueauf1-3/+4
1998-10-05Update xscreensaver to 2.32.frueauf1-5/+6
1998-09-30Depend on Mesa-3.0.tron1-2/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- 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-08remove me as MAINTAINER.frueauf1-2/+2
1998-07-26Update xscreensaver to 2.26.frueauf1-5/+6
1998-07-13Update xscreensaver to 2.24.frueauf1-2/+4
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-07-04Update Xaw3d to 1.5.mycroft1-2/+2
1998-06-27Initial addition of xscreensaver-2.23, a screen saver and locker for thefrueauf1-0/+20
X window system.