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.

non port: devel/go-cpuid/pkg-plist

Number of commits found: 1

Monday, 20 Feb 2017
15:14 sunpoet search for other commits by this committer
Add go-cpuid 1.0

The cpuid package provides information about the CPU running the
current program.

CPU features are detected on startup, and kept for fast access
through the life of the application. Currently x86 / x64 (AMD64)
is supported, and no external C (cgo) code is used, which should
make the library very easy to use.

You can access the CPU information by accessing the shared CPU
variable of the cpuid library.

WWW: https://github.com/klauspost/cpuid

- While I'm here:
  - Use DISTVERSIONPREFIX
  - Add LICENSE_FILE
  - Remove GH_PROJECT

PR:		217210
Submitted by:	Guy Tabrar <guy.tabrar@me.com>
Original commitRevision:434466 

Number of commits found: 1