tabfmt-cvs Mailing List for Tabfmt
Status: Beta
Brought to you by:
joloc
You can subscribe to this list here.
2006 |
Jan
(21) |
Feb
(15) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Claudio J. <jo...@us...> - 2006-02-07 19:12:53
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18279/debian Modified Files: docs Log Message: Add AUTHORS and THANKS file. Index: docs =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/debian/docs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** docs 25 Jan 2006 21:13:22 -0000 1.1 --- docs 7 Feb 2006 11:17:03 -0000 1.2 *************** *** 3,4 **** --- 3,6 ---- ChangeLog.0 ChangeLog.1 + AUTHORS + THANKS |
From: Claudio J. <jo...@us...> - 2006-02-07 18:57:24
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17886/debian Modified Files: control Log Message: (Build-Depends) Add many versioned dependencies computed using strace. (Build-Conflicts) Conflict with old versions of autoconf and automake (as recommended by `autotools-dev's README). (Description) Do not use indefinite article in the short description. Provide homepage URL in the long description. Index: control =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/debian/control,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** control 25 Jan 2006 21:13:22 -0000 1.1 --- control 7 Feb 2006 11:15:51 -0000 1.2 *************** *** 3,7 **** Priority: optional Maintainer: Claudio Jolowicz <cl...@jo...> ! Build-Depends: debhelper (>= 4.0.0), autotools-dev Standards-Version: 3.6.2 --- 3,14 ---- Priority: optional Maintainer: Claudio Jolowicz <cl...@jo...> ! Build-Depends: debhelper (>= 4.0.0), autoconf, automake1.9, ! autotools-dev, base-files (>= 3.1.9), bash (>= 3.0-17), ! binutils (>= 2.16.1cvs20051117-1), coreutils (>= 5.2.1-2.1), ! gcc-4.0 (>= 4.0.2-5), gettext (>= 0.14.5-2), libacl1 (>= 2.2.32-1), ! libattr1 (>= 2.4.25-1), libc6 (>= 2.3.5-8), libc6-dev (>= 2.3.5-8), ! libncurses5 (>= 5.5-1), libstdc++6-4.0-dev (>= 4.0.2-5), ! linux-kernel-headers (>= 2.6.13+0rc3-2) ! Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 3.6.2 *************** *** 9,15 **** Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} ! Description: A command line utility to format tabular data Tabfmt reads lines from one or more files or from standard input, breaks the lines into fields given a set of input field delimiters, and prints a table with constant-width columns to standard output or a specified file. Many options exist to customise the output. --- 16,24 ---- Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} ! Description: command line utility to format tabular data Tabfmt reads lines from one or more files or from standard input, breaks the lines into fields given a set of input field delimiters, and prints a table with constant-width columns to standard output or a specified file. Many options exist to customise the output. + . + Homepage: http://tabfmt.sourceforge.net |
From: Claudio J. <jo...@us...> - 2006-02-07 18:54:37
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21563 Modified Files: Makefile.am Log Message: (EXTRA_DIST) Remove debian/dirs. Index: Makefile.am =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 7 Feb 2006 11:00:51 -0000 1.5 --- Makefile.am 7 Feb 2006 12:39:59 -0000 1.6 *************** *** 24,29 **** MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in EXTRA_DIST = autogen.sh ChangeLog.0 ChangeLog.1 debian/changelog \ ! debian/compat debian/control debian/copyright debian/dirs debian/docs \ ! debian/files debian/info debian/rules debian/tabfmt.substvars # Maintainer targets --- 24,29 ---- MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in EXTRA_DIST = autogen.sh ChangeLog.0 ChangeLog.1 debian/changelog \ ! debian/compat debian/control debian/copyright debian/docs debian/files \ ! debian/info debian/rules debian/tabfmt.substvars # Maintainer targets |
From: Claudio J. <jo...@us...> - 2006-02-07 18:33:30
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21890/debian Modified Files: rules Log Message: (binary-arch) <dh_installchangelogs> Use --keep to install symlink to original filename. <dh_installman> Remove: manpages are installed by $(MAKE) install. <dh_link> Remove: not needed since there is no debian/tabfmt.links. <dh_installdeb> Remove: not needed since there are no maintainer scripts or conffiles to be installed. Remove commented out code and instructive comments. Cleanup whitespace. Index: rules =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/debian/rules,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rules 25 Jan 2006 21:13:22 -0000 1.1 --- rules 7 Feb 2006 11:26:13 -0000 1.2 *************** *** 1,5 **** #!/usr/bin/make -f # -*- makefile -*- - # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a --- 1,4 ---- *************** *** 10,14 **** #export DH_VERBOSE=1 - # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) --- 9,12 ---- *************** *** 16,20 **** DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - CFLAGS = -Wall -g --- 14,17 ---- *************** *** 27,43 **** config.status: configure dh_testdir - # Add here commands to configure the package. CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info - build: build-stamp build-stamp: config.status dh_testdir - - # Add here commands to compile the package. $(MAKE) #docbook-to-man debian/tabfmt.sgml > tabfmt.1 - touch build-stamp --- 24,35 ---- *************** *** 46,51 **** dh_testroot rm -f build-stamp - - # Add here commands to clean up after the build process. -$(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" --- 38,41 ---- *************** *** 55,60 **** cp -f /usr/share/misc/config.guess config.guess endif - - dh_clean --- 45,48 ---- *************** *** 64,102 **** dh_clean -k dh_installdirs - - # Add here commands to install the package into debian/tabfmt. $(MAKE) install DESTDIR=$(CURDIR)/debian/tabfmt - - # Build architecture-independent files here. binary-indep: build install - # We have nothing to do by default. - # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot ! dh_installchangelogs ChangeLog dh_installdocs dh_installexamples - # dh_install - # dh_installmenu - # dh_installdebconf - # dh_installlogrotate - # dh_installemacsen - # dh_installpam - # dh_installmime - # dh_installinit - # dh_installcron - # dh_installinfo - dh_installman - dh_link dh_strip dh_compress dh_fixperms - # dh_perl - # dh_python - # dh_makeshlibs - dh_installdeb dh_shlibdeps dh_gencontrol --- 52,68 ---- dh_clean -k dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tabfmt binary-indep: build install binary-arch: build install dh_testdir dh_testroot ! dh_installchangelogs --keep ChangeLog dh_installdocs dh_installexamples dh_strip dh_compress dh_fixperms dh_shlibdeps dh_gencontrol |
From: Claudio J. <jo...@us...> - 2006-02-07 18:23:31
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4308 Modified Files: configure.ac Log Message: (AC_INIT) New version: 0.2. Index: configure.ac =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/configure.ac,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configure.ac 8 Jan 2006 02:32:53 -0000 1.2 --- configure.ac 7 Feb 2006 12:01:17 -0000 1.3 *************** *** 21,25 **** # Prologue ! AC_INIT([tabfmt], [0.1], [tab...@li...]) AC_PREREQ(2.59) AC_REVISION($Revision$) --- 21,25 ---- # Prologue ! AC_INIT([tabfmt], [0.2], [tab...@li...]) AC_PREREQ(2.59) AC_REVISION($Revision$) |
From: Claudio J. <jo...@us...> - 2006-02-07 18:11:12
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12370 Modified Files: Makefile.am Log Message: (listing, *.ps) Remove targets to invoke enscript. Whitespace cleanup. Index: Makefile.am =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 26 Jan 2006 21:28:42 -0000 1.4 --- Makefile.am 7 Feb 2006 11:00:51 -0000 1.5 *************** *** 32,42 **** .ChangeLog: ! cd $(top_srcdir) && \ ! if test -d CVS ; then \ ! cvs2cl --fsf --FSF \ ! --usermap .cvsusers \ ! --window 86400 --ignore ChangeLog \ ! --utc --log-opts -d """>2006-01-07 19:53""" && \ ! cat .cvscopying >>ChangeLog ; \ fi --- 32,41 ---- .ChangeLog: ! cd $(top_srcdir) && \ ! if test -d CVS ; then \ ! cvs2cl --fsf --FSF --usermap .cvsusers --ignore ChangeLog \ ! --utc --window 86400 --log-opts -d \ ! """>2006-01-07 19:53""" && \ ! cat .cvscopying >> ChangeLog ; \ fi *************** *** 44,60 **** cd $(PACKAGE)-$(VERSION) && debuild - listing: tabfmt.ps configure.ac.ps Makefile.am.ps - - tabfmt.ps: $(top_srcdir)/src/tabfmt.c - enscript --fancy-header --columns=2 --landscape --highlight \ - --nup=2 --output=$@ --color $< - - configure.ac.ps: $(top_srcdir)/configure.ac - enscript --fancy-header --columns=2 --landscape --highlight=m4 \ - --nup=2 --output=$@ --color $< - - Makefile.am.ps: $(top_srcdir)/Makefile.am - enscript --fancy-header --columns=2 --landscape --highlight=makefile \ - --nup=2 --output=$@ --color $< - ## Makefile.am ends here --- 43,45 ---- |
From: Claudio J. <jo...@us...> - 2006-02-07 17:45:30
|
Update of /cvsroot/tabfmt/tabfmt/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16018/doc Modified Files: tabfmt.texi Log Message: <Invoking tabfmt> Option -D accepts a string, not just a character. <Examples> Use `cut' to select the columns in the `/etc/passwd' example. Add another example that does not involve configuration files. Index: tabfmt.texi =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/doc/tabfmt.texi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tabfmt.texi 26 Jan 2006 21:19:54 -0000 1.3 --- tabfmt.texi 7 Feb 2006 11:10:39 -0000 1.4 *************** *** 227,233 **** @option{--delimiter}. ! @item -D @var{character} ! @itemx --output-delimiter=@var{character} ! Separate the fields by @var{character} in the output; default is @samp{TAB}. The same backslash-escaped characters are recognized as for the option @option{--delimiter}. --- 227,233 ---- @option{--delimiter}. ! @item -D @var{string} ! @itemx --output-delimiter=@var{string} ! Separate the fields by @var{string} in the output; default is @samp{TAB}. The same backslash-escaped characters are recognized as for the option @option{--delimiter}. *************** *** 290,310 **** This example splits @file{/etc/mtab} (which contains space-separated data), and outputs a tab-delimited table with constant-width ! columns. (You will not find any tabs here if you are reading this manual ! in printed or HTML format.) @example @b{$} awk -F: '( $7 == "/bin/false")' /etc/passwd | ! @b{>} tabfmt -d: -w,,,,15,,0 -D\| -p1 ! Debian-exim | x | 102 | 102 | | /var/spool/exim4 | ! sshd | x | 100 | 65534 | | /var/run/sshd | ! messagebus | x | 101 | 104 | | /var/run/dbus | ! hal | x | 105 | 105 | Hardware abstra | /var/run/hal | ! identd | x | 103 | 65534 | | /var/run/identd | ! gdm | x | 104 | 107 | Gnome Display M | /var/lib/gdm | ! ntop | x | 109 | 109 | | /var/lib/ntop | ! scanlogd | x | 107 | 65534 | | /usr/lib/scanlogd | ! cups-pdf | x | 108 | 65534 | Anonymous Samba | /var/spool/cups-pdf | @end example --- 290,311 ---- This example splits @file{/etc/mtab} (which contains space-separated data), and outputs a tab-delimited table with constant-width ! columns. (You may not find tabs here if you are reading this manual in ! printed or HTML format.) @example @b{$} awk -F: '( $7 == "/bin/false")' /etc/passwd | ! @b{>} cut -d: -f1,3,4,5,6 | ! @b{>} tabfmt -d: -w,,,15, -D\| -p1 ! Debian-exim | 102 | 102 | | /var/spool/exim4 ! sshd | 100 | 65534 | | /var/run/sshd ! messagebus | 101 | 104 | | /var/run/dbus ! hal | 105 | 105 | Hardware abstra | /var/run/hal ! identd | 103 | 65534 | | /var/run/identd ! gdm | 104 | 107 | Gnome Display M | /var/lib/gdm ! ntop | 109 | 109 | | /var/lib/ntop ! scanlogd | 107 | 65534 | | /usr/lib/scanlogd ! cups-pdf | 108 | 65534 | Anonymous Samba | /var/spool/cups-pdf @end example *************** *** 312,318 **** This example first uses @code{awk} to extract from @file{/etc/passwd} those accounts whose login shell is @file{/bin/false}. It then uses ! @code{tabfmt} to produce a human-readable table, truncating user names ! which exceed 20 characters in length, and omitting the login shell, ! which we already know. @node Reporting Bugs, Copying This Manual, Examples, Top --- 313,341 ---- This example first uses @code{awk} to extract from @file{/etc/passwd} those accounts whose login shell is @file{/bin/false}. It then uses ! @code{cut} to print only the login name, uid, gid, user name and home ! directory. Finally, @code{tabfmt} is invoked to produce a human-readable ! table, truncating user names which exceed 20 characters in length. ! ! @example ! ! @b{$} for f in README NEWS AUTHORS THANKS COPYING INSTALL ChangeLog; do ! @b{>} echo -n $f: ! @b{>} ls -1 /usr/share/doc/*/$f 2>/dev/null | wc -l ! @b{>} done | tabfmt -d: -al,r -D" = " ! ! README = 443 ! NEWS = 13 ! AUTHORS = 262 ! THANKS = 51 ! COPYING = 1 ! INSTALL = 2 ! ChangeLog = 0 ! ! @end example ! ! This example demonstrates how to use @code{tabfmt} at the end of a ! pipeline gathering some file statistics. It uses the @option{-a} option ! to right-align the numbers, and the @option{-D} option to set the output ! delimiter to a @samp{=} with spaces around it. @node Reporting Bugs, Copying This Manual, Examples, Top |
From: Claudio J. <jo...@us...> - 2006-02-07 17:27:52
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9814 Modified Files: Makefile.am Log Message: (EXTRA_DIST) Add debian/watch. Remove debian/{files,tabfmt.substvars}. Index: Makefile.am =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.am 7 Feb 2006 12:39:59 -0000 1.6 --- Makefile.am 7 Feb 2006 17:27:36 -0000 1.7 *************** *** 24,29 **** MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in EXTRA_DIST = autogen.sh ChangeLog.0 ChangeLog.1 debian/changelog \ ! debian/compat debian/control debian/copyright debian/docs debian/files \ ! debian/info debian/rules debian/tabfmt.substvars # Maintainer targets --- 24,29 ---- MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in EXTRA_DIST = autogen.sh ChangeLog.0 ChangeLog.1 debian/changelog \ ! debian/compat debian/control debian/copyright debian/docs debian/info \ ! debian/rules debian/watch # Maintainer targets |
From: Claudio J. <jo...@us...> - 2006-02-07 17:21:50
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7279 Modified Files: copyright Log Message: Minor changes. This is now a non-native package. Index: copyright =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/debian/copyright,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** copyright 25 Jan 2006 21:13:22 -0000 1.1 --- copyright 7 Feb 2006 17:21:33 -0000 1.2 *************** *** 1,4 **** ! This is tabfmt, written and maintained by Claudio Jolowicz <cl...@jo...> ! on Wed, 25 Jan 2006 20:09:12 +0100. The original source can always be found at: --- 1,4 ---- ! This package was debianized by Claudio Jolowicz <jo...@us...> on ! Tue, 7 Feb 2006 13:47:08 +0100. The original source can always be found at: *************** *** 9,26 **** License: ! This program is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 2 of the License, or ! (at your option) any later version. ! This program is distributed in the hope that it will be useful, ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! GNU General Public License for more details. ! You should have received a copy of the GNU General Public License ! along with this package; if not, write to the Free Software ! Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. --- 9,27 ---- License: ! This package is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 2 of the License, or ! (at your option) any later version. ! This package is distributed in the hope that it will be useful, ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! GNU General Public License for more details. ! You should have received a copy of the GNU General Public License ! along with this package; if not, write to the Free Software ! Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. + |
From: Claudio J. <jo...@us...> - 2006-02-07 17:20:46
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6800 Added Files: watch Log Message: New file. --- NEW FILE: watch --- # watch control file for uscan(1) # Compulsory line, this is a version 3 file version=3 # find new files on sourceforge, for debscripts >= 2.9 http://sf.net/tabfmt/tabfmt-(.*)\.tar\.gz |
From: Claudio J. <jo...@us...> - 2006-02-07 17:20:19
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6480 Modified Files: control Log Message: (Maintainer) Change e-mail address. (Build-Depends) Reset to default debhelper (...) and autotools-dev. (Build-Conflicts) Remove for now. (Description) Minor change. Index: control =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/debian/control,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** control 7 Feb 2006 11:15:51 -0000 1.2 --- control 7 Feb 2006 17:20:03 -0000 1.3 *************** *** 2,14 **** Section: utils Priority: optional ! Maintainer: Claudio Jolowicz <cl...@jo...> ! Build-Depends: debhelper (>= 4.0.0), autoconf, automake1.9, ! autotools-dev, base-files (>= 3.1.9), bash (>= 3.0-17), ! binutils (>= 2.16.1cvs20051117-1), coreutils (>= 5.2.1-2.1), ! gcc-4.0 (>= 4.0.2-5), gettext (>= 0.14.5-2), libacl1 (>= 2.2.32-1), ! libattr1 (>= 2.4.25-1), libc6 (>= 2.3.5-8), libc6-dev (>= 2.3.5-8), ! libncurses5 (>= 5.5-1), libstdc++6-4.0-dev (>= 4.0.2-5), ! linux-kernel-headers (>= 2.6.13+0rc3-2) ! Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 3.6.2 --- 2,7 ---- Section: utils Priority: optional ! Maintainer: Claudio Jolowicz <jo...@us...> ! Build-Depends: debhelper (>= 4.0.0), autotools-dev Standards-Version: 3.6.2 *************** *** 20,24 **** breaks the lines into fields given a set of input field delimiters, and prints a table with constant-width columns to standard output or ! a specified file. Many options exist to customise the output. . Homepage: http://tabfmt.sourceforge.net --- 13,17 ---- breaks the lines into fields given a set of input field delimiters, and prints a table with constant-width columns to standard output or ! a specified file. Various options exist to customise the output. . Homepage: http://tabfmt.sourceforge.net |
From: Claudio J. <jo...@us...> - 2006-02-07 17:18:10
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5574 Modified Files: changelog Log Message: Convert to non-native package. New upstream version. Change maintainer e-mail address. Index: changelog =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/debian/changelog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** changelog 25 Jan 2006 21:13:22 -0000 1.1 --- changelog 7 Feb 2006 17:17:57 -0000 1.2 *************** *** 1,5 **** ! tabfmt (0.1) unstable; urgency=low ! * Initial Release. - -- Claudio Jolowicz <cl...@jo...> Wed, 25 Jan 2006 20:09:12 +0100 --- 1,6 ---- ! tabfmt (0.2-1) unstable; urgency=low ! * Initial release ! ! -- Claudio Jolowicz <jo...@us...> Tue, 7 Feb 2006 13:47:08 +0100 |
From: Claudio J. <jo...@us...> - 2006-02-07 17:17:02
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16286 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 10 Jan 2006 16:34:46 -0000 1.4 --- ChangeLog 7 Feb 2006 11:11:10 -0000 1.5 *************** *** 1,5 **** 2006-01-09 Claudio Jolowicz <jo...@so...> ! * po/de.po: Regenerated. 2006-01-09 Claudio Jolowicz <jo...@so...> --- 1,37 ---- + 2006-01-26 Claudio Jolowicz <jo...@so...> + + * Makefile.am: + (deb) Added rule to make a deb package. + + 2006-01-26 Claudio Jolowicz <jo...@so...> + + * doc/tabfmt.texi: Many additions, particularly to the invocation + node. Added another example. Added instructions how to obtain tabfmt + via CVS. + + 2006-01-26 Claudio Jolowicz <jo...@so...> + + * Makefile.am: Add debian/ files to EXTRA_DIST. + + 2006-01-25 Claudio Jolowicz <jo...@so...> + + * debian/changelog, debian/compat, debian/control, + debian/copyright, debian/dirs, debian/docs, debian/files, + debian/info, debian/rules, debian/tabfmt.substvars: New file. + Generated with dh_make 0.40. + + 2006-01-10 Claudio Jolowicz <jo...@so...> + + * doc/tabfmt.texi: Update author's email address, bug report + address, and project home page. + + 2006-01-10 Claudio Jolowicz <jo...@so...> + + * man/Makefile.am: + (.x.1) Provide path of executable invoked by help2man. + 2006-01-09 Claudio Jolowicz <jo...@so...> ! * po/de.po, man/tabfmt.1: Regenerated. 2006-01-09 Claudio Jolowicz <jo...@so...> |
From: Claudio J. <jo...@us...> - 2006-02-07 17:16:29
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4904 Removed Files: tabfmt.substvars files Log Message: Removed. --- files DELETED --- --- tabfmt.substvars DELETED --- |
From: Claudio J. <jo...@us...> - 2006-02-07 15:29:21
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3915 Modified Files: NEWS README Log Message: New version: 0.2. Index: README =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 8 Jan 2006 02:32:53 -0000 1.2 --- README 7 Feb 2006 12:00:50 -0000 1.3 *************** *** 1,3 **** ! This is the version 0.1 release of Tabfmt, a software tool to format a table, written by Claudio Jolowicz. --- 1,3 ---- ! This is the version 0.2 release of Tabfmt, a software tool to format a table, written by Claudio Jolowicz. Index: NEWS =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NEWS 8 Jan 2006 02:32:53 -0000 1.2 --- NEWS 7 Feb 2006 12:00:50 -0000 1.3 *************** *** 7,10 **** --- 7,15 ---- + Version 0.2 + + * Tabfmt is now fully documented in Texinfo. + * Support building Debian packages. + Version 0.1 |
From: Claudio J. <jo...@us...> - 2006-01-27 18:21:40
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8128 Removed Files: dirs Log Message: Removed unneeded debian/dirs. --- dirs DELETED --- |
From: Claudio J. <jo...@us...> - 2006-01-26 21:28:52
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22507 Modified Files: Makefile.am Log Message: (deb) Added rule to make a deb package. Index: Makefile.am =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 26 Jan 2006 21:17:42 -0000 1.3 --- Makefile.am 26 Jan 2006 21:28:42 -0000 1.4 *************** *** 41,44 **** --- 41,47 ---- fi + deb: distdir + cd $(PACKAGE)-$(VERSION) && debuild + listing: tabfmt.ps configure.ac.ps Makefile.am.ps |
From: Claudio J. <jo...@us...> - 2006-01-26 21:20:10
|
Update of /cvsroot/tabfmt/tabfmt/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19625/doc Modified Files: tabfmt.texi Log Message: Many additions, particularly to the invocation node. Added another example. Added instructions how to obtain tabfmt via CVS. Index: tabfmt.texi =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/doc/tabfmt.texi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tabfmt.texi 10 Jan 2006 16:34:30 -0000 1.2 --- tabfmt.texi 26 Jan 2006 21:19:54 -0000 1.3 *************** *** 18,29 **** under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no ! Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,'' ! and with the Back-Cover Texts as in (a) below. A copy of the ! license is included in the section entitled ``GNU Free Documentation ! License.'' ! ! (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify ! this GNU Manual, like GNU software. Copies published by the Free ! Software Foundation raise funds for GNU development.'' @end quotation @end copying --- 18,24 ---- under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no ! Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A ! copy of the license is included in the section entitled ``GNU Free ! Documentation License.'' @end quotation @end copying *************** *** 73,94 **** lines into fields given a set of input field delimiters, and prints a table with constant-width columns to standard output or a specified ! file. Minimum and maximum field widths, left and right padding, as well ! as the characters used for filling, padding and delimiting the fields ! can be specified. ! This program is meant to integrate well with the standard UNIX utilities ! for text manipulation. It is specialised in a simple, everyday task ! which is usually too bothersome to implement in shell scripting. While ! tabfmt currently formats the table using plain text, extensions may ! include output in other formats such as HTML, LaTeX, Texinfo, or XML ! languages. ! The program was originally written for a GNU environment, but should ! build and run on a wide variety of platforms thanks to the GNU autotools ! and a portability library which is compiled and linked as needed ! (gnulib). It has been successfully built on GNU/Linux, FreeBSD and ! NetBSD. The program provides support for localisation using the GNU ! gettext package; a German language translation has been provided by the ! author. The package contains a preliminary test suite. @node Invoking tabfmt, Examples, Overview, Top --- 68,80 ---- lines into fields given a set of input field delimiters, and prints a table with constant-width columns to standard output or a specified ! file. ! Minimum and maximum field widths, left and right padding, as well as the ! characters used for filling, padding and delimiting the fields can be ! specified. ! This program is meant to integrate well with the standard @sc{UNIX} ! utilities for text manipulation. It is specialised in a simple, everyday ! task which is usually too bothersome to implement in shell scripting. @node Invoking tabfmt, Examples, Overview, Top *************** *** 98,101 **** --- 84,92 ---- @cindex invoking @command{tabfmt} + @code{tabfmt} reads lines from one or more files, breaks the lines into + fields given a set of input field delimiters, and prints a table with + constant-width columns to standard output. Standard input is used for a + file name of @samp{-} or if no input files are given. + The format for running the @code{tabfmt} program is: *************** *** 104,156 **** @end example ! @code{tabfmt} supports the following options: @table @samp ! @item -w WLIST ! @itemx --widths=WLIST ! Use WLIST as field widths. @item -e @itemx --equal-width ! Use equal width for all fields. ! @item -f CHAR ! @itemx --filler=CHAR ! Use CHAR to fill fields [SPC]. ! @item -a ALIST ! @itemx --align=ALIST ! Align fields according to LIST. ! @item -p LIST ! @itemx --padding=LIST ! Use LIST as padding [none]. ! @item -l PLIST ! @itemx --left-padding=PLIST ! Use PLIST as left padding. ! @item -r PLIST ! @itemx --right-padding=PLIST ! Use PLIST as right padding. ! @item -P ! @itemx --padder=CHAR ! Use CHAR as padding character [SPC]. ! @item -d ! @itemx --delimiter=DELIM ! Set of field delimiters [TAB,SPC]. ! @item -D DELIM ! @itemx --output-delimiter=DELIM ! Output field delimiter [TAB]. ! @item -o FILE ! @itemx --output=FILE ! Write output to FILE [stdout]. @item --debug ! Print debugging information. @item -h --- 95,243 ---- @end example ! In the table which follows, the @var{width-list}, @var{padding-list} and ! @var{alignment-list} are comma-separated lists. Each list element refers ! to the corresponding field in the input. If the number of fields exceeds ! the number of list elements, the last element counts for all remaining ! fields. ! ! The program accepts the following options: @table @samp ! @item -d @var{string} ! @itemx --delimiter=@var{string} ! @cindex backslash escapes ! @cindex environment variables, @env{IFS} ! Break the input lines into fields at any of the characters in ! @var{string}. By default, input fields are delimited by the characters ! in the @env{IFS} environment variable. If this environment variable is ! not set, @samp{TAB} and @samp{SPC} will be used as the default. ! ! The following backslash-escaped characters are recognized: ! ! @table @samp ! @item \a ! alert (@samp{BEL}) ! @item \b ! backspace (@samp{BS}) ! @item \f ! form feed (@samp{FF}) ! @item \n ! new line (@samp{LF}) ! @item \r ! carriage return (@samp{CR}) ! @item \t ! horizontal tab (@samp{TAB}) ! @item \v ! vertical tab (@samp{VT}) ! @item \\ ! backslash (@samp{\}) ! @item \@var{nnn} ! the character whose @acronym{ASCII} code is @var{nnn} (octal); if ! @var{nnn} is not a valid octal number, its value is taken literally. ! @end table ! ! The input delimiter does not appear in the output (see the description ! of @option{--output-delimiter} instead). If a sequence of input ! delimiters appears in the input, each pair of delimiters is taken to ! enclose an empty field. ! ! @item -w @var{width-list} ! @itemx --widths=@var{width-list} ! @cindex lists ! @cindex ranges ! @cindex width ! Determine the minimum and maximum output width of each field. By ! default, the width of a field is determined by its widest entry in all ! lines. ! ! Each element of @var{width-list} has one of the following forms: ! ! @table @samp ! @item ! An empty element poses no constraints on the width of a field. The width ! is determined by the widest entry occurring at this field in all lines. ! ! @item @var{n}- ! Use at least @var{n} characters for this field. If an entry has less ! characters, the missing characters are filled with spaces, or the ! character specified with the option @option{--filler}. ! ! @item -@var{n} ! Use at most @var{n} characters for this field. If an entry has more ! characters, the remaining characters are cut off. ! ! @item @var{n}-@var{m} ! Use at least @var{n} and at most @var{m} characters for this field. ! ! @item @var{n} ! Use exactly @var{n} characters for this field. ! ! @end table @item -e @itemx --equal-width ! Use the same width for all fields. The width is determined by the widest ! entry in all fields. If a minimum or maximum width is specified (see ! the description of @option{--widths}), all but the first element of ! @var{width-list} are ignored. ! @item -f @var{character} ! @itemx --filler=@var{character} ! If an entry has less characters than the field width, fill the missing ! characters with @var{character}; default is @samp{SPC}. The same ! backslash-escaped characters are recognized as for the option ! @option{--delimiter}. ! @item -a @var{alignment-list} ! @itemx --align=@var{alignment-list} ! Determine the alignment of each field. By default, all fields are ! left-aligned. Elements of @var{alignment-list} have the following form: ! @table @asis ! @item @samp{l} or @samp{L} ! Align the entry to the left of the field. ! @item @samp{r} or @samp{R} ! Align the entry to the right of the field. ! @item @samp{c} or @samp{C} ! Center the entry in the field. ! @end table ! @item -p @var{padding-list} ! @itemx --padding=@var{padding-list} ! Determine the number of padding characters of each field. By default, ! fields have no padding. The padding will appear both at the left and the ! right of the field. Note that the padding does not contribute to the ! field width. ! @item -l @var{padding-list} ! @itemx --left-padding=@var{padding-list} ! Determine the left padding of each field (see the description of ! @option{--padding}). ! @item -r @var{padding-list} ! @itemx --right-padding=@var{padding-list} ! Determine the right padding of each field (see the description of ! @option{--padding}). ! @item -P @var{character} ! @itemx --padder=@var{character} ! If a padding is specified for any field, fill it with @var{character}; ! default is @samp{SPC} (see the description of @option{--padding}). The ! same backslash-escaped characters are recognized as for the option ! @option{--delimiter}. ! @item -D @var{character} ! @itemx --output-delimiter=@var{character} ! Separate the fields by @var{character} in the output; default is ! @samp{TAB}. The same backslash-escaped characters are recognized as for ! the option @option{--delimiter}. ! @item -o @var{file} ! @itemx --output=@var{file} ! Write the output to the file @var{file}. By default, the table is ! written to standard output. @item --debug ! Produce debugging information. @item -h *************** *** 163,166 **** --- 250,264 ---- @end table + An exit status of zero indicates success, and a nonzero value indicates + failure. + + Note that each line in the input can have a different number of fields; + in this case, the lines will also have different numbers of fields in + the output. In other words, no fields are added in the output. + + If multiple files are specified, they will be treated as a single + dataset. In particular, the field widths are not computed per input + file; they are computed over the entire input. + @node Examples, Reporting Bugs, Invoking tabfmt, Top @chapter Examples *************** *** 169,200 **** @cindex example ! Here is an example of running @code{tabfmt}. ! Below is the output of the command @samp{tabfmt -d: /etc/passwd}: @example ! root x 0 0 root /root /bin/bash ! daemon x 1 1 daemon /usr/sbin /bin/sh ! bin x 2 2 bin /bin /bin/sh ! sys x 3 3 sys /dev /bin/sh ! sync x 4 65534 sync /bin /bin/sync ! games x 5 60 games /usr/games /bin/sh ! man x 6 12 man /var/cache/man /bin/sh ! lp x 7 7 lp /var/spool/lpd /bin/sh ! mail x 8 8 mail /var/mail /bin/sh ! news x 9 9 news /var/spool/news /bin/sh ! uucp x 10 10 uucp /var/spool/uucp /bin/sh ! proxy x 13 13 proxy /bin /bin/sh ! www-data x 33 33 www-data /var/www /bin/sh ! backup x 34 34 backup /var/backups /bin/sh ! list x 38 38 Mailing List Manager /var/list /bin/sh ! irc x 39 39 ircd /var/run/ircd /bin/sh ! nobody x 65534 65534 nobody /nonexistent /bin/sh ! Debian-exim x 102 102 /var/spool/exim4 /bin/false ! sshd x 100 65534 /var/run/sshd /bin/false ! admin x 1000 1000 Administrator,,, /home/admin /bin/bash ! cj x 1001 1001 Claudio Jolowicz,,, /home/cj /bin/bash @end example @node Reporting Bugs, Copying This Manual, Examples, Top @chapter Reporting Bugs --- 267,319 ---- @cindex example ! @code{tabfmt} is particularly useful to convert various system ! configuration files to a more readable format. ! @example ! ! @b{$} tabfmt /etc/mtab ! ! /dev/hda1 / ext3 rw 0 0 ! /dev/hda2 /tmp ext3 rw,nosuid,nodev 0 0 ! /dev/hda3 /var ext3 rw,nosuid,nodev 0 0 ! /dev/hda4 /usr ext3 rw,nodev 0 0 ! /dev/hda5 /home ext3 rw,nosuid,nodev 0 0 ! proc /proc proc rw 0 0 ! sysfs /sys sysfs rw 0 0 ! devpts /dev/pts devpts rw,gid=5,mode=620 0 0 ! tmpfs /dev/shm tmpfs rw 0 0 ! usbfs /proc/bus/usb usbfs rw 0 0 ! tmpfs /dev tmpfs rw,size=10M,mode=0755 0 0 ! ! @end example ! ! This example splits @file{/etc/mtab} (which contains space-separated ! data), and outputs a tab-delimited table with constant-width ! columns. (You will not find any tabs here if you are reading this manual ! in printed or HTML format.) @example ! ! @b{$} awk -F: '( $7 == "/bin/false")' /etc/passwd | ! @b{>} tabfmt -d: -w,,,,15,,0 -D\| -p1 ! ! Debian-exim | x | 102 | 102 | | /var/spool/exim4 | ! sshd | x | 100 | 65534 | | /var/run/sshd | ! messagebus | x | 101 | 104 | | /var/run/dbus | ! hal | x | 105 | 105 | Hardware abstra | /var/run/hal | ! identd | x | 103 | 65534 | | /var/run/identd | ! gdm | x | 104 | 107 | Gnome Display M | /var/lib/gdm | ! ntop | x | 109 | 109 | | /var/lib/ntop | ! scanlogd | x | 107 | 65534 | | /usr/lib/scanlogd | ! cups-pdf | x | 108 | 65534 | Anonymous Samba | /var/spool/cups-pdf | ! @end example + This example first uses @code{awk} to extract from @file{/etc/passwd} + those accounts whose login shell is @file{/bin/false}. It then uses + @code{tabfmt} to produce a human-readable table, truncating user names + which exceed 20 characters in length, and omitting the login shell, + which we already know. + @node Reporting Bugs, Copying This Manual, Examples, Top @chapter Reporting Bugs *************** *** 203,216 **** @cindex Suggestions for Tabfmt, making @cindex Reporting bugs ! I welcome bug reports and suggestions for Tabfmt. Please email them to ! @email{tabfmt-devel@@lists.sourceforge.net}. You can get the latest version of Tabfmt ! from @uref{http://sourceforge.net/projects/tabfmt}. @cindex Checklist for bug reports ! For bug reports, please include enough information for the maintainers to reproduce the problem. Generally speaking, that means: @itemize @bullet ! @item the version number of Tabfmt. @item hardware and operating system names and versions. @item the contents of any input files necessary to reproduce the bug. --- 322,349 ---- @cindex Suggestions for Tabfmt, making @cindex Reporting bugs ! Please send bug reports and suggestions for @code{tabfmt} to the ! following mailing list: ! ! @indent @email{tabfmt-devel@@lists.sourceforge.net}. ! ! @noindent You can get the latest version of the program at the @code{tabfmt} ! homepage: ! ! @indent @uref{http://tabfmt.sourceforge.net/} ! ! @noindent Alternatively, you can obtain the source code via @acronym{CVS} with the ! following command: ! ! @example ! cvs -z3 -d:pserver:anonymous@@cvs.sourceforge.net:/cvsroot/tabfmt \ ! co -P tabfmt ! @end example @cindex Checklist for bug reports ! @noindent For bug reports, please include enough information for the maintainers to reproduce the problem. Generally speaking, that means: @itemize @bullet ! @item the version number of @code{tabfmt}. @item hardware and operating system names and versions. @item the contents of any input files necessary to reproduce the bug. |
From: Claudio J. <jo...@us...> - 2006-01-26 21:17:50
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18839 Modified Files: Makefile.am Log Message: Add debian/ files to EXTRA_DIST. Index: Makefile.am =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 9 Jan 2006 22:33:40 -0000 1.2 --- Makefile.am 26 Jan 2006 21:17:42 -0000 1.3 *************** *** 23,27 **** ACLOCAL_AMFLAGS = -I m4 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in ! EXTRA_DIST = autogen.sh ChangeLog.0 ChangeLog.1 # Maintainer targets --- 23,29 ---- ACLOCAL_AMFLAGS = -I m4 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in ! EXTRA_DIST = autogen.sh ChangeLog.0 ChangeLog.1 debian/changelog \ ! debian/compat debian/control debian/copyright debian/dirs debian/docs \ ! debian/files debian/info debian/rules debian/tabfmt.substvars # Maintainer targets |
From: Claudio J. <jo...@us...> - 2006-01-25 21:13:31
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1614 Added Files: changelog compat control copyright dirs docs files info rules tabfmt.substvars Log Message: New file. Generated with dh_make 0.40. --- NEW FILE: info --- doc/tabfmt.info --- NEW FILE: dirs --- usr/bin usr/sbin --- NEW FILE: copyright --- This is tabfmt, written and maintained by Claudio Jolowicz <cl...@jo...> on Wed, 25 Jan 2006 20:09:12 +0100. The original source can always be found at: http://tabfmt.sourceforge.net/ Copyright (C) 2005, 2006 Claudio Jolowicz License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. --- NEW FILE: changelog --- tabfmt (0.1) unstable; urgency=low * Initial Release. -- Claudio Jolowicz <cl...@jo...> Wed, 25 Jan 2006 20:09:12 +0100 --- NEW FILE: rules --- #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif config.status: configure dh_testdir # Add here commands to configure the package. CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info build: build-stamp build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) #docbook-to-man debian/tabfmt.sgml > tabfmt.1 touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. -$(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/tabfmt. $(MAKE) install DESTDIR=$(CURDIR)/debian/tabfmt # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl # dh_python # dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install --- NEW FILE: docs --- NEWS README ChangeLog.0 ChangeLog.1 --- NEW FILE: compat --- 4 --- NEW FILE: control --- Source: tabfmt Section: utils Priority: optional Maintainer: Claudio Jolowicz <cl...@jo...> Build-Depends: debhelper (>= 4.0.0), autotools-dev Standards-Version: 3.6.2 Package: tabfmt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A command line utility to format tabular data Tabfmt reads lines from one or more files or from standard input, breaks the lines into fields given a set of input field delimiters, and prints a table with constant-width columns to standard output or a specified file. Many options exist to customise the output. --- NEW FILE: tabfmt.substvars --- shlibs:Depends=libc6 (>= 2.3.5-1) --- NEW FILE: files --- tabfmt_0.1_i386.deb utils optional |
From: Claudio J. <jo...@us...> - 2006-01-25 21:03:48
|
Update of /cvsroot/tabfmt/tabfmt/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30887/debian Log Message: Directory /cvsroot/tabfmt/tabfmt/debian added to the repository |
From: Claudio J. <jo...@us...> - 2006-01-11 19:02:38
|
Update of /cvsroot/tabfmt/tabfmt-htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30194 Modified Files: Makefile index.html Log Message: Add ChangeLog. Index: index.html =================================================================== RCS file: /cvsroot/tabfmt/tabfmt-htdocs/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html 11 Jan 2006 18:02:16 -0000 1.2 --- index.html 11 Jan 2006 19:02:29 -0000 1.3 *************** *** 145,148 **** --- 145,152 ---- <p> + View the <a href="ChangeLog">ChangeLog</a>. + </p> + + <p> Please send comments on these web pages to <a href="mailto:jo...@us..."><em>jo...@us...</em></a>. Index: Makefile =================================================================== RCS file: /cvsroot/tabfmt/tabfmt-htdocs/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 10 Jan 2006 19:08:41 -0000 1.1.1.1 --- Makefile 11 Jan 2006 19:02:29 -0000 1.2 *************** *** 15,19 **** SED=/bin/sed TARGETS=$(PACKAGE).info $(PACKAGE).txt $(PACKAGE).pdf $(PACKAGE).dvi \ ! $(PACKAGE).ps $(PACKAGE).html $(PACKAGE)_html_node $(PACKAGE).texi all: $(TARGETS) --- 15,20 ---- SED=/bin/sed TARGETS=$(PACKAGE).info $(PACKAGE).txt $(PACKAGE).pdf $(PACKAGE).dvi \ ! $(PACKAGE).ps $(PACKAGE).html $(PACKAGE)_html_node $(PACKAGE).texi \ ! ChangeLog all: $(TARGETS) *************** *** 43,46 **** --- 44,50 ---- cp $< $@ + ChangeLog: $(SRCDIR)/ChangeLog + cp $< $@ + install-pre: $(TARGETS) rm -rf inst *************** *** 56,59 **** --- 60,64 ---- mkdir inst/manual/html_node cp index.html inst + cp ChangeLog inst cp manual/index.html inst/manual cp $(PACKAGE).texi inst/manual/texi |
From: Claudio J. <jo...@us...> - 2006-01-11 18:02:24
|
Update of /cvsroot/tabfmt/tabfmt-htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6483 Modified Files: index.html Log Message: Explicitly link to the project summary page. Index: index.html =================================================================== RCS file: /cvsroot/tabfmt/tabfmt-htdocs/index.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.html 10 Jan 2006 19:08:41 -0000 1.1.1.1 --- index.html 11 Jan 2006 18:02:16 -0000 1.2 *************** *** 82,86 **** <p> The online manual is available at <a ! href="manual/index.html">http://tabfmt.sourceforge.net/manual/index.html</a> </p> --- 82,87 ---- <p> The online manual is available at <a ! href="http://tabfmt.sourceforge.net/manual/index.html" ! >http://tabfmt.sourceforge.net/manual/index.html</a>. </p> *************** *** 138,141 **** --- 139,148 ---- <p> + Visit the <a + href="http://sourceforge.net/projects/tabfmt/" + >project summary page</a> on Sourceforge. + </p> + + <p> Please send comments on these web pages to <a href="mailto:jo...@us..."><em>jo...@us...</em></a>. |
From: Claudio J. <jo...@us...> - 2006-01-10 16:34:53
|
Update of /cvsroot/tabfmt/tabfmt/man In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17235/man Modified Files: tabfmt.1 Log Message: Regenerated. Index: tabfmt.1 =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/man/tabfmt.1,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tabfmt.1 7 Jan 2006 19:52:43 -0000 1.1.1.1 --- tabfmt.1 10 Jan 2006 16:34:46 -0000 1.2 *************** *** 1,11 **** .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. ! .TH TABFMT "1" "December 2005" "tabfmt (tabfmt) 0.1 - format a table" "User Commands" .SH NAME ! tabfmt \- manual page for tabfmt (tabfmt) 0.1 - format a table .SH SYNOPSIS .B tabfmt [\fIOPTION\fR]... [\fIFILE\fR]... .SH DESCRIPTION ! Format a table producing constant\-width columns. If no FILE or if FILE is `\-', read standard input. .PP --- 1,11 ---- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. ! .TH TABFMT "1" "January 2006" "tabfmt (tabfmt) 0.1 - format tabular data" "User Commands" .SH NAME ! tabfmt \- Format tabular data .SH SYNOPSIS .B tabfmt [\fIOPTION\fR]... [\fIFILE\fR]... .SH DESCRIPTION ! Format tabular data producing constant\-width columns. If no FILE or if FILE is `\-', read standard input. .PP *************** *** 37,41 **** .TP \fB\-d\fR, \fB\-\-delimiter\fR=\fIDELIM\fR ! set of field delimiters [IFS] .TP \fB\-D\fR, \fB\-\-output\-delimiter\fR=\fIDELIM\fR --- 37,41 ---- .TP \fB\-d\fR, \fB\-\-delimiter\fR=\fIDELIM\fR ! set of field delimiters [TAB,SPC] .TP \fB\-D\fR, \fB\-\-output\-delimiter\fR=\fIDELIM\fR *************** *** 90,97 **** \ev vertical tab .SH AUTHOR Written by Claudio Jolowicz <cl...@jo...>. .SH "REPORTING BUGS" ! Report bugs to <cl...@jo...>. .SH COPYRIGHT Copyright \(co 2005 Claudio Jolowicz. --- 90,100 ---- \ev vertical tab + .PP + If the IFS environment variable is set, its value will be used as the + set of input field separators, unless overridden with the \fB\-d\fR option. .SH AUTHOR Written by Claudio Jolowicz <cl...@jo...>. .SH "REPORTING BUGS" ! Report bugs to tabfmt\-d...@li.... .SH COPYRIGHT Copyright \(co 2005 Claudio Jolowicz. |
From: Claudio J. <jo...@us...> - 2006-01-10 16:34:53
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17235 Modified Files: ChangeLog Log Message: Regenerated. Index: ChangeLog =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 9 Jan 2006 22:34:19 -0000 1.3 --- ChangeLog 10 Jan 2006 16:34:46 -0000 1.4 *************** *** 1,4 **** --- 1,8 ---- 2006-01-09 Claudio Jolowicz <jo...@so...> + * po/de.po: Regenerated. + + 2006-01-09 Claudio Jolowicz <jo...@so...> + * Makefile.am: (.ChangeLog) Use user map .cvsusers instead of GECOS and |