summaryrefslogtreecommitdiff
path: root/time/gnutime
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /time/gnutime
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'time/gnutime')
-rw-r--r--time/gnutime/DESCR6
-rw-r--r--time/gnutime/Makefile20
-rw-r--r--time/gnutime/PLIST2
-rw-r--r--time/gnutime/distinfo7
-rw-r--r--time/gnutime/patches/patch-aa169
-rw-r--r--time/gnutime/patches/patch-ab15
6 files changed, 0 insertions, 219 deletions
diff --git a/time/gnutime/DESCR b/time/gnutime/DESCR
deleted file mode 100644
index 912af087332..00000000000
--- a/time/gnutime/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-The 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.
diff --git a/time/gnutime/Makefile b/time/gnutime/Makefile
deleted file mode 100644
index 720a4596438..00000000000
--- a/time/gnutime/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:44 tv Exp $
-#
-
-DISTNAME= time-1.7
-PKGNAME= gnu${DISTNAME}
-CATEGORIES= time
-MASTER_SITES= ${MASTER_SITE_GNU:=time/}
-
-MAINTAINER= reed@reedmedia.net
-HOMEPAGE= http://www.gnu.org/directory/GNU/time.html
-COMMENT= Report user, system, and real time used by a process
-
-GNU_CONFIGURE= yes
-INFO_FILES= time.info
-
-CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
-PLIST_SUBST+= GNU_PROGRAM_PREFIX="${GNU_PROGRAM_PREFIX}"
-BUILD_DEFS+= GNU_PROGRAM_PREFIX
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/time/gnutime/PLIST b/time/gnutime/PLIST
deleted file mode 100644
index cc544d97f33..00000000000
--- a/time/gnutime/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/27 21:52:46 reed Exp $
-bin/${GNU_PROGRAM_PREFIX}time
diff --git a/time/gnutime/distinfo b/time/gnutime/distinfo
deleted file mode 100644
index f33de2c336c..00000000000
--- a/time/gnutime/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/10/23 20:25:07 rillig Exp $
-
-SHA1 (time-1.7.tar.gz) = dde0c28c7426960736933f3e763320680356cc6a
-RMD160 (time-1.7.tar.gz) = 547a9bb4bc0b3a34046be8381e9c142977ffd402
-Size (time-1.7.tar.gz) = 103066 bytes
-SHA1 (patch-aa) = 73cf3ec312be4df97340a77f66c29b59c2afbf18
-SHA1 (patch-ab) = 3154d83970498dfe66a9a92953e5b9c4236f2ffd
diff --git a/time/gnutime/patches/patch-aa b/time/gnutime/patches/patch-aa
deleted file mode 100644
index 1e4fa6d5276..00000000000
--- a/time/gnutime/patches/patch-aa
+++ /dev/null
@@ -1,169 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/05/27 21:52:46 reed Exp $
-
---- time.info.orig 2004-04-30 12:16:05.573682624 -0700
-+++ time.info 2004-04-30 12:16:10.970862128 -0700
-@@ -1,5 +1,9 @@
--This is Info file ./time.info, produced by Makeinfo-1.55 from the input
--file time.texi.
-+This is time.info, produced by makeinfo version 4.6 from time.texi.
-+
-+INFO-DIR-SECTION Individual utilities
-+START-INFO-DIR-ENTRY
-+* time: (time). Report resource utilization.
-+END-INFO-DIR-ENTRY
-
- This file documents the the GNU `time' command for running programs
- and summarizing the system resources they use.
-@@ -31,7 +35,7 @@
-
- * Resource Measurement:: Measuring program resource use.
-
-- -- The Detailed Node Listing --
-+ --- The Detailed Node Listing ---
-
- Measuring Program Resource Use
-
-@@ -55,17 +59,17 @@
- Measuring Program Resource Use
- ******************************
-
-- The `time' command runs another program, then displays information
-+The `time' command runs another program, then displays information
- about the resources used by that program, collected by the system while
- the program was running. You can select which information is reported
--and the format in which it is shown (*note Setting Format::.), or have
-+and the format in which it is shown (*note Setting Format::), or have
- `time' save the information in a file instead of displaying it on the
--screen (*note Redirecting::.).
-+screen (*note Redirecting::).
-
- The resources that `time' can report on fall into the general
- categories of time, memory, and I/O and IPC calls. Some systems do not
- provide much information about program resource use; `time' reports
--unavailable information as zero values (*note Accuracy::.).
-+unavailable information as zero values (*note Accuracy::).
-
- The format of the `time' command is:
-
-@@ -105,8 +109,8 @@
- Setting the Output Format
- =========================
-
-- `time' uses a "format string" to determine which information to
--display about the resources used by the command it runs. *Note Format
-+`time' uses a "format string" to determine which information to display
-+about the resources used by the command it runs. *Note Format
- String::, for the interpretation of the format string contents.
-
- You can specify a format string with the command line options listed
-@@ -144,7 +148,7 @@
- The Format String
- =================
-
-- The "format string" controls the contents of the `time' output. It
-+The "format string" controls the contents of the `time' output. It
- consists of "resource specifiers" and "escapes", interspersed with
- plain text.
-
-@@ -174,7 +178,7 @@
- The resource specifiers, which are a superset of those recognized by
- the `tcsh' builtin `time' command, are listed below. Not all resources
- are measured by all versions of Unix, so some of the values might be
--reported as zero (*note Accuracy::.).
-+reported as zero (*note Accuracy::).
-
- * Menu:
-
-@@ -299,20 +303,20 @@
- Redirecting Output
- ==================
-
-- By default, `time' writes the resource use statistics to the
--standard error stream. The options below make it write the statistics
--to a file instead. Doing this can be useful if the program you're
--running writes to the standard error or you're running `time'
--noninteractively or in the background.
-+By default, `time' writes the resource use statistics to the standard
-+error stream. The options below make it write the statistics to a file
-+instead. Doing this can be useful if the program you're running writes
-+to the standard error or you're running `time' noninteractively or in
-+the background.
-
- `-o FILE'
- `--output=FILE'
- Write the resource use statistics to FILE. By default, this
-- *overwrites* the file, destroying the file's previous contents.
-+ _overwrites_ the file, destroying the file's previous contents.
-
- `-a'
- `--append'
-- *Append* the resource use information to the output file instead
-+ _Append_ the resource use information to the output file instead
- of overwriting it. This option is only useful with the `-o' or
- `--output' option.
-
-@@ -384,11 +388,11 @@
- Accuracy
- ========
-
-- The elapsed time is not collected atomically with the execution of
--the program; as a result, in bizarre circumstances (if the `time'
--command gets stopped or swapped out in between when the program being
--timed exits and when `time' calculates how long it took to run), it
--could be much larger than the actual execution time.
-+The elapsed time is not collected atomically with the execution of the
-+program; as a result, in bizarre circumstances (if the `time' command
-+gets stopped or swapped out in between when the program being timed
-+exits and when `time' calculates how long it took to run), it could be
-+much larger than the actual execution time.
-
- When the running time of a command is very nearly zero, some values
- (e.g., the percentage of CPU used) may be reported as either zero (which
-@@ -417,7 +421,7 @@
- Running the `time' Command
- ==========================
-
-- The format of the `time' command is:
-+The format of the `time' command is:
-
- time [option...] COMMAND [ARG...]
-
-@@ -437,7 +441,7 @@
-
- `-a'
- `--append'
-- *Append* the resource use information to the output file instead
-+ _Append_ the resource use information to the output file instead
- of overwriting it.
-
- `-f FORMAT'
-@@ -462,17 +466,17 @@
-
- 
- Tag Table:
--Node: Top934
--Node: Resource Measurement1725
--Node: Setting Format3678
--Node: Format String4907
--Node: Time Resources6214
--Node: Memory Resources6844
--Node: I/O Resources7549
--Node: Command Info8747
--Node: Redirecting8964
--Node: Examples9754
--Node: Accuracy12064
--Node: Invoking time13586
-+Node: Top1054
-+Node: Resource Measurement1847
-+Node: Setting Format3794
-+Node: Format String5020
-+Node: Time Resources6323
-+Node: Memory Resources6953
-+Node: I/O Resources7658
-+Node: Command Info8856
-+Node: Redirecting9073
-+Node: Examples9860
-+Node: Accuracy12170
-+Node: Invoking time13689
- 
- End Tag Table
diff --git a/time/gnutime/patches/patch-ab b/time/gnutime/patches/patch-ab
deleted file mode 100644
index e539420348d..00000000000
--- a/time/gnutime/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2005/10/23 20:25:07 rillig Exp $
-
---- Makefile.in.orig 1996-07-11 14:07:03.000000000 -0700
-+++ Makefile.in 2005-08-30 13:14:23.000000000 -0700
-@@ -178,9 +178,7 @@
- install-info: $(INFO_DEPS)
- $(mkinstalldirs) $(infodir)
- for file in $(INFO_DEPS); do \
-- for ifile in `cd $(srcdir) && echo $$file*`; do \
-- $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \
-- done; \
-+ $(INSTALL_DATA) $(srcdir)/$$file $(infodir)/$$file; \
- done
-
- uninstall-info: