diff options
author | obache <obache@pkgsrc.org> | 2007-03-13 17:38:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-03-13 17:38:49 +0000 |
commit | a56b2e67e1d6be3fe128364fadfc046e79d2252d (patch) | |
tree | 67c0475f1f34f6c99f7aecc4878b3a8ff1f3a972 /sysutils/p5-GTop | |
parent | 1101f82f77b23d27bbcd72492c1832341d2321e7 (diff) | |
download | pkgsrc-a56b2e67e1d6be3fe128364fadfc046e79d2252d.tar.gz |
Import p5-GTop version 0.16 from pkgsrc-wip.
Packaged by Aleksey Cheusov and requested in PR 35469.
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.
Diffstat (limited to 'sysutils/p5-GTop')
-rw-r--r-- | sysutils/p5-GTop/DESCR | 9 | ||||
-rw-r--r-- | sysutils/p5-GTop/Makefile | 18 | ||||
-rw-r--r-- | sysutils/p5-GTop/PLIST | 1 | ||||
-rw-r--r-- | sysutils/p5-GTop/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/p5-GTop/DESCR b/sysutils/p5-GTop/DESCR new file mode 100644 index 00000000000..01e6e2036fa --- /dev/null +++ b/sysutils/p5-GTop/DESCR @@ -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. diff --git a/sysutils/p5-GTop/Makefile b/sysutils/p5-GTop/Makefile new file mode 100644 index 00000000000..a55ab6bf00a --- /dev/null +++ b/sysutils/p5-GTop/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/13 17:38:49 obache Exp $ + +DISTNAME= GTop-0.16 +PKGNAME= p5-GTop-0.16 +CATEGORIES= sysutils perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GTop/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/GTop/ +COMMENT= Perl interface to libgtop + +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" diff --git a/sysutils/p5-GTop/PLIST b/sysutils/p5-GTop/PLIST new file mode 100644 index 00000000000..46238e405b1 --- /dev/null +++ b/sysutils/p5-GTop/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/13 17:38:49 obache Exp $ diff --git a/sysutils/p5-GTop/distinfo b/sysutils/p5-GTop/distinfo new file mode 100644 index 00000000000..2ab3cf0ec7b --- /dev/null +++ b/sysutils/p5-GTop/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/03/13 17:38:49 obache Exp $ + +SHA1 (GTop-0.16.tar.gz) = aa617967ec1b1e8db7dcc7d58feb53e7ea875c05 +RMD160 (GTop-0.16.tar.gz) = 31716915c53393bd58c2f4c581e40d0c2b2e300d +Size (GTop-0.16.tar.gz) = 28274 bytes |