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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
|
Source: strigi
Section: utils
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Fathi Boudra <fabo@debian.org>, Mark Purcell <msp@debian.org>
Build-Depends: debhelper (>= 7.4.15), cmake (>= 2.8.0), pkg-kde-tools (>= 0.6.4), libbz2-dev,
libclucene-dev (>= 0.9.21b), libdbus-1-dev, libexiv2-dev, libqt4-dev (>= 4.4.3), libxml2-dev,
zlib1g-dev, libxml2-utils, python-support, python
Standards-Version: 3.8.4
Homepage: http://strigi.sourceforge.net
Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/strigi/trunk
Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/strigi/trunk
Package: strigi-daemon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, poppler-utils, dbus-x11 | dbus
Suggests: strigi-plugins
Description: fast indexing and searching tool for your personal data (daemon)
Strigi is a program for fast indexing and searching your personal data. It can
gather and index information from files in the filesystem even if they are
hidden in emails or archives. It comes with a Qt4 GUI, an HTML GUI and a KDE
GUI.
.
Main features:
* very fast crawling
* very small memory footprint
* no hammering of the system
* pluggable backend, currently clucene and hyperestraier, sqlite3 and xapian
are in the works
* communication between daemon and search program over an abstract interface,
this is currently a simple socket but implementation of D-Bus is a
possibility. There's a small perl program in the code as an example of how
to query. This is so easy that any KDE app could implement this.
* simple interface for implementing plugins for extracting information. we'll
try to reuse the kat plugins, although native plugins will have a large
speed advantage
* calculation of sha1 for every file crawled (allows fast finding of
duplicates)
.
This package contains the Strigi daemon
Package: strigi-client
Architecture: any
Section: x11
Depends: ${shlibs:Depends}, ${misc:Depends}, strigi-daemon
Description: Qt4 client for Strigi Desktop Search
Strigi client is a Qt4 client (GUI) for the Strigi Desktop Search software.
.
This package is part of Strigi Desktop Search, it contains the Qt4 client.
.
See the 'strigi-daemon' package for more information.
Package: strigi-utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: strigi-daemon (<< 0.3.11-1)
Description: command-line tools for Strigi Desktop Search
This package is part of Strigi Desktop Search, it contains utilities powered
by Strigi:
* deepfind, an enhanced version of find. It lists files embedded in other
files like .deb, .rpm, .tar.gz, email attachments, and other files.
* deepgrep, an enhanced version of grep. It searches in binary files like
OpenOffice files, mp3s, Microsoft office files, pdfs and also in files
embedded in other files like .deb, .rpm, .tar.gz, email attachments, pdf
and other files.
* xmlindexer, a program that outputs the file parsing results as xml.
It walks through a directory and outputs an XML file containing all
the metadata and text it can extract from the files it encounters.
This means that the Strigi's powers of data extraction are now available
to all applications that can parse XML simply by calling xmlindexer and
parsing the output.
.
See the 'strigi-daemon' package for more information.
Package: libstreams0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: strigi-daemon (<< 0.3.11-1)
Description: streams library for for Strigi Desktop Search
This package is part of Strigi Desktop Search, it contains a library for
writing clients using libstreams.
.
See the 'strigi-daemon' package for more information.
Package: libstreams-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libstreams0 (= ${binary:Version})
Description: development files for libstreams
This package is part of Strigi Desktop Search, it contains the Strigi
development files for libstreams.
.
See the 'strigi-daemon' package for more information.
Package: libstreamanalyzer0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libcluceneindex0 (<< 0.5.6-1), libstreamindexer0 (<< 0.5.1-1)
Replaces: libcluceneindex0 (<< 0.5.6-1), libstreamindexer0 (<< 0.5.1-1),
strigi-daemon (<< 0.3.11-1), kdegraphics-strigi-plugins (<< 4:4.0.0-2)
Description: streamanalyzer library for Strigi Desktop Search
This package is part of Strigi Desktop Search, it contains a library for
writing clients using libstreamanalyzer.
.
See the 'strigi-daemon' package for more information.
Package: libstreamanalyzer-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libstreamanalyzer0 (= ${binary:Version}), libstreams-dev (= ${binary:Version})
Conflicts: libcluceneindex-dev (<< 0.5.6-1), libstreamindexer-dev (<< 0.5.1-1)
Replaces: libcluceneindex-dev (<< 0.5.6-1), libstreamindexer-dev (<< 0.5.1-1)
Description: development files for libstreamanalyzer
This package is part of Strigi Desktop Search, it contains the Strigi
development files for libstreamanalyzer.
.
See the 'strigi-daemon' package for more information.
Package: libsearchclient0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: strigi-daemon (<< 0.3.11-1)
Description: searchclient library for Strigi Desktop Search
This package is part of Strigi Desktop Search, it contains a library for
writing clients.
.
See the 'strigi-daemon' package for more information.
Package: libsearchclient-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libsearchclient0 (= ${binary:Version}), libstreamanalyzer-dev (= ${binary:Version})
Description: development files for libsearchclient
This package is part of Strigi Desktop Search, it contains the Strigi
development files for libsearchclient.
.
See the 'strigi-daemon' package for more information.
Package: libstrigihtmlgui0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for writing html clients for Strigi Desktop Search
This package is part of Strigi Desktop Search, it contains a library for
writing html clients.
.
See the 'strigi-daemon' package for more information.
Package: libstrigihtmlgui-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libstrigihtmlgui0 (= ${binary:Version}), libsearchclient-dev (= ${binary:Version})
Description: development files for libstrigihtmlgui
This package is part of Strigi Desktop Search, it contains the Strigi
development files for libstrigihtmlgui.
.
See the 'strigi-daemon' package for more information.
Package: libstrigiqtdbusclient0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for writing D-Bus clients for Strigi Desktop Search
This package is part of Strigi Desktop Search, it contains a library for
writing Qt D-Bus clients for strigi.
.
See the 'strigi-daemon' package for more information.
Package: libstrigiqtdbusclient-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libstrigiqtdbusclient0 (= ${binary:Version}), libqt4-dev (>= 4.4.0~), libstreams-dev (= ${binary:Version})
Description: development files for libstrigiqtdbusclient
This package is part of Strigi Desktop Search, it contains the Strigi
development files for libstrigiqtdbusclient.
.
See the 'strigi-daemon' package for more information.
Package: deskbar-plugins-strigi
Architecture: any
Section: gnome
Depends: ${misc:Depends}, ${python:Depends}, strigi-daemon, deskbar-applet
Description: Deskbar plugin to search files with strigi
This package is part of Strigi Desktop Search, it contains a plugin
for the GNOME Deskbar applet to search for files using Strigi.
.
See the 'strigi-daemon' package for more information.
Package: strigi-dbg
Priority: extra
Architecture: any
Section: debug
Depends: ${misc:Depends}, libstreams0 (= ${binary:Version}), libstreamanalyzer0 (= ${binary:Version}), libstrigiqtdbusclient0 (= ${binary:Version})
Description: debugging symbols for strigi
This package contains the debugging symbols associated with strigi.
.
They will automatically be used by gdb for debugging strigi related issues.
|