Path to this page:
./
time/gnutime,
Report user, system, and real time used by a process
Branch: CURRENT,
Version: 1.9nb1,
Package name: gnutime-1.9nb1,
Maintainer: reedThe time utility executes and measures the CPU, time, and memory
resources used, such as pagefaults, swaps, memory, and user, system,
and real time used by a process.
GNU time can format the output in arbitrary ways by using a
printf-style format string to include various resource measurements.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 582.792 KB
Version history: (Expand)
- (2024-04-03) Updated to version: gnutime-1.9nb1
- (2012-05-30) Updated to version: gnutime-1.7nb1
- (2005-10-05) Package added to pkgsrc.se, version gnutime-1.7 (created)
CVS history: (Expand)
2024-04-03 19:25:47 by Kevin Bloom | Files touched by this commit (4) | |
Log message:
gnutime: update to 1.9
1.8 -> 1.9:
- reports percent CPU usage for programs lasting less then 1 second.
- previously, time would report '??%' if programs lasted less than 1
second.
- "time -p" no longers adds the "Command exited with non-zero \
status"
message.
1.7.1 -> 1.8:
- First official release under GPLv3-or-later.
- support new -q/--quiet option to suppresses abnormal
program terminal (non-exit codes or signals).
- now uses the following exit codes (same as GNU coreutils' env):
125 = Wrong usage or internal error prior to exec attempt.
126 = Program located, but not usable.
127 = Could not find program to exec.
- now exits with code '128 + Signal number' when the program
is terminated by a signal.
- time now reports MAX-RSS values correctly on modern systems
(the old code base, last updated in 1996, incorrectly calculated
pages/kilobytes and overestimated MAX-RSS).
- Use gnulib modules and build infrastructure.
- New tests infrastructure (make check).
- Portability improvements (e.g. detection of time.h, sys/resources.h,
getrusage now delegated to gnulib).
1.7 -> 1.7.1:
- Released under GPL V3 License
|
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2017-08-16 22:21:18 by Thomas Klausner | Files touched by this commit (180) |
Log message:
Follow some http redirects.
|
2015-11-03 00:31:47 by Alistair G. Crooks | Files touched by this commit (161) |
Log message:
Add SHA512 digests for distfiles for time category
Problems found with mismatching existing digests for:
distfiles/asclock-classic-1.0.tar.gz
distfiles/asclock-gtk-2.1.10beta.tar.gz
distfiles/asclock-xlib-2.0.11.tar.gz
distfiles/emiclock-2.0.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-12-06 12:43:52 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Add PKGGNUDIR support.
|
2012-10-08 15:04:32 by Aleksej Saushev | Files touched by this commit (146) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-05-30 00:20:40 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).
All utilities are installed with a prefix 'g'. Symlinks with original
names are created in ${PREFIX}/gnu/bin.
++pkgrevision
Add LICENSE
|