File: control

package info (click to toggle)
artha 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,960 kB
  • sloc: sh: 11,309; ansic: 6,200; makefile: 58
file content (47 lines) | stat: -rw-r--r-- 1,910 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: artha
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sundaram Ramaswamy <legends2k@yahoo.com>,
           Andreas Tille <tille@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 9),
               autotools-dev,
               dh-autoreconf,
               wordnet-dev,
               libgtk2.0-dev,
               libdbus-glib-1-dev
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/artha/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/artha/trunk/
Homepage: http://artha.sourceforge.net/

Package: artha
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         wordnet
Recommends: wordnet-sense-index,
            libnotify1,
            libenchant1c2a
Suggests: aspell-en
Description: Handy off-line thesaurus based on WordNet
 Artha is a off-line English thesaurus with distinct features like:
   * hot-key press word look-up (select text on any window and press 
     a preset hot-key for look-up)
   * regular expressions based search (broaden search using wild-cards 
     like *, ?, etc.)
   * passive desktop notifications (of word definitions for 
     uninterrupted work-flow)
   * spelling suggestions (when the exact spelling is vague/not known)
 .
 Once launched, it monitors for a preset hot-key combination. When 
 some text is selected on any window and the hot-key is pressed, it 
 pops-up with the word looked-up. Should the user prefer passive 
 notifications, this can be done by enabling the notifications option.
 .
 When the term looked for is vague/not known, then either the search 
 can be broadened with the use of regular expressions (*, ?, etc.) in 
 the search string or spelling suggestions when a term is incorrect.
 .
 For regular expressions based search to work, wordnet-sense-index 
 package is required.