svn commit: r348325 - in head/sysutils: . p5-Linux-Cpuinfo
Pawel Pekala
pawel at FreeBSD.org
Sat Mar 15 13:55:51 UTC 2014
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 at 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 at 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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux/Cpuinfo
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux
+ at dirrmtry %%SITE_PERL%%/Linux
More information about the svn-ports-all
mailing list