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
idled A daemon that logs out idle users and those users hogging resources
1.16_3 sysutils Deleted on this many watch lists=8 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 1.16_3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Upstream disapear and distfile is no more available, consider using sysutils/doinkd
Expired This port expired on: 2011-05-01
NO CDROM NO CDROM: non-profit use and distribution only
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2011-05-01 19:52:01
SVN Revision: UNKNOWN
People watching this port, also watch:: wget
License: not specified in port
Description:
This is a port of idled by Michael P. Crider. Idled is a daemon that runs on a machine to keep an eye on current users. If users have been idle for too long, or have been logged on for too long, or have logged in too many times, it will warn them and log them out appropriately.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • idled>0:sysutils/idled
No installation instructions:
This port has been deleted.
PKGNAME: idled
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.netsw.org/system/tools/process/
Collapse this list.

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.16_3
01 May 2011 19:52:01
Original commit files touched by this commit
bapt search for other commits by this committer
Remove unmaintained expired ports from sysutils

2011-05-01 sysutils/acidlaunch: Upstream disapear and distfile is no more
available
2011-05-01 sysutils/cpbk: Upstream disapear and distfile is no more available
2011-05-01 sysutils/dc42wrap: Upstream disapear and distfile is no more
available
2011-05-01 sysutils/deleted: Upstream disapear and distfile is no more available
2011-05-01 sysutils/dolly+: Upstream disapear and distfile is no more available
2011-05-01 sysutils/durep: Upstream disapear and distfile is no more available
2011-05-01 sysutils/dvdtape: Upstream disapear and distfile is no more available
2011-05-01 sysutils/flock: Upstream disapear and distfile is no more available
2011-05-01 sysutils/fontedit: Upstream disapear and distfile is no more
available
2011-05-01 sysutils/ftrace: Upstream disapear and distfile is no more available
2011-05-01 sysutils/gfslicer: Upstream disapear and distfile is no more
available
2011-05-01 sysutils/ghasher: Upstream disapear and distfile is no more available
2011-05-01 sysutils/gkrellmouse: Upstream disapear and distfile is no more
available
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.16_3
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
1.16_3
15 Mar 2011 22:36:03
Original commit files touched by this commit
bapt search for other commits by this committer
Change the deprecation message to point user to sysutils/doinkd

Submitted by:   Jason Helfman <jhelfman _at_ e-e.com> (by mail)
1.16_3
13 Mar 2011 12:21:37
Original commit files touched by this commit
bapt search for other commits by this committer
Deprecate unmaintained ports from sysutils where upstream disapear and/or
 where no distfiles can be found and are not used by maintained ports
1.16_3
27 Mar 2010 00:15:24
Original commit files touched by this commit
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
1.16_3
02 Feb 2010 06:03:37
Original commit files touched by this commit
wen search for other commits by this committer
- Convert from utmp.h to utmpx.h

PR:             ports/143238
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
1.16_3
15 Jul 2009 16:56:10
Original commit files touched by this commit
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
1.16_3
15 Jul 2009 05:09:46
Original commit files touched by this commit
pgollucci search for other commits by this committer
- USE_RC_SUBR != yes
- PLIST_FILES
- portlint cleanups
1.16_2
28 Jul 2006 06:02:34
Original commit files touched by this commit
itetcu search for other commits by this committer
- provide a working MASTER_SITE
- remove bad WWW [1]

PR:             ports/100862 [1]
Submitted by:   Dr. Markus Waldeck [1]
1.16_2
14 Jun 2006 08:15:13
Original commit files touched by this commit
linimon search for other commits by this committer
Reset andrew@ugh.net.au due to multiple timeouts.
1.16_2
20 Feb 2006 20:47:50
Original commit files touched by this commit
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
1.16_2
24 Jan 2006 01:06:45
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.16_2
19 Mar 2004 01:51:15
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data, approved by maintainers.
1.16_2
03 Jan 2004 06:59:23
Original commit files touched by this commit
edwin search for other commits by this committer
[PATCH] sysutils/idled 1.16

        This patch adds rc_subr support to the idled port.

PR:             ports/57383
Submitted by:   Martin Matuska <martin@tradex.sk>
Approved by:    maintainer timeout
1.16_1
24 Sep 2003 09:37:11
Original commit files touched by this commit
osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
1.16_1
21 Feb 2003 13:28:59
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
17 Aug 2001 17:19:41
commit hash: fp1.17384@dev.null.freshports.orgcommit hash: fp1.17384@dev.null.freshports.orgcommit hash: fp1.17384@dev.null.freshports.orgcommit hash: fp1.17384@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
Simplification of idled.sh    
21 Jan 2001 01:17:43
commit hash: fp1.8656@dev.null.freshports.orgcommit hash: fp1.8656@dev.null.freshports.orgcommit hash: fp1.8656@dev.null.freshports.orgcommit hash: fp1.8656@dev.null.freshports.org files touched by this commit
jedgar search for other commits by this committer
Don't unnecessarily install files group-writable    
02 Nov 2000 14:58:23
commit hash: fp1.5908@dev.null.freshports.orgcommit hash: fp1.5908@dev.null.freshports.orgcommit hash: fp1.5908@dev.null.freshports.orgcommit hash: fp1.5908@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
- Fix Makefile and pkg-plist   - Respect CFLAGS    
08 Oct 2000 07:23:57
commit hash: fp1.4823@dev.null.freshports.orgcommit hash: fp1.4823@dev.null.freshports.orgcommit hash: fp1.4823@dev.null.freshports.orgcommit hash: fp1.4823@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category sysutils to new layout.  
11 Aug 2000 02:34:09
commit hash: fp1.2789@dev.null.freshports.orgcommit hash: fp1.2789@dev.null.freshports.orgcommit hash: fp1.2789@dev.null.freshports.orgcommit hash: fp1.2789@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Add startup script.    

Number of commits found: 21