Bug 217210 - [NEW PORT] devel/go-cpuid : Provides information about the CPU
Summary: [NEW PORT] devel/go-cpuid : Provides information about the CPU
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 217209 217213
  Show dependency treegraph
 
Reported: 2017-02-18 18:00 UTC by Guy Tabrar
Modified: 2017-02-20 15:18 UTC (History)
1 user (show)

See Also:


Attachments
synth log (10.03 KB, text/plain)
2017-02-18 18:00 UTC, Guy Tabrar
no flags Details
shar file (2.85 KB, application/x-shar)
2017-02-18 18:01 UTC, Guy Tabrar
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guy Tabrar 2017-02-18 18:00:16 UTC
Created attachment 180121 [details]
synth log

Tested with portlint and synth - log attached.

Cheers!
Comment 1 Guy Tabrar 2017-02-18 18:01:01 UTC
Created attachment 180122 [details]
shar file
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-02-20 15:15:13 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Feb 20 15:14:39 UTC 2017
New revision: 434466
URL: https://svnweb.freebsd.org/changeset/ports/434466

Log:
  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>

Changes:
  head/devel/Makefile
  head/devel/go-cpuid/
  head/devel/go-cpuid/Makefile
  head/devel/go-cpuid/distinfo
  head/devel/go-cpuid/pkg-descr
  head/devel/go-cpuid/pkg-plist
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-02-20 15:18:19 UTC
Committed. Thanks!