Date: Sat, 15 Mar 2014 13:55:50 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> 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 Message-ID: <201403151355.s2FDtopb004086@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403151355.s2FDtopb004086>