From owner-svn-ports-all@FreeBSD.ORG Thu Jan 9 18:00:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 516B647C; Thu, 9 Jan 2014 18:00:01 +0000 (UTC) Received: from svn.freebsd.org (unknown [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23EFD1E10; Thu, 9 Jan 2014 18:00:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s09I01BU050755; Thu, 9 Jan 2014 18:00:01 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s09I003p050717; Thu, 9 Jan 2014 18:00:00 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201401091800.s09I003p050717@svn.freebsd.org> From: Adrian Chadd Date: Thu, 9 Jan 2014 18:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339262 - head/sysutils/intel-pcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 18:00:01 -0000 Author: adrian (src committer) Date: Thu Jan 9 17:59:59 2014 New Revision: 339262 URL: http://svnweb.freebsd.org/changeset/ports/339262 Log: Add a port for my github mirror + freebsd fixes for the intel performance counter monitoring (PCM) toolkit. Sponsored by: Netflix, Inc. Added: head/sysutils/intel-pcm/ head/sysutils/intel-pcm/Makefile (contents, props changed) head/sysutils/intel-pcm/distinfo (contents, props changed) head/sysutils/intel-pcm/pkg-descr (contents, props changed) head/sysutils/intel-pcm/pkg-plist (contents, props changed) Added: head/sysutils/intel-pcm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/intel-pcm/Makefile Thu Jan 9 17:59:59 2014 (r339262) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= intel-pcm +PORTVERSION= 2.6 +CATEGORIES= sysutils +MASTER_SITES= GM + +ONLY_FOR_ARCHS= i386 amd64 + +MAINTAINER= adrian@freebsd.org +COMMENT= Intel PCM toolkit + +LICENSE= BSD4CLAUSE + +USES= gmake + +USE_GITHUB= yes +GH_ACCOUNT= erikarn +GH_COMMIT= 9b302ef +GH_TAGNAME= ${GH_COMMIT} + +WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-${GH_COMMIT}/src +MAKE_ARGS= CC="${CXX}" OPT="${CXXFLAGS}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin + +.include Added: head/sysutils/intel-pcm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/intel-pcm/distinfo Thu Jan 9 17:59:59 2014 (r339262) @@ -0,0 +1,2 @@ +SHA256 (intel-pcm-1.0.tar.gz) = 8f8b8f55f4d2235a0ac6dfc125f0edb1064473102bef25a21de1b9598fe4f330 +SIZE (intel-pcm-1.0.tar.gz) = 807742 Added: head/sysutils/intel-pcm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/intel-pcm/pkg-descr Thu Jan 9 17:59:59 2014 (r339262) @@ -0,0 +1,14 @@ +This is the Intel Performance Counter Monitoring toolkit. + +The original software is available here: + +http://software.intel.com/en-us/articles/intel-performance-counter-monitor + +This install comes from Adrian Chadd's copy, which includes some portability +fixes related to FreeBSD. This can be found in the local/freebsd branch of: + +http://github.com/erikarn/intel-pcm + +This requires the 'cpuctl' module to be loaded. + +WWW: http://github.com/erkarn/intel-pcm Added: head/sysutils/intel-pcm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/intel-pcm/pkg-plist Thu Jan 9 17:59:59 2014 (r339262) @@ -0,0 +1,8 @@ +sbin/pcm-memory.x +sbin/pcm-msr.x +sbin/pcm-numa.x +sbin/pcm-pcie.x +sbin/pcm-power.x +sbin/pcm-sensor.x +sbin/pcm-tsx.x +sbin/pcm.x