pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/p5-GTop Import p5-GTop version 0.16 from pkgs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35fe529142dd
branches:  trunk
changeset: 526534:35fe529142dd
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Mar 13 17:38:49 2007 +0000

description:
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:

 sysutils/p5-GTop/DESCR    |   9 +++++++++
 sysutils/p5-GTop/Makefile |  18 ++++++++++++++++++
 sysutils/p5-GTop/PLIST    |   1 +
 sysutils/p5-GTop/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r df4b042fd3e6 -r 35fe529142dd sysutils/p5-GTop/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-GTop/DESCR    Tue Mar 13 17:38:49 2007 +0000
@@ -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 -r df4b042fd3e6 -r 35fe529142dd sysutils/p5-GTop/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-GTop/Makefile Tue Mar 13 17:38:49 2007 +0000
@@ -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@localhost
+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 -r df4b042fd3e6 -r 35fe529142dd sysutils/p5-GTop/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-GTop/PLIST    Tue Mar 13 17:38:49 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/13 17:38:49 obache Exp $
diff -r df4b042fd3e6 -r 35fe529142dd sysutils/p5-GTop/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-GTop/distinfo Tue Mar 13 17:38:49 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index