Port details |
- p5-Unix-Processors Interface to processor (CPU) information
- 2.046 sysutils =2 2.046Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-10-14 16:34:01
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Unix-Processors
- Description:
- This package provides accessors to per-processor (CPU) information. The
object is obtained with the Unix::Processors::processors call. the
operating system in a OS independent manner.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Unix-Processors>0:sysutils/p5-Unix-Processors
- To install the port:
- cd /usr/ports/sysutils/p5-Unix-Processors/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/p5-Unix-Processors
- pkg install p5-Unix-Processors
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Unix-Processors
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1506689505
SHA256 (Unix-Processors-2.046.tar.gz) = 3973ebdc44682c9c15c776f66e8be242cb4ff1dd52caf43ff446b74d4dccca06
SIZE (Unix-Processors-2.046.tar.gz) = 14556
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Sys-Info-Driver-BSD
- sysutils/p5-Schedule-Load
- for Run
-
- devel/p5-Sys-Info-Driver-BSD
- sysutils/p5-Schedule-Load
Configuration Options:
- No options to configure
- Options name:
- sysutils_p5-Unix-Processors
- USES:
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.046 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.046 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.046 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.046 05 Oct 2020 17:45:32 |
rene |
Return jadawin@'s ports to the pool after taking in his commit bit.
With hat: portmgr-secretary |
2.046 02 Jul 2018 00:47:14 |
linimon |
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.046 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.046 30 Sep 2017 19:26:32 |
jadawin |
- Fix FreeBSD support
- Fix tests '.' for Perl 5.26.0 |
2.044 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.044 16 Nov 2015 14:03:49 |
jadawin |
- Update to 2.044 |
2.043_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 ) |
2.043 12 Sep 2014 13:58:20 |
jadawin |
- Update to 2.043
- Add license |
2.042 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 |
2.042 08 Nov 2013 13:35:39 |
jadawin |
- Support STAGE
Sponsored by: OBS |
2.042 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.042 07 Sep 2013 06:47:20 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
2.042 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.042 26 Jan 2010 15:56:19 |
jadawin |
- Update to 2.042
- Take maintainership
- Changelog:
<http://cpansearch.perl.org/src/WSNYDER/Unix-Processors-2.042/Changes> |
2.041 10 Jan 2010 03:54:09 |
linimon |
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months. |
2.041 05 Jun 2009 22:57:10 |
pgollucci |
- Update to 2.041
PR: ports/134840
Approved by: maintainer timeout (skv; 15 days)
Submitted by: me |
2.034 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
2.034 27 May 2007 14:34:18 |
skv |
Update to 2.034
PR: ports/109942
Submitted by: "Marcelo Araujo" <araujo xx bsdmail.org> |
2.033 05 May 2006 09:07:20 |
skv |
Update to 2.033
PR: ports/96186
Submitted by: leeym |
2.032 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
2.032 22 Jan 2006 02:52:21 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.032 09 Sep 2005 09:24:50 |
skv |
Update to 2.032 |
2.031 16 Jun 2005 12:31:36 |
skv |
Update to 2.031 |
2.030 08 Apr 2005 14:37:16 |
skv |
Update to 2.030 |
2.022 14 Nov 2004 13:14:21 |
skv |
Updated to 2.022 |
2.021 26 Jul 2004 09:08:40 |
skv |
Updated to 2.021 |
2.020 23 Mar 2004 12:57:00 |
skv |
Updated to 2.020 |
2.014 14 Oct 2003 16:32:14 |
skv |
Add p5-Unix-Processors 2.014,
interface to processor (CPU)
information. |