Commit graph

12 commits

Author SHA1 Message Date
grant
d2c066f155 Updated p5-BSD-Resource to 1.23.
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.
2004-01-08 06:13:05 +00:00
reed
b29732d3f2 Change MAINTAINER from packages@ to tech-pkg@. (Noticed by jmmv.) 2003-10-31 19:09:14 +00:00
grant
beb8e88f75 remove module name from COMMENT. 2003-05-02 06:45:11 +00:00
seb
59f516a51b Use perl5/module.mk. 2002-10-13 22:02:55 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
wiz
841c63a81e Update to 1.15, old distfile vanished.
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.
2002-07-02 19:14:57 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
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-10-18 15:20:01 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
jtb
e4d0e2d5a8 Initial import of p5-BSD-Resource.
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.
2001-04-16 21:30:45 +00:00