Initial import of p5-BSD-Resource-1.09
BSD process resource limit and priority functions Submitted by: Dan Weeks <danimal@danimal.org>
This commit is contained in:
parent
f3acbb2d04
commit
21329399ee
19
devel/p5-BSD-Resource/Makefile
Normal file
19
devel/p5-BSD-Resource/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/14 11:50:24 wilfried Exp $
|
||||
|
||||
DISTNAME= BSD-Resource-1.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
NEED_VERSION= 1.359
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= BSD
|
||||
|
||||
MAINTAINER= Dan Weeks <danimal@danimal.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-BSD-Resource/files/md5
Normal file
3
devel/p5-BSD-Resource/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (BSD-Resource-1.09.tar.gz) = 6863c7173cf6097e6f0ecfcb0c936dd9
|
||||
RMD160 (BSD-Resource-1.09.tar.gz) = afb02881ab79c729eea1b1a5520b94518a9583a1
|
||||
SHA1 (BSD-Resource-1.09.tar.gz) = 174b3b3ebe168b12ed84386f2528a0fec4ac11ff
|
1
devel/p5-BSD-Resource/pkg/COMMENT
Normal file
1
devel/p5-BSD-Resource/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
BSD process resource limit and priority functions
|
16
devel/p5-BSD-Resource/pkg/DESCR
Normal file
16
devel/p5-BSD-Resource/pkg/DESCR
Normal file
@ -0,0 +1,16 @@
|
||||
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 there are 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.
|
33
devel/p5-BSD-Resource/pkg/PLIST
Normal file
33
devel/p5-BSD-Resource/pkg/PLIST
Normal file
@ -0,0 +1,33 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/14 11:50:24 wilfried Exp $
|
||||
libdata/perl5/site_perl/i386-openbsd/BSD/Resource.pm
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/Resource.bs
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/Resource.so
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/_g.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/autosplit.ix
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/get_rlimits.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/getpriority.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/getrlimit.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/getrusage.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/hard.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/idrss.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/inblock.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/ixrss.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/majflt.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/maxrss.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/minflt.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/msgrcv.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/msgsnd.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/nivcsw.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/nsignals.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/nswap.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/nvcsw.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/oublock.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/setpriority.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/setrlimit.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/soft.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/stime.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/times.al
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource/utime.al
|
||||
man/man3/BSD::Resource.3p
|
||||
@dirrm libdata/perl5/site_perl/i386-openbsd/auto/BSD/Resource
|
||||
@dirrm libdata/perl5/site_perl/i386-openbsd/BSD
|
Loading…
Reference in New Issue
Block a user