Port details |
- idled A daemon that logs out idle users and those users hogging resources
- 1.16_3 sysutils
=8 1.16_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream disapear and distfile is no more available, consider using sysutils/doinkd
This port expired on: 2011-05-01 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
- 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 ¦
- 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:
-
- 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. Perhaps there is a build error. Check the fallout link:
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.16_3 01 May 2011 19:52:01 |
bapt |
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 ) |
1.16_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.16_3 15 Mar 2011 22:36:03 |
bapt |
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 |
bapt |
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 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.16_3 02 Feb 2010 06:03:37 |
wen |
- 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 |
dougb |
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 |
pgollucci |
- USE_RC_SUBR != yes
- PLIST_FILES
- portlint cleanups |
1.16_2 28 Jul 2006 06:02:34 |
itetcu |
- 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 |
linimon |
Reset andrew@ugh.net.au due to multiple timeouts. |
1.16_2 20 Feb 2006 20:47:50 |
dougb |
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 |
edwin |
SHA256ify
Approved by: krion@ |
1.16_2 19 Mar 2004 01:51:15 |
trevor |
Add size data, approved by maintainers. |
1.16_2 03 Jan 2004 06:59:23 |
edwin |
[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 |
osa |
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 |
knu |
De-pkg-comment. |
17 Aug 2001 17:19:41 |
ijliao |
Simplification of idled.sh |
21 Jan 2001 01:17:43 |
jedgar |
Don't unnecessarily install files group-writable |
02 Nov 2000 14:58:23 |
kevlo |
- Fix Makefile and pkg-plist - Respect CFLAGS |
08 Oct 2000 07:23:57 |
asami |
Convert category sysutils to new layout. |
11 Aug 2000 02:34:09 |
will |
Add startup script. |