From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- misc/cstream/DESCR | 20 ++++++++++++++++++++ misc/cstream/PLIST | 3 +++ misc/cstream/pkg/DESCR | 20 -------------------- misc/cstream/pkg/PLIST | 3 --- 4 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 misc/cstream/DESCR create mode 100644 misc/cstream/PLIST delete mode 100644 misc/cstream/pkg/DESCR delete mode 100644 misc/cstream/pkg/PLIST (limited to 'misc/cstream') diff --git a/misc/cstream/DESCR b/misc/cstream/DESCR new file mode 100644 index 00000000000..cd2d755f0f7 --- /dev/null +++ b/misc/cstream/DESCR @@ -0,0 +1,20 @@ + cstream is a general-purpose stream-handling tool like UNIX' dd, + usually used in commandline-constructed pipes. + + Featues: + Sane commandline switch syntax. + Exact throughput limiting, on the incoming side. Timing variance in + previous reads are counterbalanced in the following reads. + Precise throughput reporting. Either at the end of the transmission + or everytime SIGUSR1 is received. Quite useful to ask lengthy + opertions how much data has been transferred yet, i.e. when + writing tapes. Reports are done in bytes/sec and if appropriate in + KB/sec or MB/sec, where 1K = 1024. + SIGUSR2 causes a clean shutdown before EOF on input, timing + informating is displayed. + Build-in support for fifos. Example usage is a 'pseudo-device', + something that sinks or delivers data at an appropriate rate, but + looks like a file, i.e. if you test soundcard software. See the + manpage for examples. + Accepts 'k', 'm' and 'g' character after number for "kilo, mega, + giga" bytes for overall data size limit. diff --git a/misc/cstream/PLIST b/misc/cstream/PLIST new file mode 100644 index 00000000000..e73ff446508 --- /dev/null +++ b/misc/cstream/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:27:49 zuntum Exp $ +bin/cstream +man/man1/cstream.1 diff --git a/misc/cstream/pkg/DESCR b/misc/cstream/pkg/DESCR deleted file mode 100644 index cd2d755f0f7..00000000000 --- a/misc/cstream/pkg/DESCR +++ /dev/null @@ -1,20 +0,0 @@ - cstream is a general-purpose stream-handling tool like UNIX' dd, - usually used in commandline-constructed pipes. - - Featues: - Sane commandline switch syntax. - Exact throughput limiting, on the incoming side. Timing variance in - previous reads are counterbalanced in the following reads. - Precise throughput reporting. Either at the end of the transmission - or everytime SIGUSR1 is received. Quite useful to ask lengthy - opertions how much data has been transferred yet, i.e. when - writing tapes. Reports are done in bytes/sec and if appropriate in - KB/sec or MB/sec, where 1K = 1024. - SIGUSR2 causes a clean shutdown before EOF on input, timing - informating is displayed. - Build-in support for fifos. Example usage is a 'pseudo-device', - something that sinks or delivers data at an appropriate rate, but - looks like a file, i.e. if you test soundcard software. See the - manpage for examples. - Accepts 'k', 'm' and 'g' character after number for "kilo, mega, - giga" bytes for overall data size limit. diff --git a/misc/cstream/pkg/PLIST b/misc/cstream/pkg/PLIST deleted file mode 100644 index 055efe69bc4..00000000000 --- a/misc/cstream/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/19 05:24:27 gmcgarry Exp $ -bin/cstream -man/man1/cstream.1 -- cgit v1.2.3