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
estctrl Enhanced SpeedStep control daemon
0.8_2 sysutils Deleted on this many watch lists=3 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 0.8_2Version of this port present on the latest quarterly branch.
Ignore IGNORE: estctrl now contained in the base system (see powerd(8))
Maintainer: cperciva@daemonology.net search for ports maintained by this maintainer
Port Added: 2004-09-02 04:20:19
Last Update: 2009-12-24 20:38:56
SVN Revision: UNKNOWN
People watching this port, also watch:: xorg-server, mplayer-skins, rpm2cpio, python
License: not specified in port
WWW:
http://www.daemonology.net/freebsd-est/
Description:
This is a daemon for controlling the CPU speed via Enhanced Speedstep on Intel Pentium M processors based on the current cpu load and power source. WWW: http://www.daemonology.net/freebsd-est/ - Colin Percival cperciva@daemonology.net
Homepage    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:
  • estctrl>0:sysutils/estctrl
No installation instructions:
This port has been deleted.
PKGNAME: estctrl
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. est.ko : sysutils/est
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.daemonology.net/freebsd-est/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8_2
24 Dec 2009 20:38:56
Original commit files touched by this commit
miwi search for other commits by this committer
misc/bsdiff||2009-12-24|Incorporated into base system long ago
security/freebsd-update||2009-12-24|Incorporated into base system long ago
sysutils/est||2009-12-24|Incorporated into base system long ago
sysutils/estctrl||2009-12-24|Incorporated into base system long ago
sysutils/freebsd-sha1||2009-12-24|Incorporated into base system long ago
sysutils/freebsd-sha256||2009-12-24|Incorporated into base system long ago
0.8_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.
0.8_2
24 Jan 2006 05:43:37
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify (manually checked)
>
> Approved by: krion@
0.8_2
07 Jan 2006 06:29:57
Original commit files touched by this commit
dougb search for other commits by this committer
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
0.8_1
28 Oct 2005 06:54:18
Original commit files touched by this commit
cperciva search for other commits by this committer
Correction to previous commit: IGNORE isn't supposed to be quoted at all.

Pointy hat to:  cperciva
Pointed out by: kris
Approved by:    kris (implicitly)
0.8_1
27 Oct 2005 00:10:40
Original commit files touched by this commit
cperciva search for other commits by this committer
Replace IGNORE="foo (bar)" with IGNORE='foo (bar)'.  With double
quotes, sh chokes on the parentheses.

Submitted by:   Peter Schuller
Approved by:    flz
0.8_1
06 Mar 2005 11:32:22
Original commit files touched by this commit
cperciva search for other commits by this committer
Set IGNORE for est and estctrl on recent -CURRENTs, since njl has added
them to the base system (as part of cpufreq, and under the name
"powerd", respectively).

Approved by:    pav
0.8_1
08 Dec 2004 20:27:04
Original commit files touched by this commit
pav search for other commits by this committer
- Close curly bracket in rc script

Spotted by:     rushani
Approved by:    cperciva (maintainer)
0.8
08 Dec 2004 17:40:32
Original commit files touched by this commit
pav search for other commits by this committer
- Fixate IRC pasto
0.8
08 Dec 2004 17:34:22
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.8

PR:             ports/74795
Submitted by:   cperciva (maintainer)
0.7_1
12 Oct 2004 17:48:58
Original commit files touched by this commit
krion search for other commits by this committer
Fix build on 4.x

PR:             ports/72589
Submitted by:   cperciva
0.7
12 Oct 2004 16:22:46
Original commit files touched by this commit
pav search for other commits by this committer
- Fix typo

PR:             ports/71582
Submitted by:   Leland Wang <llwang@infor.org>
Approved by:    cperciva (maintainer)
0.7
02 Sep 2004 04:16:40
Original commit files touched by this commit
edwin search for other commits by this committer
[NEW PORT] sysutils/estctrl

        This port provides a daemon for adjusting the cpu frequency
        (using the Enhanced Speedstep module in sysutils/est) based
        on the current cpu load and power source.

PR:             ports/71270
Submitted by:   Colin Percival <cperciva@daemonology.net>

Number of commits found: 13