diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2001-05-27 17:22:39 +0000 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2001-05-27 17:22:39 +0000 |
commit | 3637242c80dcbf0ea37a921354def100911a18e8 (patch) | |
tree | 8b4fde9fd420f2709829c2d8e489deb423e06f8e /sysutils/xin/pkg-descr | |
parent | e04d7ee8eb9d72b2cd6b191ec049085d244e4b9e (diff) | |
download | FreeBSD-ports-3637242c80dcbf0ea37a921354def100911a18e8.zip FreeBSD-ports-3637242c80dcbf0ea37a921354def100911a18e8.tar.gz |
Add xin 1.0.0, splits standard input and pipes into a command.
PR: 27566
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'sysutils/xin/pkg-descr')
-rw-r--r-- | sysutils/xin/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/xin/pkg-descr b/sysutils/xin/pkg-descr new file mode 100644 index 0000000..7f827b3 --- /dev/null +++ b/sysutils/xin/pkg-descr @@ -0,0 +1,5 @@ +Xin reads from standard input and splits the data up into sections, +piping each section to a separate command. Optionally it can pad each +section with zeros. + +WWW: http://www.kyne.com.au/~mark/software/xin.php |