From owner-svn-ports-all@FreeBSD.ORG Sat Mar 15 13:55:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [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 20BF8F73; Sat, 15 Mar 2014 13:55:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [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 015CFBDA; Sat, 15 Mar 2014 13:55:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2FDtotm004091; Sat, 15 Mar 2014 13:55:50 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2FDtopb004086; Sat, 15 Mar 2014 13:55:50 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201403151355.s2FDtopb004086@svn.freebsd.org> From: Pawel Pekala Date: Sat, 15 Mar 2014 13:55:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348325 - in head/sysutils: . p5-Linux-Cpuinfo 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: Sat, 15 Mar 2014 13:55:51 -0000 Author: pawel Date: Sat Mar 15 13:55:49 2014 New Revision: 348325 URL: http://svnweb.freebsd.org/changeset/ports/348325 QAT: https://qat.redports.org/buildarchive/r348325/ Log: An Object Oriented Interface to /proc/cpuinfo PR: ports/187099 Submitted by: pauls@utdallas.edu Added: head/sysutils/p5-Linux-Cpuinfo/ head/sysutils/p5-Linux-Cpuinfo/Makefile (contents, props changed) head/sysutils/p5-Linux-Cpuinfo/distinfo (contents, props changed) head/sysutils/p5-Linux-Cpuinfo/pkg-descr (contents, props changed) head/sysutils/p5-Linux-Cpuinfo/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Mar 15 13:38:35 2014 (r348324) +++ head/sysutils/Makefile Sat Mar 15 13:55:49 2014 (r348325) @@ -597,6 +597,7 @@ SUBDIR += p5-Fuse-Simple SUBDIR += p5-Iterator-File SUBDIR += p5-Lchown + SUBDIR += p5-Linux-Cpuinfo SUBDIR += p5-MogileFS-Client SUBDIR += p5-MogileFS-Network SUBDIR += p5-MogileFS-Server Added: head/sysutils/p5-Linux-Cpuinfo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Linux-Cpuinfo/Makefile Sat Mar 15 13:55:49 2014 (r348325) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= Linux-Cpuinfo +PORTVERSION= 1.8 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= pauls@utdallas.edu +COMMENT= Object Oriented Interface to /proc/cpuinfo + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/sysutils/p5-Linux-Cpuinfo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Linux-Cpuinfo/distinfo Sat Mar 15 13:55:49 2014 (r348325) @@ -0,0 +1,2 @@ +SHA256 (Linux-Cpuinfo-1.8.tar.gz) = 55b50f551c62b2d4a541974db8f49b119e081110166777e03d05aac226508e83 +SIZE (Linux-Cpuinfo-1.8.tar.gz) = 9269 Added: head/sysutils/p5-Linux-Cpuinfo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Linux-Cpuinfo/pkg-descr Sat Mar 15 13:55:49 2014 (r348325) @@ -0,0 +1 @@ +An Object Oriented Interface to /proc/cpuinfo Added: head/sysutils/p5-Linux-Cpuinfo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Linux-Cpuinfo/pkg-plist Sat Mar 15 13:55:49 2014 (r348325) @@ -0,0 +1,6 @@ +%%PERL5_MAN3%%/Linux::Cpuinfo.3.gz +%%SITE_PERL%%/Linux/Cpuinfo.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux/Cpuinfo/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux/Cpuinfo +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux +@dirrmtry %%SITE_PERL%%/Linux