File: control

package info (click to toggle)
catdoc 1%3A0.95-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,376 kB
  • sloc: ansic: 3,875; sh: 327; tcl: 262; makefile: 190
file content (31 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download
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
28
29
30
31
Source: catdoc
Maintainer: Martín Ferrari <tincho@debian.org>
Section: text
Priority: optional
Build-Depends: debhelper (>> 9.0.0),
               tk,
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/catdoc.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/catdoc.git
Homepage: http://www.wagner.pp.ru/~vitus/software/catdoc/

Package: catdoc
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Suggests: tk | wish,
Description: text extractor for MS-Office files
 The catdoc program reads one or more Microsoft Word files and outputs
 their contents to standard output as text.
 .
 It is accompanied by xls2csv, a program which converts Excel spreadsheets
 into comma-separated-values format, and catppt, a utility to extract textual
 information from PowerPoint files.
 .
 It doesn't try to preserve Word formatting; its goal is to extract plain
 text and allow you to read it (and, probably, reformat it with TeX).
 .
 This package suggests tk because it also includes wordview, an
 optional Tk-based GUI for catdoc.  The MIME config provided in this
 package will use wordview if X is running, or catdoc directly if it
 is not.