notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
xidle Run a program on X inactivity
26052015_2 x11 on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 26052015_1Version of this port present on the latest quarterly branch.
Maintainer: novel@FreeBSD.org search for ports maintained by this maintainer
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:: curl, mplayer, cdrtools
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.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/xidle
  2. share/man/man1/xidle.1.gz
  3. /usr/local/share/licenses/xidle-26052015_2/catalog.mk
  4. /usr/local/share/licenses/xidle-26052015_2/LICENSE
  5. /usr/local/share/licenses/xidle-26052015_2/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • xidle>0:x11/xidle
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):
xidle
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest26052015_226052015_22605201526052015_226052015_2-26052015-
FreeBSD:13:quarterly26052015_126052015_12605201526052015_126052015_226052015_126052015_126052015_1
FreeBSD:14:latest26052015_226052015_22605201526052015_226052015_226052015-26052015
FreeBSD:14:quarterly26052015_126052015_2-26052015_126052015_226052015_126052015_126052015_1
FreeBSD:15:latest26052015_226052015_2n/a26052015_1n/a26052015_126052015_126052015_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. x11.pc : x11/libX11
  2. xscrnsaver.pc : x11/libXScrnSaver
  3. xcb.pc : x11/libxcb
  4. xau.pc : x11/libXau
  5. xdmcp.pc : x11/libXdmcp
  6. xext.pc : x11/libXext
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xscrnsaver.pc : x11/libXScrnSaver
  3. xcb.pc : x11/libxcb
  4. xau.pc : x11/libXau
  5. xdmcp.pc : x11/libXdmcp
  6. 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:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/novel/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/novel/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/novel/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/novel/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
26052015_2
07 Mar 2024 08:51:30
commit hash: 4f1440dda35af6712b65151dde67ef867429e070commit hash: 4f1440dda35af6712b65151dde67ef867429e070commit hash: 4f1440dda35af6712b65151dde67ef867429e070commit hash: 4f1440dda35af6712b65151dde67ef867429e070 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Chris Hutchinson
x11/*: Move manpages to share/man

Approved by:	portmgr (blanket)
26052015_1
24 Dec 2023 09:46:21
commit hash: 08ff7700f244f5157f03dbb1a67ade35d32ed4c4commit hash: 08ff7700f244f5157f03dbb1a67ade35d32ed4c4commit hash: 08ff7700f244f5157f03dbb1a67ade35d32ed4c4commit hash: 08ff7700f244f5157f03dbb1a67ade35d32ed4c4 files touched by this commit
Roman Bogorodskiy (novel) search for other commits by this committer
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
commit hash: d357bca4f0e71714865e030d7a1e611845d9050bcommit hash: d357bca4f0e71714865e030d7a1e611845d9050bcommit hash: d357bca4f0e71714865e030d7a1e611845d9050bcommit hash: d357bca4f0e71714865e030d7a1e611845d9050b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
26052015
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
26052015
07 Nov 2019 18:36:56
Revision:517000Original commit files touched by this commit
zeising search for other commits by this committer
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
Revision:387971Original commit files touched by this commit
novel search for other commits by this committer
Update to 26052015.

This is a new snapshot I extracted from the OpenBSD CVS repo.
24102005_2
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:363399Original commit files touched by this commit
adamw search for other commits by this committer
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
Revision:339245Original commit files touched by this commit
vanilla search for other commits by this committer
Support stagedir.

Approved by:	portmgr (blanket infrastructure)
24102005_2
20 Sep 2013 23:43:20
Revision:327777Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
24102005_2
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
24102005_2
05 Jan 2009 19:42:29
Original commit files touched by this commit
wxs search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older

Approved by:    pav
24102005_2
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
24102005_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- 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
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
24102005
24 Jan 2006 03:16:52
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
24102005
25 Nov 2005 11:41:43
Original commit files touched by this commit
vs search for other commits by this committer
Fix build on 4.x

Approved by: novel
24102005
04 Nov 2005 11:02:02
Original commit files touched by this commit
novel search for other commits by this committer
Use getopt_long() when getopt_long_only() is not avaible.

Reported by:    pointyhat via kris
24102005
29 Oct 2005 13:59:29
Original commit files touched by this commit
novel search for other commits by this committer
Fix build on 4.x.

Reported by:    pointyhat via kris
24102005
24 Oct 2005 17:55:16
Original commit files touched by this commit
novel search for other commits by this committer
Add OpenBSD's xidle, an app to run a program on X inactivity (xautolock
replacement).

Number of commits found: 22