Bug 187099 - [new port] sysutils/p5-Linux-Cpuinfo, Object Oriented Interface to /proc/cpuinfo
Summary: [new port] sysutils/p5-Linux-Cpuinfo, Object Oriented Interface to /proc/cpuinfo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 21:30 UTC by pauls
Modified: 2014-03-15 14:00 UTC (History)
0 users

See Also:


Attachments
p5-Linux-Cpuinfo.shar (1.79 KB, text/plain)
2014-02-26 21:30 UTC, pauls
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pauls 2014-02-26 21:30:00 UTC
	sysutils/p5-Linux-Cpuinfo, new port submission
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-03-15 13:45:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-15 13:55:53 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-03-15 13:56:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!