Commit Graph

30 Commits

Author SHA1 Message Date
sturm
05e219ade4 explicitly depend on pkgconfig, needed to find gtk+2 and friends 2004-04-02 19:07:04 +00:00
pvalchev
b643fbcb73 make no_gle flavour default, since graphics/gle does not allow re-distribution 2004-03-12 18:03:17 +00:00
espie
26bd7c43d8 explicitly tag no-autoheader some ports for which re-running it after autoconf
is a problem.
2004-03-04 17:49:26 +00:00
brad
bea02de42e AUTOCONF_NEW -> AUTOCONF_VERSION 2004-03-02 07:57:20 +00:00
naddy
a69c0c2cf9 new @dirrm semantics allow us to replace makeshift "@unexec rmdir" construct 2003-12-18 01:19:56 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
naddy
35911cf0ee @dirrm shared directories 2003-12-15 21:08:44 +00:00
sturm
51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00
marcm
770d4b2e66 Don't try to own share/control-center-2.0 and friends. 2003-06-14 04:19:37 +00:00
marcm
927594ff91 controlcenter2 depends on xscreensaver-gtk2 and xscreensaver-gtk2 puts files
into share/control-center-2.0/capplets so xscreensaver-gtk2 needs to
own share/control-center-2.0/capplets, not the other way around.

Noticed by naddy@
2003-02-25 00:56:49 +00:00
marcm
5eb6d74abc Update to 4.06, mostly a bug fix release.
Add support for a gtk2 flavor.
2003-02-18 19:10:33 +00:00
marcm
dd66b0ab11 Update my email address and kill off NEED_VERSION on my remaining ports.
ok pvalchev@
2002-09-19 06:41:59 +00:00
marcm
1afa7ec320 Add overlooked gdk_pixbuf LIB_DEPENDS.
ok naddy@
2002-09-14 22:41:03 +00:00
lebel
d29d0e4598 xscreensaver will "autodetect" gtk+1 or gtk+2 libs. This patch forces
the use of gtk+1 libs even when gtk+2 libs are present.  A FLAVOR for
gtk+2 is pending, and eventually gtk+2 will replace gtk+ as the preferred
toolkit for xscreensaver.

Bump package version.  Marc Matteo <marcm@lectroid.net> is taking over
maintainership.
2002-08-27 02:46:17 +00:00
lebel
ca76eb0ec8 update x11/xscreensaver to 4.05 2002-06-26 02:36:03 +00:00
lebel
73c537fb05 cleanup even more the dependencies. thanks to naddy@ 2002-03-27 02:53:59 +00:00
lebel
cd459cfe83 oups, forgot those two patches 2002-03-27 01:28:58 +00:00
lebel
f9eab828bb - do a better job for deco and rename everything from deco to xdeco.
- re-arrange the dependencies and make sure everything is accounted for.
- remove the depreciated motif FLAVOR and default to gtk.
brad@ found issues with deco and agreed with the rest of the modifications.
2002-03-27 01:28:27 +00:00
lebel
012236ddbf fix conflict with misc/deco by renaming deco.1 to xdeco.1 2002-03-26 21:51:41 +00:00
lebel
e3d0cf2b04 update x11/xscreensaver to 4.02 2002-03-23 01:38:29 +00:00
lebel
37bd7e787b update xscreensaver to 4.00. 2002-01-26 23:59:49 +00:00
lebel
5bb1f4436f add new FLAVOR 'no_gle' to build xscreensaver without GLE 2002-01-09 21:14:44 +00:00
lebel
29e5afa52c update x11/xscreensaver to 3.34 2001-11-21 19:35:44 +00:00
wilfried
cb0c7e1ae1 revert gtk module 2001-11-01 21:16:53 +00:00
lebel
522222d7dc use gtk module 2001-10-29 02:23:30 +00:00
lebel
f056e3b53b NO_REGRESS=Yes 2001-10-24 14:16:13 +00:00
espie
e0b8696d23 Avoid gnome. 2001-10-17 15:57:22 +00:00
naddy
5f2065c764 - Make use of new bsd.port.mk feature and replace error reporting through
.BEGIN with ERRORS.
- Sync NEED_VERSION accordingly.
ok espie@
2001-07-18 10:59:00 +00:00
lebel
9eb679d593 I should be more careful when I cut and paste an author's description of his
software. Thanks to Heikki Korpela <heko@saitti.net>.
2001-06-20 19:40:44 +00:00
lebel
abe14b2928 The xscreensaver program waits until the keyboard and mouse have
been idle for a period, and then runs a graphics demo chosen at
random. It turns off as soon as there is any mouse or keyboard
activity. It can also lock the screen (immediately, after a longer
idle period, or on demand.) xscreensaver consists of two parts:
xscreensaver itself, the (the ``driver'' or ``daemon''), which
detects idleness and does locking; and the many graphics demos that
are launched by xscreensaver.
 
Any X program that can draw on the root window can be used with
xscreensaver, regardless of how that program is written, or what
language it is written in, or what libraries it uses. The xscreensaver
daemon takes care of detecting when the user is idle, locking, and
checking passwords and all the other book-keeping; all the other
programs need to do is draw.
 
The benefit that xscreensaver has over the combination of the xlock
and xautolock programs is the ease with which new graphics hacks
can be installed.  You don't need to recompile (or even re-run) the
xscreensaver program to add a new display mode, you just change a
config file.
 
WWW: http://www.jwz.org/xscreensaver/
2001-06-20 19:16:45 +00:00