summaryrefslogtreecommitdiff
path: root/devel/p5-BSD-Resource
AgeCommit message (Collapse)AuthorFilesLines
2007-02-18Update to 1.28:wiz2-11/+7
2006-05-26 Jarkko Hietaniemi * Tweak the regexp parsing the ps -o output in setpriority.t, from Alexey Tourbin and Rafael Garcia-Suarez. Still just a best-effort attempt, but one can only try. * Release 1.28. 2006-05-25 Jarkko Hietaniemi * Address rt.cpan.org #13130 and #19412: try to cope with an already reniced shell running the setpriority.t. The tricks used are trying "ps -o pid,nice" and looking for $$, and if that fails, then trying whether the nice(1) is the GNU one, and if so, running it without arguments. * Release 1.27. 2006-05-21 Jarkko Hietaniemi * Address rt.cpan.org #19298: bug in getrusage(): 'inblock' was misspelt as 'inlock' (the end result being that people looking for the 'inblock' field got zero) * For Mac OS X reword the message about the RLIM_NPROC test failure (or rather, the possible failure). Still a mystery under what exact conditions the test fails or succeeds. * Add Test::Pod and Test::Pod::Coverage tests. * Release 1.26. 2006-04-09 Jarkko Hietaniemi * Address rt.cpan.org #13131: setrlimit.t tries to increase hard limits, cannot raise limits higher than the hard limit. * Address rt.cpan.org #13130: getpriority.t and setpriority.t assume priority = 0, solution hopefully portable. Now should work under e.g. "nice make test". * Add more verbosity to the case of the known rlimit.t test failure in Mac OS X. * Release 1.25.
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-11Make "test" clean on most platforms and in most build environments.tv1-1/+4
[gs]etpriority.t is depending on the build process being at nice level 0, which is just plain wrong.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-29Update p5-BSD-Resource from version 1.23 to 1.24.he2-5/+5
Change log: Sun Feb 29 16:51:34 2004 Jarkko Hietaniemi <jhi@iki.fi> * No functional changes but document the known fact that under at least Mac OS X 10.3.2 the t/setrlimit.t subtest #8 may fail because of an OS bug. Also reorder the documentation a bit to collect all the known issues under one heading. * Release 1.24.
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-01-08Updated p5-BSD-Resource to 1.23.grant2-5/+5
changes since 1.15: Tue Oct 7 21:54:04 2003 Jarkko Hietaniemi <jhi@iki.fi> * Makefile.PL: use archlibexp instead of archlib in cc -I.../CORE so that Perls installed under ~user work. * Release 1.23. Sun Feb 9 12:12:42 2003 Jarkko Hietaniemi <jhi@iki.fi> * Add RLIMIT_LOCKS. * Fix a typo s/RLIM_SAVEWD_MAX/RLIMIT_SAVED_MAX/ * Sort the @EXPORT list. * Release 1.22. Thu Dec 12 01:15:44 2002 Jarkko Hietaniemi <jhi@iki.fi> * Patches for NCR MP-RAS from grommel@sears.com. * Release 1.21. Tue Nov 26 04:20:38 2002 Jarkko Hietaniemi <jhi@iki.fi> * Add a warning about the time/load-sensitivity of the tests to INSTALL and Makefile.PL. * Rewrite the getrusage.t and times.t tests a bit to better work on a fast machine (IOW, try spending a bit more time). * Release 1.20. Fri Nov 22 17:57:44 2002 Jarkko Hietaniemi <jhi@iki.fi> * Fixed a test problem found by Alain Barbet: in NetBSD the RLIMIT_STACK wants to be aligned. Fixed also the other memory-related limit tests to allow for alignment. * Release 1.19. Wed Nov 20 16:42:50 2002 Jarkko Hietaniemi <jhi@iki.fi> * Problem found by Jeff Boes, forwarded and analyzed by Slaven Rezic: if one has a fast machine and/or the granularity of times() is low, one could get false negatives from far() in getrusage.t. Fixed the same problem in times.t. * Bumped the copyright statement years. * Release 1.18. Thu Sep 19 16:53:26 2002 Jarkko Hietaniemi <jhi@iki.fi> * Patch from Miles Egan to use -I$archlib/CORE instead of -I$installarchlib/CORE in Makefile.PL, since they might be different but the first one is the one apps are supposed to be using. * Sanity check for getrlimit/setrlimit/getpriority/setpriority so that one won't use the string "RLIMIT_..."/"PRIO_..." when one is supposed to be using the constant RLIMIT_.../PRIO_... * Release 1.17. Sun Sep 15 18:44:36 2002 Jarkko Hietaniemi <jhi@iki.fi> * Patch from Allen Smith to avoid -lbsd in IRIX since it potentially brings in harmful side effects regarding setpgrp/setgroups. * Mention the use of VERBOSE in the probe failure message. * Release 1.16.
2003-10-31Change MAINTAINER from packages@ to tech-pkg@. (Noticed by jmmv.)reed1-2/+2
2003-05-02remove module name from COMMENT.grant1-2/+2
2002-10-13Use perl5/module.mk.seb1-5/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam2-13/+13
have been converted to USE_BUILDLINK2.
2002-07-02Update to 1.15, old distfile vanished.wiz2-5/+5
Changes: * Add COPYRIGHT AND LICENSE to Resource.pm. * A space between the 2>/dev/null and the command is nice. * I suck. Vivek Khera reported NINE MONTHS ago that I was missing sub isrss(). My memory was jogged by a message from Jeff Boes ONE MONTH ago. My apologies.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Initial import of p5-BSD-Resource.jtb4-0/+25
This module provides a Perl interface to part of the BSD process resource library. It allows the use of the {get,set}rlimit and getrusage BSD C Library routines from perl. Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12630.