summaryrefslogtreecommitdiffstats
path: root/x11/xscreensaver
Commit message (Collapse)AuthorAgeFilesLines
* s/malloc.h/stdlib.h/ijliao2001-11-091-0/+3
|
* Upgrade to 3.33, and include the GLE library as a dependency. The extrusiondougb2001-06-054-18/+10
| | | | | | | | | | | | | | | lib gives us one new screensaver, which is really a combination of several objects that get twisted and re-shaped. The update adds two new screensavers, and several improvements to existing ones. Also added is a memory limit parameter, and some more gnome integration. patch-ac is removed due to its being integrated into the source. The suggestion to add the GLE lib comes from the PR. I'm not sure that the cost::benefit justifies it, but the library is small so probably no harm done. PR: ports/27626 Submitted by: David Gilbert <dgilbert@velocet.ca>
* Chase the checksum. The only changes were Makefile niceties anddougb2001-04-211-1/+1
| | | | | | | dates in the man pages, so no portrevision bump is needed. PR: ports/26716 Submitted by: Patrick Li pat@databits.net
* Update to 3.32, which contains no new hacks, but does contain a new systemdougb2001-04-153-3/+7
| | | | | to let the hacks which modify images use ones that you specify instead of your desktop.
* Update to 3.31, which adds 3 new "hacks" and updates somedougb2001-04-063-4/+7
| | | | of the existing ones.
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-291-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Update the list of installed stuffdougb2001-03-052-6/+8
|
* * Assume maintainership. Mail to jseger went unanswered, and this portdougb2001-03-037-60/+34
| | | | | | | | | | | | | | | | | | | | | has been periodically maintained by others for 9 months in any case. * Upgrade 3.26 -> 3.29 * Specify full path to fortune, since many of the screen saver programs could not find it on their own. * Fix the -lpthread -> -pthread problem. * Re-generate patch files. * Eliminate patch-ae, whose only purpose in life was to prevent the building and installation of the xscreensaver-demo program which, in addition to being the method used to configure the server and all the little screensaver programs; works just fine, and doesn't actually hurt anything. The report in the PR is a little out of date with reference to the latest xscreensaver version, but all parts of the thing are working for me now in any case. PR: ports/23619 Submitted by: Lars Eggert <larse@isi.edu>
* Style fixes for ports/x11.olgeni2001-02-051-1/+1
|
* Upgrade to 3.26.vanilla2000-11-125-49/+31
|
* Implment WANT_GTK.reg2000-10-052-4/+31
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Upgrade to xscreensaver 3.24jseger2000-05-095-16/+50
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-131-2/+2
|
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradejseger2000-03-201-1/+1
|
* Fix Kerberos support.jseger1999-12-011-4/+13
| | | | | Submitted by: Bush Doctor <dervish@ikhala.tcimet.net> PR: ports/15111
* Upgrade to xscreensaver-3.21jseger1999-11-253-3/+5
|
* Add dependency to Mesa.jseger1999-11-081-2/+3
|
* Upgrade to xscreensaver-3.19jseger1999-11-023-9/+27
|
* Add patches to find dict/words in the right location.jseger1999-09-101-0/+14
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Properly check for gtk version.jseger1999-07-194-7/+17
| | | | | | | Submitted by: grog PR: ports/12542 and upgrade to xscreensaver-3.17
* Upgrade to xscreensaver-3.16jseger1999-06-273-6/+10
|
* Upgrade to xscreensaver-3.12jseger1999-05-313-17/+25
|
* Add WWW:mharo1999-05-031-1/+1
|
* Upgrade to xscreensaver 3.0.8jseger1999-04-044-5/+15
| | | | | Submitted by: Brad Hendrickse <bradh@uunet.co.za> PR: ports/10861
* Upgrade to 3.06.jseger1998-12-104-15/+31
| | | | | Partially submitted by: dom@phmit.demon.co.uk PR: 8835
* Unmark it broken. (Mark it unbroken?) Probably only occurs when libkrbasami1998-12-031-3/+1
| | | | | | is present, or some such. Reminded by: kuriyama
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Remove x11 manpages. This would be the end of it, but some foolshoek1998-08-201-54/+0
| | | | thought it necessary to five new categories from one. ;-)
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* cc -c -I. -I. -I./../utils -I.. -I/usr/X11R6/include -DHAVE_CONFIG_H -O2 ↵asami1998-07-241-1/+3
| | | | | | | | | | | | | | -pipe -I/usr/X11R6/include kpasswd.c kpasswd.c: In function `passwd_valid_p': kpasswd.c:158: warning: passing arg 1 of `des_string_to_key' discards `const' from pointer target type kpasswd.c:158: warning: passing arg 2 of `des_string_to_key' from incompatible pointer type kpasswd.c:161: warning: passing arg 7 of `krb_get_in_tkt' from incompatible pointer type cc -L/usr/X11R6/lib -o xscreensaver demo.o stderr.o subprocs.o timers.o windows.o xscreensaver.o xset.o dialogs-Xm.o lock.o kpasswd.o ../utils/fade.o ../utils/overlay.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o ../utils/xroger.o ../utils/spline.o ../utils/yarandom.o -L/usr/X11R6/lib -lSM -lICE -lXm -lXmu -lXss -lXdpms -lXp -lXt -lX11 -lXext -lkrb -ldes -lnsl -lsocket -lcrypt ld: -lkrb: no match *** Error code 1 Stop.
* Upgrade to version 2.24.jseger1998-07-143-12/+15
| | | | PR: 7153
* Fix a minor nit in the DESCR.steve1998-07-051-1/+1
| | | | | PR: 7170 Submitted by: Stefan Eggars <seggers@semyam.dinoco.de>
* Disable kerberos support if compiling for 2.2-stable.asami1998-06-081-1/+6
|
* Upgrade to xscreensaver 2.17.jseger1998-06-083-10/+28
| | | | | Satoshi: This does build under current. If it doesn't build under stable please mark it BROKEN for that branch only.
* cc -L/usr/X11R6/lib -o xscreensaver demo.o stderr.o subprocs.o timers.o ↵asami1998-06-071-1/+3
| | | | | | | windows.o xscreensaver.o xset.o dialogs-Xaw.o lock.o kpasswd.o ../utils/fade.o ../utils/overlay.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o ../utils/xroger.o ../utils/spline.o ../utils/yarandom.o -L/usr/X11R6/lib -lXaw -lXmu -lXss -lXt -lSM -lICE -lX11 -lXext -lkrb -ldes -lnsl -lsocket -lcrypt ld: -lnsl: no match *** Error code 1
* Upgrade to version 2.16jseger1998-03-102-4/+4
|
* Upgrade to version 2.15.jseger1998-01-233-6/+4
|
* Upgrade to version 2.14.jseger1997-12-282-4/+4
|
* Upgrade to version 2.11 and make myself MAINTAINER.jseger1997-11-273-8/+6
| | | | OK'ed by: asami
* Upgrade, 1.27 -> 2.07. Lots of new programs.asami1997-09-093-6/+69
| | | | | | | Note that Motif/password checking is disabled, as you can't read the encrypted password unless you are root. Prodded by: Bill Fenner's distfile checker
* Sort this file once and for all so nobody needs to scramble it again.asami1996-12-281-35/+35
| | | | | (It took me a while to figure out that all that happened was addition of lmorph and bubble screensavers! ;)
* Hey guess what Satoshi? I nearly forgot the md5 file too... :-]peter1996-12-251-1/+1
|
* Update 1.25 -> 1.27 (file gone from master sites)peter1996-12-253-15/+21
|
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-4/+4
|
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* Version 1.25 of xscreensaver, this one works on screens with moreasami1995-07-115-0/+77
than 8 planes too.
OpenPOWER on IntegriCloud