Perl module GTop
This commit is contained in:
parent
dbba6b4677
commit
57b28c563e
4 changed files with 34 additions and 0 deletions
9
p5-GTop/DESCR
Normal file
9
p5-GTop/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
This Perl extension implements the BSD process resource limit functions
|
||||
getrusage() getrlimit() setrlimit()
|
||||
and the BSD process priority functions. These are available also via
|
||||
core Perl but here we do more tricks so that the PRIO_* are available.
|
||||
getpriority() setpriority()
|
||||
Also is provided
|
||||
times()
|
||||
which provides the same functionality as the one in core Perl, only
|
||||
with better time resolution.
|
19
p5-GTop/Makefile
Normal file
19
p5-GTop/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2007/01/06 11:22:48 cheusov Exp $
|
||||
|
||||
DISTNAME= GTop-0.16
|
||||
PKGNAME= p5-GTop-0.16
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GTop/}
|
||||
|
||||
MAINTAINER= cheusov@tut.by
|
||||
HOMEPAGE= http://search.cpan.org/dist/GTop/
|
||||
COMMENT= Perl interface to libgtop
|
||||
|
||||
#DEPENDS+= libgtop2-[0-9]*:../../sysutils/libgtop2
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
PERL5_PACKLIST= auto/GTop/.packlist
|
||||
|
||||
.include "../../sysutils/libgtop2/buildlink3.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-GTop/PLIST
Normal file
1
p5-GTop/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2007/01/06 11:22:48 cheusov Exp $
|
5
p5-GTop/distinfo
Normal file
5
p5-GTop/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2007/01/06 11:22:48 cheusov Exp $
|
||||
|
||||
SHA1 (GTop-0.16.tar.gz) = aa617967ec1b1e8db7dcc7d58feb53e7ea875c05
|
||||
RMD160 (GTop-0.16.tar.gz) = 31716915c53393bd58c2f4c581e40d0c2b2e300d
|
||||
Size (GTop-0.16.tar.gz) = 28274 bytes
|
Loading…
Reference in a new issue