1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# $MirOS: contrib/hosted/tg/deb/rs/debian/control,v 1.3 2012/03/25 16:08:54 tg Exp $
#
Source: rs
Section: utils
Priority: optional
Maintainer: Thorsten Glaser <tg@mirbsd.de>
Uploaders: Michael Prokop <mika@debian.org>
# possibly works with older libbsd-dev, but haven’t tested how old
Build-Depends: debhelper (>= 5), libbsd-dev (>= 0.2.0-1~)
Standards-Version: 3.9.3
# First word is the $CVSROOT (-d arg) string, second word the module.
# Upstream is on the same server, in the "src/usr.bin/rs" module.
Vcs-CVS: :ext:_anoncvs@anoncvs.mirbsd.org:/cvs contrib/hosted/tg/deb/rs
Vcs-Browser: http://cvs.mirbsd.de/contrib/hosted/tg/deb/rs/
Package: rs
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: reshape a data array
rs reads the standard input, interpreting each line as a row of
blank-separated entries in an array, transforms the array
according to the options, and writes it on the standard output.
Numerous options control input, reshaping and output processing;
the simplest usage example is "ls -1 | rs", which outputs the
same (on an 80-column terminal) as the modern "ls" with no "-1"
argument.
|