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
devcpu Kernel module that provides access to i386 MSRs and cpuid info
0.8.3 sysutils Deleted on this many watch lists=1 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.3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Already included in base system
Expired This port expired on: 2012-07-01
Ignore IGNORE: already included into base system
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: 2006-12-09 00:36:17
Last Update: 2012-07-06 08:46:53
SVN Revision: UNKNOWN
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
Also Listed In: kld
License: not specified in port
Description:
This kernel module provides access to i386/amd64 CPUs MSR (Model Specific Register) registers and cpuid info through /dev/cpu%d devices, where %d corresponds to cpu number. It can be used with x86info to retrive information available from MSR registers. Additionally, this module can be used to update/replace microcode of cpus. Author: Stanislav Sedov <stas@FreeBSD.org>
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:
  • devcpu>0:sysutils/devcpu
No installation instructions:
This port has been deleted.
PKGNAME: there is no package for this port: NO_PACKAGE = depends on kernel
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386 amd64
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. .do_not_delete : sysutils/devcpu-data
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for devcpu-0.8.3: EXTRACTOR=off: Install Award Bios microcode extracting utility ===> Use 'make config' to modify these settings
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. ftp://ftp.SpringDaemons.com/soft/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.3
06 Jul 2012 08:46:53
Original commit files touched by this commit
rm search for other commits by this committer
Remove expired ports:
- sysutils/devcpu: Already included in base system
- mail/squirreloutlook: Based on a vulnerable version of squirrelmail,
  use mail/squirrelmail for similar functionality
0.8.3
11 Jun 2012 05:53:54
Original commit files touched by this commit
arved search for other commits by this committer
Mark DEPRECATED and set an EXPIRATION_DATE, port is in base system in all
supported branches
0.8.3
02 Mar 2012 14:56:37
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 6.X

PR:             ports/165608
Submitted by:   pgollucci
Approved by:    portmgr (hat)
0.8.3
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
0.8.3
18 Nov 2011 23:30:13
Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces.

Feature safe:   yes
0.8.3
24 Oct 2011 03:33:20
Original commit files touched by this commit
stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
0.8.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
0.8.3
15 Oct 2009 09:57:54
Original commit files touched by this commit
stas search for other commits by this committer
- Fix OSVERSION check.
0.8.3
16 Aug 2009 16:30:16
Original commit files touched by this commit
stas search for other commits by this committer
- Mark ignore on 7.2 and higher - alredy included into the base system.
0.8.3
25 Jul 2008 12:48:47
Original commit files touched by this commit
pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
0.8.3
25 Jan 2008 06:06:10
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 0.8.3.

  * Add a patch from Markus Strobl <markus.strobl@gmx.at> to fix WRMSR
    ioctl. That was broken before.
0.8.2_1
11 Nov 2007 17:27:47
Original commit files touched by this commit
stas search for other commits by this committer
- Don't patch shebang line to avoid the build dependency on ruby18 port.
  After unfreeze I'll change the shebang line patching code to use
  sed instead of ruby. For now this solution will work since these files
  already contains correct paths to ruby anyway.

PR:             ports/112496
Submitted by:   Victor Snezhko<snezhko@indorsoft.ru>
Approved by:    portmgr (linimon)
0.8.2
19 Jul 2007 22:50:15
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 0.8.2
  * Chase CURRENT scheduler code update
  * Fix building on 6-STABLE/amd64 [1] [2]
- Remove reference to unexsistent web page [3]
- Use new devcpu-data port for microcode updates.

PR:             ports/114098 [1], ports/114103 [2]
Reported by:    Simun Mikecin <numisemis@yahoo.com> [1],
                Larry Rosenman <ler@lerctr.org> [2],
                mnag [3]
0.8.1
29 Jun 2007 09:16:42
Original commit files touched by this commit
linimon search for other commits by this committer
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:            portmgr
0.8.1
03 May 2007 07:44:16
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 0.8.1
- Change mirror.

  Changelog:
  * Add CRITICAL microcode update from Intel for Core 2 Duo, Quad, Extreme.
    Update is recommended (also check for your bios updates).
0.7
02 Feb 2007 15:30:55
Original commit files touched by this commit
stas search for other commits by this committer
- Fix typo.

Submitted by:   netchild
0.8
01 Feb 2007 21:52:14
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 0.8
- Add rcNG startup script that allows update cpucodes on startup
- Add utility to extract cpucodes from Award BIOS update images
- Add additional amd microcode upodate extracted from update images,
  provided by pav@

Thanks to netchild@ and pav@ for suggestions and information regarding
BIOS updates.
0.7
12 Dec 2006 11:26:03
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 0.7

Changes:
- Accuire sched lock when calling the is_sched_bound function.

Reported by:    netchild@
0.6_1
11 Dec 2006 00:06:55
Original commit files touched by this commit
stas search for other commits by this committer
- Install kernel module into the /boot/modules rather then into the kernel
  default dir
- Rebuild cross-reference on uninstall

Reported by:    Alexander Leidinger <Alexander@Leidinger.net>
0.6
09 Dec 2006 00:35:54
Original commit files touched by this commit
stas search for other commits by this committer
- Add port for sysutils/devcpu

This kernel module provides access to i386/amd64 CPUs MSR (Model Specific
Register) registers and cpuid info through /dev/cpu%d devices, where %d
corresponds to cpu number.

It can be used with x86info to retrive information available from MSR registers.

Additionally, this module can be used to update/replace microcode of cpus.

PR:             ports/ports/102454
Submitted by:   stas

Number of commits found: 20