Port details |
- xidle Run a program on X inactivity
- 26052015_2 x11 =4 26052015_2Version of this port present on the latest quarterly branch.
- Maintainer: novel@FreeBSD.org
- Port Added: 2005-10-24 18:07:37
- Last Update: 2024-03-07 08:51:30
- Commit Hash: 4f1440d
- People watching this port, also watch:: mplayer, curl, wget, cdrtools, libexif
- License: BSD2CLAUSE
- Description:
- xidle uses the XScreenSaver(3) extension to receive inactivity events
when a timeout is specified, running a specific program after the elapsed
time. xidle also monitors the very corner of the given position for
pointer activity and runs a program if the pointer sits there for more
than the specified number of seconds. This behavior is always present,
whether -timeout is specified or not.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/xidle/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xidle
- pkg install xidle
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xidle
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xidle-26052015.tar.bz2) = a7ba1b887c0f4d9d080dc7f49569bf48e3df1d9f2c08b11cffd159c5a15b174c
SIZE (xidle-26052015.tar.bz2) = 5897
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- x11.pc : x11/libX11
- xscrnsaver.pc : x11/libXScrnSaver
- xcb.pc : x11/libxcb
- xau.pc : x11/libXau
- xdmcp.pc : x11/libXdmcp
- xext.pc : x11/libXext
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xscrnsaver.pc : x11/libXScrnSaver
- xcb.pc : x11/libxcb
- xau.pc : x11/libXau
- xdmcp.pc : x11/libXdmcp
- xext.pc : x11/libXext
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_xidle
- USES:
- tar:bzip2 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
26052015_2 07 Mar 2024 08:51:30 |
Gleb Popov (arrowd) Author: Chris Hutchinson |
x11/*: Move manpages to share/man
Approved by: portmgr (blanket) |
26052015_1 24 Dec 2023 09:46:21 |
Roman Bogorodskiy (novel) |
x11/xidle: fix double triggering on screen unlock
A problem reported that xidle triggers twice: the first one when it
reaches idle timeout and locks the screen (which is expected), and the
second time immediately when the screen is unlocked (which is
undesired).
The problem is that, apparently, the XScreenServer extension, which
xidle uses, sends ScreenSaverOn on locking and ScreenSaverOff on
unlocking. Currently, xidle doesn't filter events by locking state, so
it locks the screen again when the ScreenSaverOff event comes in.
The fix is to run a screensaver only on the ScreenSaverOn event.
PR: 275761 |
26052015 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
26052015 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
26052015 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
26052015 30 May 2015 15:48:50 |
novel |
Update to 26052015.
This is a new snapshot I extracted from the OpenBSD CVS repo. |
24102005_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
24102005_2 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
24102005_2 09 Jan 2014 14:48:54 |
vanilla |
Support stagedir.
Approved by: portmgr (blanket infrastructure) |
24102005_2 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
24102005_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
24102005_2 05 Jan 2009 19:42:29 |
wxs |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav |
24102005_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
24102005_2 24 Mar 2008 23:21:25 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
24102005_1 20 Mar 2008 10:09:36 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
24102005_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
24102005 13 May 2006 05:00:46 |
edwin |
Remove USE_REINPLACE from categories starting with X |
24102005 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
24102005 25 Nov 2005 11:41:43 |
vs |
Fix build on 4.x
Approved by: novel |
24102005 04 Nov 2005 11:02:02 |
novel |
Use getopt_long() when getopt_long_only() is not avaible.
Reported by: pointyhat via kris |
24102005 29 Oct 2005 13:59:29 |
novel |
Fix build on 4.x.
Reported by: pointyhat via kris |
24102005 24 Oct 2005 17:55:16 |
novel |
Add OpenBSD's xidle, an app to run a program on X inactivity (xautolock
replacement). |