/[pkg-kde]/branches/kde-3.4.0/packages/kdeutils/debian/control
ViewVC logotype

Contents of /branches/kde-3.4.0/packages/kdeutils/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1317 - (hide annotations) (download)
Sun Jul 17 02:50:59 2005 UTC (7 years, 10 months ago) by chrsmrtn-guest
File size: 11518 byte(s)
Bump Standards Version to 3.6.2 (no changes required that I can think of).
1 ccheney 21 Source: kdeutils
2     Section: kde
3     Priority: optional
4     Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
5 madcoder-guest 1079 Uploaders: Isaac Clerencia <isaac@debian.org>, Pierre Habouzit <madcoder@debian.org>, Christopher Martin <chrsmrtn@freeshell.org>, Adeodato Simó <asp16@alu.ua.es>, Riku Voipio <riku.voipio@iki.fi>
6 chrsmrtn-guest 1122 Build-Depends: cdbs (>= 0.4.27), debhelper (>= 4.2.30), autotools-dev, gawk, gettext, kdelibs4-dev (>= 4:3.4.1), libkonq4-dev (>= 4:3.4.1), libsnmp5-dev, libxtst-dev, pbbuttonsd-dev [powerpc], sharutils, tpctl [i386]
7 chrsmrtn-guest 1317 Standards-Version: 3.6.2
8 ccheney 21
9     Package: kdeutils
10     Section: kde
11     Architecture: all
12 dato-guest 268 Depends: ark (>= ${Source-Version}), kcalc (>= ${Source-Version}), kcharselect (>= ${Source-Version}), kdelirc (>= ${Source-Version}), kdessh (>= ${Source-Version}), kdf (>= ${Source-Version}), kedit (>= ${Source-Version}), kfloppy (>= ${Source-Version}), kgpg (>= ${Source-Version}), khexedit (>= ${Source-Version}), kjots (>= ${Source-Version}), klaptopdaemon (>= ${Source-Version}), kmilo (>= ${Source-Version}), kregexpeditor (>= ${Source-Version}), ksim (>= ${Source-Version}), ktimer (>= ${Source-Version}), kwalletmanager (>= ${Source-Version})
13 chrsmrtn-guest 1209 Suggests: kdeutils-doc-html (>= ${Source-Version})
14 chrsmrtn-guest 810 Description: general purpose utilities from the official KDE release
15     KDE (the K Desktop Environment) is a powerful Open Source graphical
16     desktop environment for Unix workstations. It combines ease of use,
17     contemporary functionality, and outstanding graphical design with the
18     technological superiority of the Unix operating system.
19 ccheney 21 .
20 chrsmrtn-guest 810 This metapackage includes a collection of general purpose utilities
21     provided with the official release of KDE.
22 ccheney 21
23 madcoder-guest 963 Package: kdeutils-doc-html
24     Architecture: all
25     Section: doc
26     Suggests: konqueror | www-browser, kdebase
27     Description: KDE utilities documentation in HTML format
28     By default the modules provided by KDE only provide their documentation
29     in KDE docbook format, which can only be read by Konqueror or KHelpCenter.
30 chrsmrtn-guest 986 This package provides all of the KDE utilities documentation
31 madcoder-guest 963 converted to HTML format so it can be read with any web browser.
32     .
33     The documentation will be installed into the usual directories
34     /usr/share/doc/kde/HTML/<language>/<app>/, for instance
35 chrsmrtn-guest 986 /usr/share/doc/kde/HTML/en/ark/. Documentation is provided for most
36     KDE utilities packages.
37 madcoder-guest 963 .
38     This package is part of KDE, as a component of the KDE utilities module.
39     See the 'kde' and 'kdeutils' packages for more information.
40    
41 ccheney 21 Package: kdeutils-dev
42     Section: utils
43     Architecture: any
44     Depends: ark (= ${Source-Version}), kcalc (= ${Source-Version}), kdelirc (= ${Source-Version}), kedit (= ${Source-Version}), klaptopdaemon (= ${Source-Version}), kmilo (= ${Source-Version}), kregexpeditor (= ${Source-Version}), ksim (= ${Source-Version})
45 chrsmrtn-guest 810 Description: development files for the KDE utilities module
46 ccheney 21 This package contains development files needed to compile kdeutils
47     applications.
48     .
49 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
50 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
51 ccheney 21
52     Package: ark
53     Section: utils
54     Architecture: any
55     Depends: ${shlibs:Depends}
56 dato-guest 379 Recommends: arj, ncompress, unzip, zip, zoo, bzip2
57     Suggests: khelpcenter, rar
58 madcoder-guest 676 Replaces: kdebase-data (<< 4:3.3.91)
59 chrsmrtn-guest 810 Description: archiving tool for KDE
60 madcoder-guest 699 Ark is a program for managing various archive formats within the KDE
61 chrsmrtn-guest 810 environment. Archives can be viewed, extracted, created and modified from
62 madcoder-guest 699 within Ark.
63 ccheney 21 .
64 madcoder-guest 699 The program can handle various formats such as tar, gzip, bzip2, zip, rar and
65     lha (if appropriate command-line programs are installed).
66 ccheney 21 .
67 madcoder-guest 699 Ark can work closely with Konqueror in the KDE environment to handle archives,
68     if you install the Konqueror Integration plugin available in the konq-plugins
69     package.
70 ccheney 21 .
71 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
72 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
73 ccheney 21
74     Package: kcalc
75     Section: utils
76     Architecture: any
77     Depends: ${shlibs:Depends}
78     Suggests: khelpcenter
79 madcoder-guest 676 Replaces: kdebase-data (<< 4:3.3.91)
80 chrsmrtn-guest 810 Description: calculator for KDE
81 chrsmrtn-guest 1137 KCalc is KDE's scientific calculator.
82 ccheney 21 .
83 chrsmrtn-guest 810 It provides:
84     * trigonometric functions, logic operations, and statistical calculations
85     * easy cut and paste of numbers from/into its display
86     * a results-stack which lets you conveniently recall previous results
87     * configurable precision, and number of digits after the period
88 ccheney 21 .
89 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
90 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
91 ccheney 21
92     Package: kcharselect
93     Section: utils
94     Architecture: any
95     Depends: ${shlibs:Depends}
96     Suggests: khelpcenter
97 chrsmrtn-guest 810 Description: character selector for KDE
98     A character set selector for KDE.
99 ccheney 21 .
100 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
101 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
102 ccheney 21
103     Package: kdelirc
104     Section: utils
105     Architecture: any
106     Depends: ${shlibs:Depends}
107     Suggests: khelpcenter
108 chrsmrtn-guest 810 Description: infrared control for KDE
109 ccheney 21 This is a frontend for the LIRC suite to use infrared devices with KDE.
110     .
111 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
112 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
113 ccheney 21
114     Package: kdessh
115     Section: kde
116     Architecture: any
117 madcoder-guest 1226 Depends: ${shlibs:Depends}, openssh-client | ssh-client
118 chrsmrtn-guest 810 Description: ssh frontend for KDE
119 chrsmrtn-guest 1137 This package contains KDE's frontend for ssh.
120 ccheney 21 .
121 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
122 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
123 ccheney 21
124     Package: kdf
125     Section: utils
126     Architecture: any
127     Depends: ${shlibs:Depends}
128     Suggests: khelpcenter
129 chrsmrtn-guest 810 Description: disk space utility for KDE
130 madcoder-guest 699 KDiskFree displays the available file devices (hard drive partitions, floppy
131     and CD drives, etc.) along with information on their capacity, free space, type
132 chrsmrtn-guest 810 and mount point. It also allows you to mount and unmount drives and view them
133 madcoder-guest 699 in a file manager.
134 ccheney 21 .
135 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
136 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
137 ccheney 21
138     Package: kedit
139     Section: editors
140     Architecture: any
141     Depends: ${shlibs:Depends}
142     Suggests: khelpcenter
143 chrsmrtn-guest 1137 Description: basic text editor for KDE
144 ccheney 21 A simple text editor for KDE.
145     .
146 chrsmrtn-guest 810 It can be used with Konqueror for text and configuration file browsing.
147     KEdit also serves well for creating small plain text documents. KEdit's
148     functionality will intentionally remain rather limited to ensure a
149     reasonably fast start.
150 madcoder-guest 699 .
151 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
152 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
153 ccheney 21
154     Package: kfloppy
155     Section: utils
156     Architecture: any
157     Depends: ${shlibs:Depends}, dosfstools
158     Suggests: khelpcenter
159 chrsmrtn-guest 810 Description: floppy formatter for KDE
160     Kfloppy is a utility that provides a straightforward graphical means
161 madcoder-guest 699 to format 3.5" and 5.25" floppy disks.
162 ccheney 21 .
163 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
164 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
165 ccheney 21
166     Package: kgpg
167 chrsmrtn-guest 447 Section: kde
168 ccheney 21 Architecture: any
169 dato-guest 268 Depends: ${shlibs:Depends}, gnupg
170 ccheney 21 Suggests: khelpcenter
171     Description: GnuPG frontend for KDE
172 chrsmrtn-guest 810 Kgpg is a frontend for GNU Privacy Guard (GnuPG). It provides file
173     encryption, file decryption and key management.
174 ccheney 21 .
175     Features:
176 chrsmrtn-guest 810 * an editor mode for easily and quickly encrypting or decrypting a file
177     or message which is typed, copied, pasted or dragged into the editor,
178     or which is double-clicked in the file manager
179     * Konqueror integration for encrypting or decrypting files
180 ccheney 21 * a panel applet for encrypting / decrypting files or the clipboard
181 chrsmrtn-guest 810 contents, etc.
182 ccheney 21 * key management functions (generation, import, export, deletion and
183 chrsmrtn-guest 810 signing)
184     * decrypting clipboard contents, including integration with Klipper
185 ccheney 21 .
186 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
187 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
188 ccheney 21
189     Package: khexedit
190     Section: utils
191     Architecture: any
192     Depends: ${shlibs:Depends}
193     Suggests: khelpcenter
194     Description: KDE hex editor
195 madcoder-guest 699 KHexEdit is an editor for the raw data of binary files. It includes
196     find/replace functions, bookmarks, many configuration options, drag and drop
197     support and other powerful features.
198 ccheney 21 .
199 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
200 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
201 ccheney 21
202     Package: kjots
203     Section: utils
204     Architecture: any
205     Depends: ${shlibs:Depends}
206     Suggests: khelpcenter
207 chrsmrtn-guest 810 Description: note taking utility for KDE
208     Kjots is a small note taker program. Name and idea are taken from the jots
209 ccheney 21 program included in the tkgoodstuff package.
210     .
211 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
212 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
213 ccheney 21
214     Package: klaptopdaemon
215     Section: kde
216     Architecture: any
217     Depends: ${shlibs:Depends}
218     Suggests: khelpcenter
219 chrsmrtn-guest 810 Description: battery monitoring and management for laptops using KDE
220 madcoder-guest 928 This package contains utilities to monitor batteries and configure
221 chrsmrtn-guest 810 power management, for laptops, from within KDE.
222 ccheney 21 .
223 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
224 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
225 ccheney 21
226     Package: kmilo
227     Section: utils
228     Architecture: any
229     Depends: ${shlibs:Depends}
230 chrsmrtn-guest 810 Description: laptop special keys support for KDE
231 madcoder-guest 699 KMilo lets you use the special keys on some keyboards and laptops.
232 ccheney 21 .
233 chrsmrtn-guest 810 Usually this includes volume keys and other features. Currently, KMilo
234     comes with plugins for Powerbooks, Thinkpads, Vaios and generic keyboards
235     with special keys.
236 ccheney 21 .
237 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
238 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
239 ccheney 21
240     Package: kregexpeditor
241     Section: kde
242     Architecture: any
243     Depends: ${shlibs:Depends}
244     Suggests: khelpcenter
245 chrsmrtn-guest 810 Description: graphical regular expression editor plugin for KDE
246 chrsmrtn-guest 1137 This package contains a graphical regular expression editor plugin for use
247     with KDE. It let you draw your regular expression in an unambiguous way.
248 ccheney 21 .
249 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
250 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
251 ccheney 21
252     Package: ksim
253     Section: utils
254     Architecture: any
255     Depends: ${shlibs:Depends}
256     Suggests: khelpcenter
257 chrsmrtn-guest 810 Description: system information monitor for KDE
258 dato-guest 379 KSim is a system monitor app which has its own plugin system with support
259     for GKrellm skins. It allows users to follow uptime, memory usage, network
260     connections, power, etc.
261 ccheney 21 .
262 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
263 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
264 ccheney 21
265     Package: ktimer
266     Section: utils
267     Architecture: any
268     Depends: ${shlibs:Depends}
269     Suggests: khelpcenter
270 chrsmrtn-guest 810 Description: timer utility for KDE
271     This is a timer application for KDE. It allows you to execute commands after
272     a certain amount of time. It supports looping commands as well as delayed
273     command execution.
274 ccheney 21 .
275 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
276 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.
277 ccheney 21
278     Package: kwalletmanager
279     Section: utils
280     Architecture: any
281     Depends: ${shlibs:Depends}
282     Suggests: khelpcenter
283 chrsmrtn-guest 810 Description: wallet manager for KDE
284 ccheney 21 This program keeps various wallets for any kind of data that the user can
285     store encrypted with passwords and can also serve as a password manager that
286     keeps a master password to all wallets.
287     .
288 chrsmrtn-guest 810 This package is part of KDE, as a component of the KDE utilities module.
289 madcoder-guest 699 See the 'kde' and 'kdeutils' packages for more information.

  ViewVC Help
Powered by ViewVC 1.1.5