Port details |
- p5-Sys-Cpu Sys::CPU - Perl extension for getting CPU information
- 0.52_1 devel
=1 0.52_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-07-25 08:13:48
- Last Update: 2018-02-27 13:25:43
- SVN Revision: 463142
- People watching this port, also watch:: sysinfo, rtty, tmpreaper, svk
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://search.cpan.org/dist/Sys-Cpu/
- Description:
- Sys::CPU - Perl extension for getting CPU information.
In responce to a post on perlmonks.org, a module for counting
the number of CPU's on a system. Support has now also been
added for type of CPU and clock speed. While much of the code
is from UNIX::Processors, Win32 support has been added
(but not tested).
WWW: http://search.cpan.org/dist/Sys-Cpu/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Sys-CPU>0:devel/p5-Sys-Cpu
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-Sys-CPU
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Sys-CPU-0.52.tar.gz) = ca0ec47ab24070e3040e5075337cfc69721362d9bef50f6992072efe644d4d26
SIZE (Sys-CPU-0.52.tar.gz) = 5932
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.24<5.25 : lang/perl5.24
- Runtime dependencies:
-
- perl5>=5.24<5.25 : lang/perl5.24
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- dos2unix perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.52_1 27 Feb 2018 13:25:43 |
sunpoet |
Move devel/p5-Sys-Cpu to devel/p5-Sys-CPU
- Strip shared library
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for dependency change
- Pass maintainership to perl@ |
0.52_1 27 Feb 2018 04:55:52 |
yuri |
Maintainer reset for e-mails in domains without MX records
15 ports are affected.
$ dig absoludicrous.com MX | grep MX
; <<>> DiG 9.12.0 <<>> absoludicrous.com MX
;absoludicrous.com. IN MX
$ dig bsdforfe.com MX | grep MX
; <<>> DiG 9.12.0 <<>> bsdforfe.com MX
;bsdforfe.com. IN MX
$ dig vmailbox.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vmailbox.org MX
;vmailbox.org. IN MX (Only the first 15 lines of the commit message are shown above ) |
0.52_1 20 Jun 2016 16:23:29 |
mat |
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight |
0.52_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.52_1 20 Sep 2015 19:59:04 |
olgeni |
Typos, whitespace and capitalization fixes (A-F). |
0.52_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.52 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.52 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.52 22 Jan 2014 17:41:08 |
mat |
Fixup props on patches.
With hat: portmgr
Sponsored by: Absolight |
0.52 06 Jan 2014 09:57:19 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.52 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.52 07 Sep 2013 07:44:27 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.52 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.52 10 Sep 2010 03:49:34 |
pgollucci |
- Update to 0.52
PR: ports/150261
Submitted by: Jase Thew <freebsd@beardz.net>
Approved by: Terry Sposato <terry@sucked-in.com> (maintainer) |
0.40 25 Jul 2008 08:12:22 |
gahr |
- New port: p5-Sys-Cpu
Obtain CPU information from a perl script
PR: 125947
Submitted by: terry@sucked-in.com |