update to 1.22; from Dan Weeks <danimal@danimal.org>
This commit is contained in:
parent
217d929e58
commit
7bb774f2ad
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/12/29 20:19:11 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2003/08/23 21:40:48 naddy Exp $
|
||||
|
||||
COMMENT= "BSD process resource limit and priority functions"
|
||||
|
||||
DISTNAME= BSD-Resource-1.15
|
||||
DISTNAME= BSD-Resource-1.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (BSD-Resource-1.15.tar.gz) = 1a9a64ab0a20d809f4a14c6b5fa31f0f
|
||||
RMD160 (BSD-Resource-1.15.tar.gz) = 1943f429c33d6a45126a342af7528d56370273ae
|
||||
SHA1 (BSD-Resource-1.15.tar.gz) = 03f50e1322aa70a9b2dbe82c1b00a7a45f714379
|
||||
MD5 (BSD-Resource-1.22.tar.gz) = 6b63e4a0164e65f510e3b2dfbfd93090
|
||||
RMD160 (BSD-Resource-1.22.tar.gz) = fd0999ae030f4e514b279293925428bf02fb9088
|
||||
SHA1 (BSD-Resource-1.22.tar.gz) = 40a4772192962257a24d1c5a6a737b6cbf6f62d9
|
||||
|
@ -10,7 +10,10 @@ available.
|
||||
|
||||
Also is provided
|
||||
|
||||
times()
|
||||
times() -- which provides the same functionality as the one in
|
||||
core Perl, only with better time resolution.
|
||||
|
||||
get_rlimits() -- a pure perl function with no BSD analog to
|
||||
find which limits are available
|
||||
|
||||
|
||||
which provides the same functionality as the one in core Perl, only
|
||||
with better time resolution.
|
||||
|
@ -1,33 +1,35 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2002/04/16 19:25:03 espie Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/BSD/Resource.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/Resource.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/Resource.so
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/_g.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/autosplit.ix
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/get_rlimits.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/getpriority.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/getrlimit.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/getrusage.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/hard.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/idrss.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/inblock.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/ixrss.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/majflt.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/maxrss.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/minflt.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/msgrcv.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/msgsnd.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/nivcsw.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/nsignals.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/nswap.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/nvcsw.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/oublock.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/setpriority.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/setrlimit.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/soft.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/stime.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/times.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource/utime.al
|
||||
@comment $OpenBSD: PLIST,v 1.6 2003/08/23 21:40:49 naddy Exp $
|
||||
${P5ARCH}/BSD/Resource.pm
|
||||
@comment ${P5ARCH}/auto/BSD/Resource/.packlist
|
||||
${P5ARCH}/auto/BSD/Resource/Resource.bs
|
||||
${P5ARCH}/auto/BSD/Resource/Resource.so
|
||||
${P5ARCH}/auto/BSD/Resource/_g.al
|
||||
${P5ARCH}/auto/BSD/Resource/autosplit.ix
|
||||
${P5ARCH}/auto/BSD/Resource/get_rlimits.al
|
||||
${P5ARCH}/auto/BSD/Resource/getpriority.al
|
||||
${P5ARCH}/auto/BSD/Resource/getrlimit.al
|
||||
${P5ARCH}/auto/BSD/Resource/getrusage.al
|
||||
${P5ARCH}/auto/BSD/Resource/hard.al
|
||||
${P5ARCH}/auto/BSD/Resource/idrss.al
|
||||
${P5ARCH}/auto/BSD/Resource/inblock.al
|
||||
${P5ARCH}/auto/BSD/Resource/isrss.al
|
||||
${P5ARCH}/auto/BSD/Resource/ixrss.al
|
||||
${P5ARCH}/auto/BSD/Resource/majflt.al
|
||||
${P5ARCH}/auto/BSD/Resource/maxrss.al
|
||||
${P5ARCH}/auto/BSD/Resource/minflt.al
|
||||
${P5ARCH}/auto/BSD/Resource/msgrcv.al
|
||||
${P5ARCH}/auto/BSD/Resource/msgsnd.al
|
||||
${P5ARCH}/auto/BSD/Resource/nivcsw.al
|
||||
${P5ARCH}/auto/BSD/Resource/nsignals.al
|
||||
${P5ARCH}/auto/BSD/Resource/nswap.al
|
||||
${P5ARCH}/auto/BSD/Resource/nvcsw.al
|
||||
${P5ARCH}/auto/BSD/Resource/oublock.al
|
||||
${P5ARCH}/auto/BSD/Resource/setpriority.al
|
||||
${P5ARCH}/auto/BSD/Resource/setrlimit.al
|
||||
${P5ARCH}/auto/BSD/Resource/soft.al
|
||||
${P5ARCH}/auto/BSD/Resource/stime.al
|
||||
${P5ARCH}/auto/BSD/Resource/times.al
|
||||
${P5ARCH}/auto/BSD/Resource/utime.al
|
||||
man/man3p/BSD::Resource.3p
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD/Resource
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/BSD
|
||||
@dirrm ${P5ARCH}/auto/BSD/Resource
|
||||
@dirrm ${P5ARCH}/auto/BSD
|
||||
|
Loading…
Reference in New Issue
Block a user