pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/gnutime



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Wed Apr  3 17:25:47 UTC 2024

Modified Files:
        pkgsrc/time/gnutime: Makefile distinfo
Removed Files:
        pkgsrc/time/gnutime/patches: patch-aa patch-ab

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/time/gnutime/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/gnutime/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/time/gnutime/patches/patch-aa
cvs rdiff -u -r1.5 -r0 pkgsrc/time/gnutime/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/gnutime/Makefile
diff -u pkgsrc/time/gnutime/Makefile:1.11 pkgsrc/time/gnutime/Makefile:1.12
--- pkgsrc/time/gnutime/Makefile:1.11   Wed Aug 16 20:21:16 2017
+++ pkgsrc/time/gnutime/Makefile        Wed Apr  3 17:25:46 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2017/08/16 20:21:16 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/04/03 17:25:46 ktnb Exp $
 #
 
-DISTNAME=              time-1.7
+DISTNAME=              time-1.9
 PKGNAME=               gnu${DISTNAME}
 PKGREVISION=           1
 CATEGORIES=            time
@@ -10,10 +10,11 @@ MASTER_SITES=               ${MASTER_SITE_GNU:=time/}
 MAINTAINER=            reed%reedmedia.net@localhost
 HOMEPAGE=              https://directory.fsf.org/GNU/time.html
 COMMENT=               Report user, system, and real time used by a process
-LICENSE=               gnu-gpl-v2
+LICENSE=               gnu-gpl-v3
 
-GNU_CONFIGURE=         yes
-INFO_FILES=            yes
+GNU_CONFIGURE= yes
+INFO_FILES=    yes
+USE_TOOLS+=    gmake
 
 CONFIGURE_ARGS+=       --program-prefix=g
 INSTALLATION_DIRS=     gnu/bin

Index: pkgsrc/time/gnutime/distinfo
diff -u pkgsrc/time/gnutime/distinfo:1.9 pkgsrc/time/gnutime/distinfo:1.10
--- pkgsrc/time/gnutime/distinfo:1.9    Tue Oct 26 11:24:20 2021
+++ pkgsrc/time/gnutime/distinfo        Wed Apr  3 17:25:46 2024
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:24:20 nia Exp $
+$NetBSD: distinfo,v 1.10 2024/04/03 17:25:46 ktnb Exp $
 
-BLAKE2s (time-1.7.tar.gz) = 60291a2d23ebc6670a668595459a9cbe7ae17f881fe76019005b955129dad3ca
-SHA512 (time-1.7.tar.gz) = d759b651e343beddc0b3bd06af85881486b72319c979a2e7f752d5a34edd8b7c1c19391c5c7a2e8f6685746cc7a046bf2c8e082b31458a1dd043ed90a4cebcd1
-Size (time-1.7.tar.gz) = 103066 bytes
-SHA1 (patch-aa) = 73cf3ec312be4df97340a77f66c29b59c2afbf18
-SHA1 (patch-ab) = 235c62c2d35ebbcb65bf6b4a242946740a78a4f0
+BLAKE2s (time-1.9.tar.gz) = 4d2c68e080a55d688eaeca02b87a9449db89b916d922bf294907dda2c0aff4e1
+SHA512 (time-1.9.tar.gz) = 5c6dabbbe71e9103a47b892b86bb914c1704122d4fe7dff1e2cbd28503297163118d295077d8e062b035d673a1f91c36f8a45c7383f374fd766942b32bde4406
+Size (time-1.9.tar.gz) = 596779 bytes



Home | Main Index | Thread Index | Old Index