- New port: p5-Sys-MemInfo
Get information about memory and swap usage from perl PR: 125944 Submitted by: terry@sucked-in.com
This commit is contained in:
parent
fc7ea207ea
commit
f422304cbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217465
@ -1654,6 +1654,7 @@
|
||||
SUBDIR += p5-Sub-Uplevel
|
||||
SUBDIR += p5-Sub-WrapPackages
|
||||
SUBDIR += p5-Sys-Cpu
|
||||
SUBDIR += p5-Sys-MemInfo
|
||||
SUBDIR += p5-Sys-Mmap
|
||||
SUBDIR += p5-Sys-Sig
|
||||
SUBDIR += p5-Sys-SigAction
|
||||
|
23
devel/p5-Sys-MemInfo/Makefile
Normal file
23
devel/p5-Sys-MemInfo/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Sys-MemInfo
|
||||
# Date created: 25 July 2008
|
||||
# Whom: Terry Sposato <terry@sucked-in.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Sys-MemInfo
|
||||
PORTVERSION= 0.91
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= terry@sucked-in.com
|
||||
COMMENT= Sys::MemInfo - Perl extension for getting Memory information
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Sys::MemInfo.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Sys-MemInfo/distinfo
Normal file
3
devel/p5-Sys-MemInfo/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Sys-MemInfo-0.91.tar.gz) = d2ddda32c58114352e04ecb866de7f17
|
||||
SHA256 (Sys-MemInfo-0.91.tar.gz) = c15af4b9db68f86b182504823e4c9a36ee977d9142a2306f089b4dc1cd26c143
|
||||
SIZE (Sys-MemInfo-0.91.tar.gz) = 6802
|
6
devel/p5-Sys-MemInfo/pkg-descr
Normal file
6
devel/p5-Sys-MemInfo/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Sys::MemInfo return the total amount of free and used
|
||||
physical memory in bytes in totalmem and freemem variables.
|
||||
Total amount of free and user swap memory are alse returned
|
||||
in totalswap and freeswap variables.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Sys-Cpu/
|
7
devel/p5-Sys-MemInfo/pkg-plist
Normal file
7
devel/p5-Sys-MemInfo/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Sys/MemInfo.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/MemInfo/MemInfo.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/MemInfo/MemInfo.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/MemInfo/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/MemInfo
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sys
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
|
Loading…
Reference in New Issue
Block a user