aboutsummaryrefslogtreecommitdiff
path: root/sysutils/intel-pcm
Commit message (Collapse)AuthorAgeFilesLines
* Add sysutils/intel-pcm-devel: Process Count Monitor (PCM) for Intel processorsDanilo G. Baio2018-04-071-2/+4
| | | | | | | | | | | | | | | | | Processor Counter Monitor (PCM) is an application programming interface (API) and a set of tools based on the API to monitor performance and energy metrics of Intel(r) Core(tm), Xeon(r) and Atom(tm) processors. This requires the 'cpuctl' module to be loaded. WWW: https://github.com/opcm/pcm PR: 227317 Submitted by: Vinícius Zavam <egypcio@googlemail.com> Differential Revision: https://reviews.freebsd.org/D14986 Notes: svn path=/head/; revision=466729
* sysutils/intel-pcm: update to 201710Steve Wills2017-10-254-17/+7
| | | | | | | | | PR: 223233 Submitted by: kbowling Approved by: imp (maintainer, via Slack) Notes: svn path=/head/; revision=452864
* sysutils/intel-pcm: update to 201705Steve Wills2017-10-024-7/+19
| | | | | | | | | PR: 222383 Submitted by: kbowling Approved by: maintainer timeout (imp, > 2 weeks) Notes: svn path=/head/; revision=451085
* sysutils/intel-pcm: Include <strings.h> for GCCJohn Marino2017-01-291-0/+10
| | | | | | | Approved by: GCC support blanket Notes: svn path=/head/; revision=432797
* sysutils/intel-pcm: update to 2.11.1David Naylor2017-01-254-30/+15
| | | | | | | | | | | | | | | - move to official github project - update comment to changes in project focus - add license file - drop use of compiler:c1++11-lib, no longer needed - remove patch for pci.cpp, no longer needed - update pkg-descr with text from new website PR: 215897 Approved by: imp (maintainer, timeout: 16 days) Notes: svn path=/head/; revision=432423
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* These aren't needed anymore, and should have been deleted with theWarner Losh2016-10-142-28/+0
| | | | | | | | | | last import. Submitted by: gallatin@ Sponsored by: Netflix, Inc Notes: svn path=/head/; revision=423942
* This doesn't build on FreeBSD 9.x, so don't bother trying.Warner Losh2016-10-141-0/+2
| | | | Notes: svn path=/head/; revision=423941
* - Fix compiler requirements, add missing include, fixes build on 11.x+Dmitry Marakasov2016-09-042-1/+11
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=421335
* Update to PCM 2.11.Warner Losh2016-04-262-7/+6
| | | | Notes: svn path=/head/; revision=414061
* Regenerate the .tar.gz file without ^M for real this time.Warner Losh2015-12-232-2/+3
| | | | | | | | Update the checksum. Update the PORTREVISION like I should have done in the last iteration. Notes: svn path=/head/; revision=404331
* Simplify now that we don't need dos2unix.Warner Losh2015-12-231-2/+1
| | | | Notes: svn path=/head/; revision=404307
* Move to using tar.gz. The zip file has too much variation with lineWarner Losh2015-12-232-3/+3
| | | | | | | | | endings, so avoid that problem by extracting it, using Unix line endings and putting that up. Since we have to provide a dist file anyway, seems like the prudent thing to do. Notes: svn path=/head/; revision=404306
* Fix "make patch" and plistAntoine Brodin2015-12-202-1/+3
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=404053
* Update to Intel PCM v2.10Warner Losh2015-12-174-5/+33
| | | | Notes: svn path=/head/; revision=403940
* Fix a typo in the origin URL (mine.)Adrian Chadd2015-07-071-1/+1
| | | | Notes: svn path=/head/; revision=391488
* - Fix build on 9.xDmitry Marakasov2015-06-261-1/+1
| | | | | | | | | | - While here, don't set flags which are not used Submitted by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=390630
* Update to 2.8.Warner Losh2015-01-214-76/+3
| | | | Notes: svn path=/head/; revision=377572
* Add a seat-belt safety check to make sure that cpuctl is loaded beforeWarner Losh2014-04-152-1/+61
| | | | | | | | | | using it. Otherwise, we can divide by zero with a semaphore held and it takes extraordinary measures to reset the semaphore... Submitted by: Jim Harris Notes: svn path=/head/; revision=351350
* Move to using a cached copy of Intel's zip file, per their request. PullWarner Losh2014-03-123-12/+22
| | | | | | | in the fix from git to make cpucounters.cpp compile. Notes: svn path=/head/; revision=348012
* * Remove MASTER_SITE, not needed with USE_GITHUBMathieu Arnold2014-01-091-2/+1
| | | | | | | * Doesn't compile with gcc 4.2. Notes: svn path=/head/; revision=339266
* Pet portlint, and correct distinfo.Mathieu Arnold2014-01-092-4/+5
| | | | Notes: svn path=/head/; revision=339265
* Fix address capitalisation.Adrian Chadd2014-01-091-1/+1
| | | | | | | Sponsored by: Netflix, Inc. Notes: svn path=/head/; revision=339264
* Add a port for my github mirror + freebsd fixes for the intelAdrian Chadd2014-01-094-0/+52
performance counter monitoring (PCM) toolkit. Sponsored by: Netflix, Inc. Notes: svn path=/head/; revision=339262